Accessibility digest

Synopsis
PageCandidate Dawn Addis (D)
URLhttps://dawnaddis.org/
Requesterpool@jpdev.pro
Test date2023/06/18
Score1092
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 Dawn Addis (D) at https://dawnaddis.org/ 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 1092, where 0 would be perfect.

Total score

The total score is the sum of five components.

Score summary
ComponentScoreDescription
total1092Sum of the component scores
issue1003Severity and number of reported defects
tool85Tool-by-tool defect ratings
prevention0Failed attempts by tools to test the page
log4Browser 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
spontaneousMotion154
colorMissing124
fatalError100
focusIndication84
attributeBad80
slashParseRisk53
linkElementBad40
linkIndication38
targetSize33
overflowHiddenRisk26
textContrastAA20
elementClosure18
linkForcesNewWindow18
linkPair18
parentBad16
titleBad16
errorReferenceBad12
hiddenContentRisk11
roleRedundant10
repeatedContentRisk9
noHeading9
contrastAAA8
pseudoNavList6
contrastRisk6
linkWindowSurpriseRisk6
cssInvalid6
parseError6
skipRepeatedContent6
linkVague6
inconsistentStyles5
noScriptRisk5
imageNoText4
contentBeyondLandmarks4
allItalics4
hoverSurprise4
horizontalScrolling3
focusableOperable3
zIndexNotZero3
headingLevelSkip2
fragmentaryNoticeRisk2
leadingInsufficient2
scrollRisk2
headingStructure2
typeRedundant2
mainNone2
labelConfusionRisk2
textAlternativeRisk2
titleRedundant2
pseudoParagraphRisk2
tabFocusability2
decorativeImageRisk1
pseudoHeadingRisk1
sectionHeadingless1
pseudoList1
autocompleteNone1
ignorable0

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 spontaneousMotion

WCAG: 2.2.2

Score: 154

Complaints by testaro

Rule motion

Description: Change of visible content not requested by user

Count of instances: 77

Complaint specifics

Issue colorMissing

WCAG: 1.4.3

Score: 124

Complaints by qualWeb

Rule QW-WCAG-T31

Description: Foreground or background color is specified but not both

Count of instances: 31

Complaint specifics

Issue fatalError

WCAG: 4.1

Score: 100

Complaints by nuVal

Rule Cannot recover after last error. Any further errors will be ignored.

Description: Testing was interrupted by a fatal error

Count of instances: 2

Complaint specifics

Issue focusIndication

WCAG: 2.4.7

Score: 84

Complaints by qualWeb

Rule QW-ACT-R62

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

Count of instances: 21

Complaint specifics

Issue attributeBad

WCAG: 1.3.1

Score: 80

Complaints by nuVal

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

Description: Attribute not allowed on this element

Count of instances: 20

Complaint specifics

Issue slashParseRisk

WCAG: 4.1

Score: 53

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: 53

Complaint specifics

Issue linkElementBad

WCAG: 1.3.1

Score: 40

Complaints by nuVal

Rule A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.

Description: link element with an as attribute has no rel attribute with preload or modulepreload as its value

Count of instances: 10

Complaint specifics

Issue linkIndication

WCAG: 1.3.3

Score: 38

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 19

Complaint specifics

Issue targetSize

WCAG: 2.5.5

Score: 33

Complaints by tenon

Rule 152

Description: Actionable element is smaller than the minimum required size

Count of instances: 11

Complaint specifics

Issue overflowHiddenRisk

WCAG: 1.4.4

Score: 26

Complaints by qualWeb

Rule QW-ACT-R40

Description: Zoomed text node may be clipped by a CSS overflow declaration

Count of instances: 26

Complaint specifics

Issue textContrastAA

WCAG: 1.4.3

Score: 20

Complaints by alfa

Rule r69

Description: Text outside widget has subminimum contrast

Count of instances: 4

Complaint specifics

Complaints by axe

Rule color-contrast

Description: Element has insufficient color contrast

Count of instances: 4

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: 5

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: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R37

Description: Text has less than the minimum contrast

Count of instances: 1

Complaint specifics

Complaints by wave

Rule contrast

Description: Very low contrast

Count of instances: 5

Complaint specifics

Issue elementClosure

WCAG: 4.1.1

Score: 18

Complaints by nuVal

Rule ^Stray end tag .+$

Description: Invalid closing tag

Count of instances: 4

Complaint specifics
Rule ^Start tag .+ seen but an element of the same type was already open.*$

Description: Element is invalidly a descendant of another such element

Count of instances: 2

Complaint specifics

Issue linkForcesNewWindow

WCAG: 3.2.5

Score: 18

Complaints by tenon

Rule 218

Description: Link opens in a new window without user control

Count of instances: 6

Complaint specifics

Issue linkPair

WCAG: 2.4.4

Score: 18

Complaints by wave

Rule link_redundant

Description: Adjacent links go to the same URL

Count of instances: 9

Complaint specifics

Issue parentBad

WCAG: 1.3.1

Score: 16

Complaints by nuVal

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

Description: Element has an invalid parent

Count of instances: 4

Complaint specifics

Issue titleBad

WCAG: 1.3.1

Score: 16

Complaints by testaro

Rule titledEl

Description: title attribute belongs to an inappropriate element

Count of instances: 4

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 hiddenContentRisk

WCAG: 4.1

Score: 11

Complaints by axe

Rule hidden-content

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

Count of instances: 11

Complaint specifics

Issue roleRedundant

WCAG: 4.1.2

Score: 10

Complaints by testaro

Rule role

Description: Invalid, native-replacing, or redundant role

Count of instances: 10

Complaint specifics

Issue repeatedContentRisk

WCAG: 2.4.1

Score: 9

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: 6

Complaint specifics

Issue noHeading

WCAG: 1.3.1

Score: 9

Complaints by qualWeb

Rule QW-BP1

Description: h1-h6 not used to identify headings

Count of instances: 3

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 8

Complaints by alfa

Rule r66

Description: Text contrast less than AAA requires

Count of instances: 8

Complaint specifics

Complaints by axe

Rule color-contrast-enhanced

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 4

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G17.Fail

Description: Text has insufficient contrast

Count of instances: 4

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R76

Description: Text has less than the enhanced minimum contrast

Count of instances: 2

Complaint specifics

Complaints by tenon

Rule 95

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 1

Complaint specifics

Issue pseudoNavList

WCAG: 1.3.1

Score: 6

Complaints by htmlcs

Rule AAA.1_3_1.H48

Description: Navigation links are not coded as a list

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T32

Description: ol, ul or dl is not used for a list or group of links

Count of instances: 3

Complaint specifics

Issue contrastRisk

WCAG: 1.4.3

Score: 6

Complaints by htmlcs

Rule AAA.1_4_3_F24.F24.FGColour

Description: Inline foreground color may lack a complementary background color

Count of instances: 4

Complaint specifics
Rule AAA.1_4_6.G17.Abs

Description: Contrast between the absolutely positioned text and its background may be less than 7:1

Count of instances: 2

Complaint specifics

Issue linkWindowSurpriseRisk

WCAG: 3.2.5

Score: 6

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: 6

Complaint specifics

Issue cssInvalid

WCAG: 4.1

Score: 6

Complaints by nuVal

Rule ^CSS: .+: .+ is not a .+ value.*$

Description: Invalid value in CSS

Count of instances: 2

Complaint specifics

Issue parseError

WCAG: 4.1

Score: 6

Complaints by nuVal

Rule ^Bad start tag in .+$

Description: Invalid start tag

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 linkVague

WCAG: 2.4.4

Score: 6

Complaints by tenon

Rule 73

Description: Link text is too generic to communicate the purpose or destination

Count of instances: 2

Complaint specifics

Issue inconsistentStyles

WCAG: 3.2.4

Score: 5

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

Count of instances: 5

Complaint specifics

Issue noScriptRisk

WCAG: 4.1

Score: 5

Complaints by wave

Rule noscript

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

Count of instances: 5

Complaint specifics

Issue imageNoText

WCAG: 1.1.1

Score: 4

Complaints by alfa

Rule r2

Description: Image has no accessible name

Count of instances: 1

Complaint specifics

Complaints by axe

Rule image-alt

Description: Image has no text alternative

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R17

Description: Image has no accessible name

Count of instances: 1

Complaint specifics

Complaints by wave

Rule alt_missing

Description: Text alternative is missing

Count of instances: 1

Complaint specifics

Issue contentBeyondLandmarks

WCAG: 1.3.6

Score: 4

Complaints by ibm

Rule aria_content_in_landmark

Description: Content is not within a landmark element

Count of instances: 2

Complaint specifics

Issue allItalics

WCAG: 3.1.5

Score: 4

Complaints by tenon

Rule 154

Description: Long string of text is italic

Count of instances: 4

Complaint specifics

Issue hoverSurprise

WCAG: 1.4.13

Score: 4

Complaints by testaro

Rule hover

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

Count of instances: 2

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 zIndexNotZero

WCAG: 1.4

Score: 3

Complaints by testaro

Rule zIndex

Description: Layering with nondefault z-index values

Count of instances: 3

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 fragmentaryNoticeRisk

WCAG: 4.1.3

Score: 2

Complaints by alfa

Rule r54

Description: Assertive region is not atomic

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 scrollRisk

WCAG: 1.4.10

Score: 2

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: 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 typeRedundant

WCAG: 1.3.1

Score: 2

Complaints by nuVal

Rule The type attribute is unnecessary for JavaScript resources.

Description: type attribute is unnecessary for a JavaScript resource

Count of instances: 2

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 labelConfusionRisk

WCAG: 3.3.2

Score: 2

Complaints by qualWeb

Rule QW-WCAG-T17

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

Count of instances: 2

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 titleRedundant

WCAG: 1.3.1

Score: 2

Complaints by tenon

Rule 79

Description: Link has a title attribute that is the same as the text inside the link

Count of instances: 2

Complaint specifics

Complaints by wave

Rule title_redundant

Description: Title attribute text is the same as text or alternative text

Count of instances: 2

Complaint specifics

Issue pseudoParagraphRisk

WCAG: 1.3.1

Score: 2

Complaints by tenon

Rule 242

Description: Multiple consecutive br elements may simulate paragraphs

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 decorativeImageRisk

WCAG: 1.1.1

Score: 1

Complaints by htmlcs

Rule AAA.1_1_1.H67.2

Description: Image marked as decorative may be informative

Count of instances: 1

Complaint specifics

Issue pseudoHeadingRisk

WCAG: 1.3.1

Score: 1

Complaints by htmlcs

Rule AAA.1_3_1.H42

Description: Heading coding is not used but the element may be intended as a heading

Count of instances: 1

Complaint specifics

Issue sectionHeadingless

WCAG: 1.3.1

Score: 1

Complaints by qualWeb

Rule QW-WCAG-T9

Description: Page is not organized using headings

Count of instances: 1

Complaint specifics

Issue pseudoList

WCAG: 1.3.1

Score: 1

Complaints by qualWeb

Rule QW-BP11

Description: br is used to make a list

Count of instances: 1

Complaint specifics

Issue autocompleteNone

WCAG: 1.3.5

Score: 1

Complaints by testaro

Rule autocomplete

Description: Name or email input is missing its required autocomplete attribute

Count of instances: 1

Complaint specifics

Issue ignorable

WCAG: N/A

Score: 0

Complaints by qualWeb

Rule QW-WCAG-T20

Description: Link text is not supplemented with a title attribute

Count of instances: 2

Complaint specifics

Complete report

{
  "id": "18ixx-ts27-caAD30-c",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687096647881,
      "endTime": 1687096648365
    },
    {
      "type": "url",
      "which": "https://dawnaddis.org/",
      "what": "Candidate Dawn Addis (D)",
      "startTime": 1687096648365,
      "result": {
        "url": "https://dawnaddis.org/"
      },
      "endTime": 1687096650893
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687096650893,
      "url": "https://dawnaddis.org/",
      "endTime": 1687096651664
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687096651665,
      "url": "https://dawnaddis.org/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                56021,
                56021,
                776557,
                776557,
                958529
              ],
              "localRatios": [
                1,
                13.86,
                1,
                1.234
              ],
              "meanLocalRatio": 4.274,
              "maxLocalRatio": 13.86,
              "globalRatio": 17.11,
              "pixelChanges": [
                0,
                623359,
                0,
                0
              ],
              "meanPixelChange": 155839,
              "maxPixelChange": 623359,
              "changeFrequency": 0.25
            },
            "totals": [
              0,
              0,
              77,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "motion",
                "what": "Content moves or changes without user request",
                "count": 77,
                "ordinalSeverity": 2,
                "tagName": "",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          77,
          0
        ],
        "instances": [
          {
            "ruleID": "motion",
            "what": "Content moves or changes without user request",
            "count": 77,
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687096665228
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096665228,
      "endTime": 1687096665795
    },
    {
      "type": "url",
      "which": "https://dawnaddis.org/",
      "what": "Candidate Dawn Addis (D)",
      "startTime": 1687096665795,
      "result": {
        "url": "https://dawnaddis.org/"
      },
      "endTime": 1687096666243
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687096666243,
      "url": "https://dawnaddis.org/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 10,
          "warnings": 6
        },
        "items": [
          {
            "index": 44,
            "verdict": "failed",
            "rule": {
              "ruleID": "r2",
              "ruleSummary": "Images have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r2",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#non-text-content",
                  "chapter": "1.1.1",
                  "title": "Non-text Content"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94",
                  "name": "G94",
                  "title": "Providing short text alternative for non-text content that serves the same purpose"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95",
                  "name": "G95",
                  "title": "Providing short text alternatives that provide a brief description of the non-text"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "img",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[3]/img[1]",
              "codeLines": [
                "<img src=\"https://dawnaddis.org/wp-content/uploads/2023/02/52514932082_0acf4496b9_k.jpg\" style=\"position: absolute; margin: 0px; padding: 0px; border: none; width: 1280px; height: 853.75px; max-height: none; max-width: none; z-index: -999999; left: 0px; top: -55.281px;\">"
              ]
            }
          },
          {
            "index": 160,
            "verdict": "failed",
            "rule": {
              "ruleID": "r53",
              "ruleSummary": "Headings are structured",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r53",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h4",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]",
              "codeLines": [
                "<h4>",
                "  <strong>",
                "    STAY UP TO DATE",
                "  </strong>",
                "</h4>"
              ]
            }
          },
          {
            "index": 161,
            "verdict": "failed",
            "rule": {
              "ruleID": "r54",
              "ruleSummary": "Assertive live region is marked as atomic",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r54",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[3]/button[1]",
              "codeLines": [
                "<button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-34\" class=\"wpforms-submit\" data-alt-text=\"Submitting...\" data-submit-text=\"SIGN UP\" aria-live=\"assertive\" value=\"wpforms-submit\">",
                "  SIGN UP",
                "</button>"
              ]
            }
          },
          {
            "index": 234,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/span[1]/text()[1]",
              "codeLines": [
                "DAWN"
              ]
            }
          },
          {
            "index": 235,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/text()[1]",
              "codeLines": [
                "ADDIS"
              ]
            }
          },
          {
            "index": 236,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "is a teacher, mom, and former City Councilmember who was elected in 2022 to represent the Central Coast in the California State Assembly."
              ]
            }
          },
          {
            "index": 237,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "MEET DAWN"
              ]
            }
          },
          {
            "index": 243,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]",
              "codeLines": [
                "Solutions"
              ]
            }
          },
          {
            "index": 246,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "LEARN MORE"
              ]
            }
          },
          {
            "index": 248,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Learn about upcoming events & campaign news."
              ]
            }
          },
          {
            "index": 249,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[3]/button[1]/text()[1]",
              "codeLines": [
                "SIGN UP"
              ]
            }
          },
          {
            "index": 273,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/span[1]/text()[1]",
              "codeLines": [
                "DAWN"
              ]
            }
          },
          {
            "index": 274,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/text()[1]",
              "codeLines": [
                "ADDIS"
              ]
            }
          },
          {
            "index": 275,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "is a teacher, mom, and former City Councilmember who was elected in 2022 to represent the Central Coast in the California State Assembly."
              ]
            }
          },
          {
            "index": 282,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]",
              "codeLines": [
                "Solutions"
              ]
            }
          },
          {
            "index": 308,
            "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]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  Learn about upcoming events & campaign news.",
                "</p>"
              ]
            }
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          6,
          0,
          0,
          10
        ],
        "instances": [
          {
            "ruleID": "r2",
            "what": "Images have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[3]/img[1]"
            },
            "excerpt": "<img src=\"https://dawnaddis.org/wp-content/uploads/2023/02/52514932082_0acf4496b9_k.jpg\" style=\"position: absolute; margin: 0px; padding: 0px; border: none; width: 1280px; height: 853.75px; max-height: none; max-width: none; z-index: -999999; left: 0px; top: -55.281px;\">"
          },
          {
            "ruleID": "r53",
            "what": "Headings are structured",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]"
            },
            "excerpt": "<h4> <strong> STAY UP TO DATE </strong> </h4>"
          },
          {
            "ruleID": "r54",
            "what": "Assertive live region is marked as atomic",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "wpforms-submit-34",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[3]/button[1]"
            },
            "excerpt": "<button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-34\" class=\"wpforms-submit\" data-alt-text=\"Submitting...\" data-submit-text=\"SIGN UP\" aria-live=\"assertive\" value=\"wpforms-submit\"> SIGN UP </button>"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/span[1]/text()[1]"
            },
            "excerpt": "DAWN"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/text()[1]"
            },
            "excerpt": "ADDIS"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "is a teacher, mom, and former City Councilmember who was elected in 2022 to represent the Central Coast in the California State Assembly."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "MEET DAWN"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]"
            },
            "excerpt": "Solutions"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "LEARN MORE"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "Learn about upcoming events & campaign news."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[3]/button[1]/text()[1]"
            },
            "excerpt": "SIGN UP"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/span[1]/text()[1]"
            },
            "excerpt": "DAWN"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/text()[1]"
            },
            "excerpt": "ADDIS"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "is a teacher, mom, and former City Councilmember who was elected in 2022 to represent the Central Coast in the California State Assembly."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]"
            },
            "excerpt": "Solutions"
          },
          {
            "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]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p> Learn about upcoming events & campaign news. </p>"
          }
        ]
      },
      "endTime": 1687096669945
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687096669945,
      "url": "https://dawnaddis.org/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 55,
          "rulesPassed": 43,
          "rulesWarned": 2,
          "rulesViolated": 4,
          "warnings": {
            "minor": 11,
            "moderate": 0,
            "serious": 3,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 1,
            "serious": 5,
            "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-18T13:57:50.312Z",
          "url": "https://dawnaddis.org/",
          "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": "39.0pt (52px)",
                        "fontWeight": "bold",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"module_subrow themify_builder_sub_row repeat tb_ntly405 tf_w tf_clearfix\">",
                          "target": [
                            ".tb_ntly405"
                          ]
                        },
                        {
                          "html": "<img src=\"https://dawnaddis.org/wp-content/uploads/2023/02/52514932082_0acf4496b9_k.jpg\" style=\"position: absolute; margin: 0px; padding: 0px; border: none; width: 1280px; height: 853.75px; max-height: none; max-width: none; z-index: -999999; left: 0px; top: -55.281px;\">",
                          "target": [
                            ".tb_backstretch > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong><span style=\"color: #4078bd;\">DAWN</span> ADDIS</strong>",
                  "target": [
                    "h1 > strong"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "39.0pt (52px)",
                        "fontWeight": "bold",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"module_subrow themify_builder_sub_row repeat tb_ntly405 tf_w tf_clearfix\">",
                          "target": [
                            ".tb_ntly405"
                          ]
                        },
                        {
                          "html": "<img src=\"https://dawnaddis.org/wp-content/uploads/2023/02/52514932082_0acf4496b9_k.jpg\" style=\"position: absolute; margin: 0px; padding: 0px; border: none; width: 1280px; height: 853.75px; max-height: none; max-width: none; z-index: -999999; left: 0px; top: -55.281px;\">",
                          "target": [
                            ".tb_backstretch > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"color: #4078bd;\">DAWN</span>",
                  "target": [
                    "strong > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "14.4pt (19.2px)",
                        "fontWeight": "bold",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"module_subrow themify_builder_sub_row repeat tb_ntly405 tf_w tf_clearfix\">",
                          "target": [
                            ".tb_ntly405"
                          ]
                        },
                        {
                          "html": "<img src=\"https://dawnaddis.org/wp-content/uploads/2023/02/52514932082_0acf4496b9_k.jpg\" style=\"position: absolute; margin: 0px; padding: 0px; border: none; width: 1280px; height: 853.75px; max-height: none; max-width: none; z-index: -999999; left: 0px; top: -55.281px;\">",
                          "target": [
                            ".tb_backstretch > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>is a teacher, mom, and former City Councilmember who was elected in 2022 to represent the Central Coast in the California State Assembly.</p>",
                  "target": [
                    ".tb_4e5m65 > .tb_text_wrap > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                }
              ]
            },
            {
              "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 class=\"header-icons tf_hide\">",
                  "target": [
                    ".header-icons"
                  ],
                  "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": "<a id=\"menu-icon-close\" aria-label=\"Close menu\" class=\"tf_close tf_hide\" href=\"#\"><span class=\"screen-reader-text\">Close Menu</span></a>",
                  "target": [
                    "#menu-icon-close"
                  ],
                  "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": "<ul class=\"tf_abs row-slider-slides tf_clearfix\">",
                  "target": [
                    ".tb_f77s194 > .row-slider.tb_slider[data-bgmode=\"fullcover\"] > .tf_abs.row-slider-slides"
                  ],
                  "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": "<a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Previous slide\"></a>",
                  "target": [
                    ".tb_f77s194 > .row-slider.tb_slider[data-bgmode=\"fullcover\"] > .row-slider-nav.tf_abs_t.tf_w > .row-slider-prev.row-slider-arrow[aria-label=\"Previous slide\"]"
                  ],
                  "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": "<a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Next slide\"></a>",
                  "target": [
                    ".tb_f77s194 > .row-slider.tb_slider[data-bgmode=\"fullcover\"] > .row-slider-nav.tf_abs_t.tf_w > .row-slider-next.row-slider-arrow[aria-label=\"Next slide\"]"
                  ],
                  "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 data-css_id=\"1dh4478\" data-lazy=\"1\" class=\"module_row themify_builder_row repeat fullwidth tb_1dh4478 tf_clearfix hide-desktop hide-tablet hide-tablet_landscape\">",
                  "target": [
                    ".tb_1dh4478"
                  ],
                  "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=\"module module-text tb_bpcj681    wow\" data-tf-animation=\"pulse\" data-lazy=\"1\">\n        <div class=\"tb_text_wrap\">\n    <h1 style=\"text-align: center;\">Donate now to support Dawn’s Campaign</h1>    </div>\n</div>",
                  "target": [
                    ".tb_bpcj681"
                  ],
                  "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 data-lazy=\"1\" class=\"module_row themify_builder_row tb_py55325 tf_clearfix hide-desktop hide-tablet hide-tablet_landscape\">",
                  "target": [
                    ".tb_py55325"
                  ],
                  "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=\"wpforms-field wpforms-field-hp\"><label for=\"wpforms-34-field-hp\" class=\"wpforms-field-label\">Phone</label><input type=\"text\" name=\"wpforms[hp]\" id=\"wpforms-34-field-hp\" class=\"wpforms-field-medium\"></div>",
                  "target": [
                    ".wpforms-field-hp"
                  ],
                  "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 data-tf-not-load=\"1\" importance=\"high\" decoding=\"async\" src=\"https://dawnaddis.org/wp-content/plugins/wpforms/assets/images/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"\">",
                  "target": [
                    ".wpforms-submit-spinner"
                  ],
                  "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": "<svg id=\"tf_svg\" style=\"display:none\"><defs></defs></svg>",
                  "target": [
                    "#tf_svg"
                  ],
                  "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."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146",
                "ACT"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds",
              "help": "Elements must meet enhanced color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#f8be13",
                        "bgColor": "#16478e",
                        "contrastRatio": 5.31,
                        "fontSize": "13.4pt (17.92px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/about\" class=\"ui builder_button tb_default_color\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"tf_inline_b tf_vmiddle\">MEET DAWN</span>\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                          "target": [
                            "a[href$=\"about\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.31 (foreground color: #f8be13, background color: #16478e, font size: 13.4pt (17.92px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"tf_inline_b tf_vmiddle\">MEET DAWN</span>",
                  "target": [
                    "a[href$=\"about\"] > .tf_vmiddle.tf_inline_b"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.31 (foreground color: #f8be13, background color: #16478e, font size: 13.4pt (17.92px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#f8be13",
                        "bgColor": "#16478e",
                        "contrastRatio": 5.31,
                        "fontSize": "13.2pt (17.6px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/priorities\" class=\"ui builder_button tb_default_color\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"tf_inline_b tf_vmiddle\">LEARN MORE</span>\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                          "target": [
                            ".tb_9oxw825 > .module-buttons-item.tf_inline_b > .ui.builder_button[href$=\"priorities\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.31 (foreground color: #f8be13, background color: #16478e, font size: 13.2pt (17.6px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"tf_inline_b tf_vmiddle\">LEARN MORE</span>",
                  "target": [
                    ".tb_9oxw825 > .module-buttons-item.tf_inline_b > .ui.builder_button[href$=\"priorities\"] > .tf_vmiddle.tf_inline_b"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.31 (foreground color: #f8be13, background color: #16478e, font size: 13.2pt (17.6px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#4078bd",
                        "contrastRatio": 4.52,
                        "fontSize": "15.6pt (20.8px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-lazy=\"1\" class=\"module_row themify_builder_row repeat tb_tgpe617 tf_clearfix\">",
                          "target": [
                            ".tb_tgpe617"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.52 (foreground color: #ffffff, background color: #4078bd, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Learn about upcoming events &amp; campaign news.</p>",
                  "target": [
                    ".tb_oshb337 > .tb_text_wrap > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.52 (foreground color: #ffffff, background color: #4078bd, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#f8be13",
                        "bgColor": "#16478e",
                        "contrastRatio": 5.31,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-34\" class=\"wpforms-submit\" data-alt-text=\"Submitting...\" data-submit-text=\"SIGN UP\" aria-live=\"assertive\" value=\"wpforms-submit\">SIGN UP</button>",
                          "target": [
                            "#wpforms-submit-34"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.31 (foreground color: #f8be13, background color: #16478e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-34\" class=\"wpforms-submit\" data-alt-text=\"Submitting...\" data-submit-text=\"SIGN UP\" aria-live=\"assertive\" value=\"wpforms-submit\">SIGN UP</button>",
                  "target": [
                    "#wpforms-submit-34"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.31 (foreground color: #f8be13, background color: #16478e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "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": {
                        "fgColor": "#f8be13",
                        "bgColor": "#ffffff",
                        "contrastRatio": 1.69,
                        "fontSize": "30.0pt (40px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-lazy=\"1\" class=\"module_subrow themify_builder_sub_row repeat tb_onip526 tf_w tf_clearfix\">",
                          "target": [
                            ".tb_onip526"
                          ]
                        },
                        {
                          "html": "<body class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active no-rounded-input tb_responsive_mode page-loaded has-builder\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.69 (foreground color: #f8be13, background color: #ffffff, font size: 30.0pt (40px), font weight: bold). Expected contrast ratio of 3:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"color: #f8be13;\">Solutions</span>",
                  "target": [
                    ".tb_eowc528 > .tb_text_wrap > h1 > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.69 (foreground color: #f8be13, background color: #ffffff, font size: 30.0pt (40px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ]
            },
            {
              "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": "<h4><strong>STAY UP TO DATE</strong></h4>",
                  "target": [
                    "h4"
                  ],
                  "failureSummary": "Fix any of the following:\n  Heading order invalid"
                }
              ]
            },
            {
              "id": "image-alt",
              "impact": "critical",
              "tags": [
                "cat.text-alternatives",
                "wcag2a",
                "wcag111",
                "section508",
                "section508.22.a",
                "ACT",
                "TTv5",
                "TT7.a",
                "TT7.b"
              ],
              "description": "Ensures <img> elements have alternate text or a role of none or presentation",
              "help": "Images must have alternate text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-alt",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Element does not have an alt attribute"
                    },
                    {
                      "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": "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": "<img src=\"https://dawnaddis.org/wp-content/uploads/2023/02/52514932082_0acf4496b9_k.jpg\" style=\"position: absolute; margin: 0px; padding: 0px; border: none; width: 1280px; height: 853.75px; max-height: none; max-width: none; z-index: -999999; left: 0px; top: -55.281px;\">",
                  "target": [
                    ".tb_backstretch > img"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          11,
          3,
          1,
          6
        ],
        "instances": [
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node",
            "ordinalSeverity": 1,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "h1 > strong"
            },
            "excerpt": "<strong><span style=\"color: #4078bd;\">DAWN</span> ADDIS</strong>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "strong > span"
            },
            "excerpt": "<span style=\"color: #4078bd;\">DAWN</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".tb_4e5m65 > .tb_text_wrap > p"
            },
            "excerpt": "<p>is a teacher, mom, and former City Councilmember who was elected in 2022 to represent the Central Coast in the California State Assembly.</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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".header-icons"
            },
            "excerpt": "<div class=\"header-icons tf_hide\">"
          },
          {
            "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": "A",
            "id": "menu-icon-close",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#menu-icon-close"
            },
            "excerpt": "<a id=\"menu-icon-close\" aria-label=\"Close menu\" class=\"tf_close tf_hide\" href=\"#\"><span class=\"screen-reader-text\">Close Menu</span></a>"
          },
          {
            "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": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".tb_f77s194 > .row-slider.tb_slider[data-bgmode=\"fullcover\"] > .tf_abs.row-slider-slides"
            },
            "excerpt": "<ul class=\"tf_abs row-slider-slides tf_clearfix\">"
          },
          {
            "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": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".tb_f77s194 > .row-slider.tb_slider[data-bgmode=\"fullcover\"] > .row-slider-nav.tf_abs_t.tf_w > .row-slider-prev.row-slider-arrow[aria-label=\"Previous slide\"]"
            },
            "excerpt": "<a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Previous slide\"></a>"
          },
          {
            "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": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".tb_f77s194 > .row-slider.tb_slider[data-bgmode=\"fullcover\"] > .row-slider-nav.tf_abs_t.tf_w > .row-slider-next.row-slider-arrow[aria-label=\"Next slide\"]"
            },
            "excerpt": "<a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Next slide\"></a>"
          },
          {
            "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": ".tb_1dh4478"
            },
            "excerpt": "<div data-css_id=\"1dh4478\" data-lazy=\"1\" class=\"module_row themify_builder_row repeat fullwidth tb_1dh4478 tf_clearfix hide-desktop hide-tablet hide-tablet_landscape\">"
          },
          {
            "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": ".tb_bpcj681"
            },
            "excerpt": "<div class=\"module module-text tb_bpcj681 wow\" data-tf-animation=\"pulse\" data-lazy=\"1\"> <div class=\"tb_text_wrap\"> <h1 style=\"text-align: center;\">Donate now to support Dawn’s Campaign</h1> </div> </div>"
          },
          {
            "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": ".tb_py55325"
            },
            "excerpt": "<div data-lazy=\"1\" class=\"module_row themify_builder_row tb_py55325 tf_clearfix hide-desktop hide-tablet hide-tablet_landscape\">"
          },
          {
            "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": ".wpforms-field-hp"
            },
            "excerpt": "<div class=\"wpforms-field wpforms-field-hp\"><label for=\"wpforms-34-field-hp\" class=\"wpforms-field-label\">Phone</label><input type=\"text\" name=\"wpforms[hp]\" id=\"wpforms-34-field-hp\" class=\"wpforms-field-medium\"></div>"
          },
          {
            "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": ".wpforms-submit-spinner"
            },
            "excerpt": "<img data-tf-not-load=\"1\" importance=\"high\" decoding=\"async\" src=\"https://dawnaddis.org/wp-content/plugins/wpforms/assets/images/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"\">"
          },
          {
            "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": "SVG",
            "id": "tf_svg",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#tf_svg"
            },
            "excerpt": "<svg id=\"tf_svg\" style=\"display:none\"><defs></defs></svg>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.31 (foreground color: #f8be13, background color: #16478e, font size: 13.4pt (17.92px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[href$=\"about\"] > .tf_vmiddle.tf_inline_b"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">MEET DAWN</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.31 (foreground color: #f8be13, background color: #16478e, font size: 13.2pt (17.6px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".tb_9oxw825 > .module-buttons-item.tf_inline_b > .ui.builder_button[href$=\"priorities\"] > .tf_vmiddle.tf_inline_b"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">LEARN MORE</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.52 (foreground color: #ffffff, background color: #4078bd, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".tb_oshb337 > .tb_text_wrap > p"
            },
            "excerpt": "<p>Learn about upcoming events &amp; campaign news.</p>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.31 (foreground color: #f8be13, background color: #16478e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "wpforms-submit-34",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#wpforms-submit-34"
            },
            "excerpt": "<button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-34\" class=\"wpforms-submit\" data-alt-text=\"Submitting...\" data-submit-text=\"SIGN UP\" aria-live=\"assertive\" value=\"wpforms-submit\">SIGN UP</button>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.69 (foreground color: #f8be13, background color: #ffffff, font size: 30.0pt (40px), font weight: bold). Expected contrast ratio of 3:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".tb_eowc528 > .tb_text_wrap > h1 > span"
            },
            "excerpt": "<span style=\"color: #f8be13;\">Solutions</span>"
          },
          {
            "ruleID": "heading-order",
            "what": "Heading levels should only increase by one; Heading order invalid",
            "ordinalSeverity": 2,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "h4"
            },
            "excerpt": "<h4><strong>STAY UP TO DATE</strong></h4>"
          },
          {
            "ruleID": "image-alt",
            "what": "Images must have alternate text; Element does not have an alt attribute; 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's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".tb_backstretch > img"
            },
            "excerpt": "<img src=\"https://dawnaddis.org/wp-content/uploads/2023/02/52514932082_0acf4496b9_k.jpg\" style=\"position: absolute; margin: 0px; padding: 0px; border: none; width: 1280px; height: 853.75px; max-height: none; max-width: none; z-index: -999999; left: 0px; top: -55.281px;\">"
          }
        ]
      },
      "endTime": 1687096670345
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096670345,
      "endTime": 1687096670909
    },
    {
      "type": "url",
      "which": "https://dawnaddis.org/",
      "what": "Candidate Dawn Addis (D)",
      "startTime": 1687096670909,
      "result": {
        "url": "https://dawnaddis.org/"
      },
      "endTime": 1687096671381
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687096671381,
      "url": "https://dawnaddis.org/",
      "what": "Level Access Continuum, community edition",
      "result": [],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          0
        ],
        "instances": []
      },
      "endTime": 1687096671583
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096671584,
      "endTime": 1687096672143
    },
    {
      "type": "url",
      "which": "https://dawnaddis.org/",
      "what": "Candidate Dawn Addis (D)",
      "startTime": 1687096672144,
      "result": {
        "url": "https://dawnaddis.org/"
      },
      "endTime": 1687096672573
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687096672573,
      "url": "https://dawnaddis.org/",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "result": {
        "Error": {
          "AAA.1_3_1_AAA.G141": {
            "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.": [
              {
                "tagName": "h4",
                "id": "",
                "code": "<h4>...</h4>"
              }
            ]
          },
          "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 5.32:1. Recommendation:  change background to #02337a.": [
              {
                "tagName": "button",
                "id": "#wpforms-submit-34",
                "code": "<button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-34\" class=\"wpforms-submit\" data-alt-text=\"Submitting...\" data-submit-text=\"SIGN UP\" aria-live=\"assertive\" value=\"wpforms-submit\">...</button>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"tf_inline_b tf_vmiddle\">...</span>"
              }
            ],
            "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.97:1. Recommendation:  change background to #feffff.": [
              {
                "tagName": "noscript",
                "id": "",
                "code": "<noscript class=\"wpforms-error-noscript\">...</noscript>"
              }
            ],
            "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 4.53:1. Recommendation:  change background to #21599e.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "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 NaN:1.": [
              {
                "tagName": "h1",
                "id": "",
                "code": "<h1 style=\"text-align: left;\">...</h1>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color: #4078bd;\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color: #f8be13;\">...</span>"
              },
              {
                "tagName": "strong",
                "id": "",
                "code": "<strong>...</strong>"
              }
            ]
          }
        },
        "Warning": {
          "AAA.1_1_1.H67.2": {
            "Img element is marked so that it is ignored by Assistive Technology.": [
              {
                "tagName": "img",
                "id": "",
                "code": "<img data-tf-not-load=\"1\" importance=\"high\" decoding=\"async\" src=\"https://dawnaddis.org/wp-content/plugins/wpforms/assets/images/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"\">"
              }
            ]
          },
          "AAA.1_3_1.H42": {
            "Heading markup should be used if this content is intended as a heading.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "AAA.1_3_1.H48": {
            "If this element contains a navigation section, it is recommended that it be marked up as a list.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"row-slider-nav tf_abs_t tf_w\">...</div>"
              }
            ]
          },
          "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": "",
                "code": "<div class=\"back-top tf_textc tf_clearfix back-top-float back-top-hide\">...</div>"
              }
            ],
            "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.": [
              {
                "tagName": "meta",
                "id": "",
                "code": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\">"
              }
            ]
          },
          "AAA.1_4_3_F24.F24.FGColour": {
            "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a style=\"color: white;\" href=\"mailto:hello@dawnaddis.org\">...</a>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color: #4078bd;\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color: #f8be13;\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"font-size: small; color: white;\">...</span>"
              }
            ]
          },
          "AAA.1_4_6.G17.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"screen-reader-text skip-to-content\" href=\"#content\">...</a>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"screen-reader-text\">...</span>"
              }
            ]
          },
          "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 href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=100.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=1000.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=25.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=250.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1\">...</a>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          17,
          0,
          0,
          10
        ],
        "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 data-tf-not-load=\"1\" importance=\"high\" decoding=\"async\" src=\"https://dawnaddis.org/wp-content/plugins/wpforms/assets/images/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"\">"
          },
          {
            "ruleID": "AAA.1_3_1.H42",
            "what": "Heading markup should be used if this content is intended as a heading.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p>...</p>"
          },
          {
            "ruleID": "AAA.1_3_1.H48",
            "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"row-slider-nav tf_abs_t tf_w\">...</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=\"back-top tf_textc tf_clearfix back-top-float back-top-hide\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\">"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a style=\"color: white;\" href=\"mailto:hello@dawnaddis.org\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color: #4078bd;\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color: #f8be13;\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"font-size: small; color: white;\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"screen-reader-text skip-to-content\" href=\"#content\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"screen-reader-text\">...</span>"
          },
          {
            "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.actblue.com/donate/dawn-addis-for-assembly-2024-1\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">...</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.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=100.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">...</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.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=1000.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">...</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.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=25.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">...</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.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=250.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">...</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 target=\"_blank\" href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1\">...</a>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.",
            "ordinalSeverity": 3,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h4>...</h4>"
          },
          {
            "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 5.32:1. Recommendation:  change background to #02337a.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "wpforms-submit-34",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-34\" class=\"wpforms-submit\" data-alt-text=\"Submitting...\" data-submit-text=\"SIGN UP\" aria-live=\"assertive\" value=\"wpforms-submit\">...</button>"
          },
          {
            "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 5.32:1. Recommendation:  change background to #02337a.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">...</span>"
          },
          {
            "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.97:1. Recommendation:  change background to #feffff.",
            "ordinalSeverity": 3,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<noscript class=\"wpforms-error-noscript\">...</noscript>"
          },
          {
            "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 4.53:1. Recommendation:  change background to #21599e.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p>...</p>"
          },
          {
            "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 NaN:1.",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h1 style=\"text-align: left;\">...</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 NaN:1.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p>...</p>"
          },
          {
            "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 NaN:1.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color: #4078bd;\">...</span>"
          },
          {
            "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 NaN:1.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color: #f8be13;\">...</span>"
          },
          {
            "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 NaN:1.",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<strong>...</strong>"
          }
        ]
      },
      "endTime": 1687096672750
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096672750,
      "endTime": 1687096673316
    },
    {
      "type": "url",
      "which": "https://dawnaddis.org/",
      "what": "Candidate Dawn Addis (D)",
      "startTime": 1687096673316,
      "result": {
        "url": "https://dawnaddis.org/"
      },
      "endTime": 1687096673762
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687096673762,
      "url": "https://dawnaddis.org/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 3,
          "recommendation": 0,
          "ignored": 0
        },
        "items": [
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]",
              "aria": "/document[1]/main[1]/heading[3]"
            },
            "message": "Text contrast of 1.70 with its background is less than the WCAG AA minimum requirements for text of size 40px and weight of 700",
            "bounds": {
              "left": 83,
              "top": 1541,
              "height": 47,
              "width": 172
            },
            "snippet": "<span style=\"color: #f8be13;\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/link[2]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 728,
              "top": 8,
              "height": 40,
              "width": 40
            },
            "snippet": "<a aria-label=\"Menu\" href=\"#mobile-menu\" class=\"tf_inline_b tf_text_dec\" id=\"menu-icon\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/a[1]",
              "aria": "/document[1]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": -1,
              "top": -1,
              "height": 1,
              "width": 1
            },
            "snippet": "<a href=\"#content\" class=\"screen-reader-text skip-to-content\">",
            "level": "violation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          3
        ],
        "instances": [
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.70 with its background is less than the WCAG AA minimum requirements for text of size 40px and weight of 700",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]"
            },
            "excerpt": "<span style=\"color: #f8be13;\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "menu-icon",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a aria-label=\"Menu\" href=\"#mobile-menu\" class=\"tf_inline_b tf_text_dec\" id=\"menu-icon\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/a[1]"
            },
            "excerpt": "<a href=\"#content\" class=\"screen-reader-text skip-to-content\">"
          }
        ]
      },
      "endTime": 1687096675149
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096675149,
      "endTime": 1687096675755
    },
    {
      "type": "url",
      "which": "https://dawnaddis.org/",
      "what": "Candidate Dawn Addis (D)",
      "startTime": 1687096675755,
      "result": {
        "url": "https://dawnaddis.org/"
      },
      "endTime": 1687096676192
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687096676192,
      "url": "https://dawnaddis.org/",
      "what": "Nu Html Checker",
      "result": {
        "pageContent": {
          "messages": [
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 132,
              "firstColumn": 41,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "US\"><head><script type=\"text/javascript\" async=\"\" src=\"https://www.google-analytics.com/analytics.js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 92
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 269,
              "firstColumn": 142,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=G-LHH69ENH3Z&amp;l=dataLayer&amp;cx=c\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 128
            },
            {
              "type": "error",
              "lastLine": 67,
              "lastColumn": 271,
              "firstColumn": 126,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "el=\"icon\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/js/themify.script.min.js?ver=5.7.4\" as=\"script\" importance=\"low\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 146
            },
            {
              "type": "error",
              "lastLine": 67,
              "lastColumn": 271,
              "firstColumn": 126,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": "el=\"icon\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/js/themify.script.min.js?ver=5.7.4\" as=\"script\" importance=\"low\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 146
            },
            {
              "type": "error",
              "lastLine": 67,
              "lastColumn": 435,
              "firstColumn": 272,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "nce=\"low\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/themify.sidemenu.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 67,
              "lastColumn": 435,
              "firstColumn": 272,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": "nce=\"low\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/themify.sidemenu.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 67,
              "lastColumn": 729,
              "firstColumn": 558,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "s=\"image\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/modules/parallax.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 172
            },
            {
              "type": "error",
              "lastLine": 67,
              "lastColumn": 729,
              "firstColumn": 558,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": "s=\"image\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/modules/parallax.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 172
            },
            {
              "type": "error",
              "lastLine": 67,
              "lastColumn": 868,
              "firstColumn": 730,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": "nce=\"low\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/css/modules/animate.min.css?ver=5.6.7\" as=\"style\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 139
            },
            {
              "type": "error",
              "lastLine": 67,
              "lastColumn": 1022,
              "firstColumn": 869,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "s=\"style\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/tf_wow.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 154
            },
            {
              "type": "error",
              "lastLine": 67,
              "lastColumn": 1022,
              "firstColumn": 869,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": "s=\"style\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/tf_wow.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 154
            },
            {
              "type": "error",
              "lastLine": 67,
              "lastColumn": 1199,
              "firstColumn": 1023,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "nce=\"low\"><link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/themify.builder.script.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 177
            },
            {
              "type": "error",
              "lastLine": 67,
              "lastColumn": 1495,
              "firstColumn": 1328,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "s=\"image\"><link rel=\"preload\" href=\"https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"\" importance=\"high\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 168
            },
            {
              "type": "error",
              "lastLine": 67,
              "lastColumn": 1660,
              "firstColumn": 1496,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "ce=\"high\"><link rel=\"preload\" href=\"https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"\" importance=\"high\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 165
            },
            {
              "type": "error",
              "lastLine": 67,
              "lastColumn": 1811,
              "firstColumn": 1661,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "ce=\"high\"><link rel=\"preload\" importance=\"high\" href=\"https://dawnaddis.org/wp-content/uploads/themify-concate/4043376929/themify-2854012296.min.css\" as=\"style\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "error",
              "lastLine": 67,
              "lastColumn": 1979,
              "firstColumn": 1812,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "s=\"style\"><link importance=\"high\" id=\"themify_concate-css\" rel=\"stylesheet\" href=\"https://dawnaddis.org/wp-content/uploads/themify-concate/4043376929/themify-2854012296.min.css\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 168
            },
            {
              "type": "error",
              "lastLine": 96,
              "lastColumn": 65,
              "firstColumn": 64,
              "message": "CSS: padding: px is not a padding value.",
              "extract": "ding: 5px px; }\n.p",
              "hiliteStart": 10,
              "hiliteLength": 2
            },
            {
              "type": "error",
              "lastLine": 150,
              "lastColumn": 172,
              "firstColumn": 11,
              "message": "Bad start tag in img in noscript in head.",
              "extract": "<noscript><img decoding=\"async\" data-tf-not-load=\"1\" importance=\"high\" src=\"https://ib.adnxs.com/pixie?pi=0b77a205-d936-4a38-a840-085ca9edb1d0&e=PageView&script=0\" alt=\"\"/></nosc",
              "hiliteStart": 10,
              "hiliteLength": 162
            },
            {
              "type": "error",
              "lastLine": 150,
              "lastColumn": 172,
              "firstColumn": 11,
              "message": "Attribute importance not allowed on element img at this point.",
              "extract": "<noscript><img decoding=\"async\" data-tf-not-load=\"1\" importance=\"high\" src=\"https://ib.adnxs.com/pixie?pi=0b77a205-d936-4a38-a840-085ca9edb1d0&e=PageView&script=0\" alt=\"\"/></nosc",
              "hiliteStart": 10,
              "hiliteLength": 162
            },
            {
              "type": "info",
              "lastLine": 150,
              "lastColumn": 172,
              "firstColumn": 11,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "<noscript><img decoding=\"async\" data-tf-not-load=\"1\" importance=\"high\" src=\"https://ib.adnxs.com/pixie?pi=0b77a205-d936-4a38-a840-085ca9edb1d0&e=PageView&script=0\" alt=\"\"/></nosc",
              "hiliteStart": 10,
              "hiliteLength": 162
            },
            {
              "type": "error",
              "lastLine": 150,
              "lastColumn": 183,
              "firstColumn": 173,
              "message": "Stray end tag noscript.",
              "extract": "\" alt=\"\"/></noscript><style",
              "hiliteStart": 10,
              "hiliteLength": 11
            },
            {
              "type": "error",
              "lastLine": 150,
              "lastColumn": 212,
              "firstColumn": 184,
              "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
              "extract": "/noscript><style id=\"tb_inline_styles\">.tb_an",
              "hiliteStart": 10,
              "hiliteLength": 29
            },
            {
              "type": "error",
              "lastLine": 150,
              "lastColumn": 1476,
              "firstColumn": 1470,
              "message": "Element style not allowed as child of element noscript in this context. (Suppressing further errors from this subtree.)",
              "extract": "<noscript><style>.themi",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 150,
              "lastColumn": 1567,
              "firstColumn": 1561,
              "message": "Stray end tag head.",
              "extract": "/noscript></head>\n<body",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 151,
              "lastColumn": 270,
              "firstColumn": 1,
              "message": "Start tag body seen but an element of the same type was already open.",
              "extract": "t></head>\n<body class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active no-rounded-input\">\n<a cl",
              "hiliteStart": 10,
              "hiliteLength": 270
            },
            {
              "type": "error",
              "lastLine": 151,
              "lastColumn": 270,
              "firstColumn": 1,
              "subType": "fatal",
              "message": "Cannot recover after last error. Any further errors will be ignored.",
              "extract": "t></head>\n<body class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active no-rounded-input\">\n<a cl",
              "hiliteStart": 10,
              "hiliteLength": 270
            }
          ]
        },
        "rawPage": {
          "messages": [
            {
              "type": "info",
              "lastLine": 6,
              "lastColumn": 117,
              "firstColumn": 9,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ">\n        <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />\n\n\t<!-",
              "hiliteStart": 10,
              "hiliteLength": 109
            },
            {
              "type": "info",
              "lastLine": 10,
              "lastColumn": 292,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "</title>\n\t<meta name=\"description\" content=\"Official campaign website of DAWN ADDIS FOR ASSEMBLY 2022 - District 30. Dawn Addis is a City Councilmember, teacher, and mom, with a 20-year record of leadership in our Central Coast communities. Find out more about Dawn and support her campaign today.\" />\n\t<lin",
              "hiliteStart": 10,
              "hiliteLength": 291
            },
            {
              "type": "info",
              "lastLine": 11,
              "lastColumn": 68,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "day.\" />\n\t<link rel=\"canonical\" href=\"https://dawnaddis.org/staging/8251/\" />\n\t<met",
              "hiliteStart": 10,
              "hiliteLength": 67
            },
            {
              "type": "info",
              "lastLine": 12,
              "lastColumn": 46,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "251/\" />\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<met",
              "hiliteStart": 10,
              "hiliteLength": 45
            },
            {
              "type": "info",
              "lastLine": 13,
              "lastColumn": 46,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "n_US\" />\n\t<meta property=\"og:type\" content=\"website\" />\n\t<met",
              "hiliteStart": 10,
              "hiliteLength": 45
            },
            {
              "type": "info",
              "lastLine": 14,
              "lastColumn": 82,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "site\" />\n\t<meta property=\"og:title\" content=\"Dawn Addis for Assembly 2024 - District 30\" />\n\t<met",
              "hiliteStart": 10,
              "hiliteLength": 81
            },
            {
              "type": "info",
              "lastLine": 15,
              "lastColumn": 299,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "t 30\" />\n\t<meta property=\"og:description\" content=\"Official campaign website of DAWN ADDIS FOR ASSEMBLY 2022 - District 30. Dawn Addis is a City Councilmember, teacher, and mom, with a 20-year record of leadership in our Central Coast communities. Find out more about Dawn and support her campaign today.\" />\n\t<met",
              "hiliteStart": 10,
              "hiliteLength": 298
            },
            {
              "type": "info",
              "lastLine": 16,
              "lastColumn": 73,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "day.\" />\n\t<meta property=\"og:url\" content=\"https://dawnaddis.org/staging/8251/\" />\n\t<met",
              "hiliteStart": 10,
              "hiliteLength": 72
            },
            {
              "type": "info",
              "lastLine": 17,
              "lastColumn": 72,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "251/\" />\n\t<meta property=\"og:site_name\" content=\"Dawn Addis for Assembly 2024\" />\n\t<met",
              "hiliteStart": 10,
              "hiliteLength": 71
            },
            {
              "type": "info",
              "lastLine": 18,
              "lastColumn": 78,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "2024\" />\n\t<meta property=\"article:modified_time\" content=\"2023-02-19T05:17:11+00:00\" />\n\t<met",
              "hiliteStart": 10,
              "hiliteLength": 77
            },
            {
              "type": "info",
              "lastLine": 19,
              "lastColumn": 112,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "0:00\" />\n\t<meta property=\"og:image\" content=\"https://dawnaddis.org/staging/8251/wp-content/uploads/2020/05/dawnfb.png\" />\n\t<met",
              "hiliteStart": 10,
              "hiliteLength": 111
            },
            {
              "type": "info",
              "lastLine": 20,
              "lastColumn": 50,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".png\" />\n\t<meta property=\"og:image:width\" content=\"1200\" />\n\t<met",
              "hiliteStart": 10,
              "hiliteLength": 49
            },
            {
              "type": "info",
              "lastLine": 21,
              "lastColumn": 50,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "1200\" />\n\t<meta property=\"og:image:height\" content=\"630\" />\n\t<met",
              "hiliteStart": 10,
              "hiliteLength": 49
            },
            {
              "type": "info",
              "lastLine": 22,
              "lastColumn": 54,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\"630\" />\n\t<meta property=\"og:image:type\" content=\"image/png\" />\n\t<met",
              "hiliteStart": 10,
              "hiliteLength": 53
            },
            {
              "type": "info",
              "lastLine": 23,
              "lastColumn": 59,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "/png\" />\n\t<meta name=\"twitter:card\" content=\"summary_large_image\" />\n\t<met",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "info",
              "lastLine": 24,
              "lastColumn": 100,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "mage\" />\n\t<meta name=\"twitter:image\" content=\"https://dawnaddis.org/wp-content/uploads/2020/05/dawntw.png\" />\n\t<scr",
              "hiliteStart": 10,
              "hiliteLength": 99
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 127,
              "firstColumn": 13,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <link type=\"image/x-icon\" href=\"https://dawnaddis.lockedform.com/wp-content/uploads/2020/04/dawn.ico\" rel=\"icon\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 115
            },
            {
              "type": "error",
              "lastLine": 69,
              "lastColumn": 274,
              "firstColumn": 128,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "=\"icon\" /><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/js/themify.script.min.js?ver=5.7.4\" as=\"script\" importance=\"low\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 147
            },
            {
              "type": "error",
              "lastLine": 69,
              "lastColumn": 274,
              "firstColumn": 128,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": "=\"icon\" /><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/js/themify.script.min.js?ver=5.7.4\" as=\"script\" importance=\"low\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 147
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 274,
              "firstColumn": 128,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=\"icon\" /><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/js/themify.script.min.js?ver=5.7.4\" as=\"script\" importance=\"low\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 147
            },
            {
              "type": "error",
              "lastLine": 69,
              "lastColumn": 439,
              "firstColumn": 275,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "ce=\"low\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/themify.sidemenu.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 165
            },
            {
              "type": "error",
              "lastLine": 69,
              "lastColumn": 439,
              "firstColumn": 275,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": "ce=\"low\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/themify.sidemenu.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 165
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 439,
              "firstColumn": 275,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ce=\"low\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/themify.sidemenu.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 165
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 562,
              "firstColumn": 440,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ce=\"low\"/><link rel=\"preload\" href=\"https://dawnaddis.lockedform.com/wp-content/uploads/2020/04/DawnAddis_Logo_line.png\" as=\"image\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 123
            },
            {
              "type": "error",
              "lastLine": 69,
              "lastColumn": 735,
              "firstColumn": 563,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "=\"image\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/modules/parallax.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 173
            },
            {
              "type": "error",
              "lastLine": 69,
              "lastColumn": 735,
              "firstColumn": 563,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": "=\"image\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/modules/parallax.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 173
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 735,
              "firstColumn": 563,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=\"image\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/modules/parallax.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 173
            },
            {
              "type": "error",
              "lastLine": 69,
              "lastColumn": 875,
              "firstColumn": 736,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": "ce=\"low\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/css/modules/animate.min.css?ver=5.6.7\" as=\"style\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 140
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 875,
              "firstColumn": 736,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ce=\"low\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/css/modules/animate.min.css?ver=5.6.7\" as=\"style\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 140
            },
            {
              "type": "error",
              "lastLine": 69,
              "lastColumn": 1030,
              "firstColumn": 876,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "=\"style\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/tf_wow.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 155
            },
            {
              "type": "error",
              "lastLine": 69,
              "lastColumn": 1030,
              "firstColumn": 876,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": "=\"style\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/tf_wow.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 155
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 1030,
              "firstColumn": 876,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=\"style\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/tf_wow.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 155
            },
            {
              "type": "error",
              "lastLine": 69,
              "lastColumn": 1208,
              "firstColumn": 1031,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "ce=\"low\"/><link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/themify.builder.script.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 178
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 1208,
              "firstColumn": 1031,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ce=\"low\"/><link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/themify.builder.script.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 178
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 1337,
              "firstColumn": 1209,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ce=\"low\"/><link rel=\"preload\" href=\"https://dawnaddis.lockedform.com/wp-content/uploads/2020/04/DawnAddis_HorizLogo_White.png\" as=\"image\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 129
            },
            {
              "type": "error",
              "lastLine": 69,
              "lastColumn": 1503,
              "firstColumn": 1338,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "=\"image\"/><link rel=\"preload\" href=\"https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2\" as=\"font\" type=\"font/woff2\" crossorigin importance=\"high\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 166
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 1503,
              "firstColumn": 1338,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=\"image\"/><link rel=\"preload\" href=\"https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2\" as=\"font\" type=\"font/woff2\" crossorigin importance=\"high\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 166
            },
            {
              "type": "error",
              "lastLine": 69,
              "lastColumn": 1666,
              "firstColumn": 1504,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "e=\"high\"/><link rel=\"preload\" href=\"https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2\" as=\"font\" type=\"font/woff2\" crossorigin importance=\"high\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 163
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 1666,
              "firstColumn": 1504,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "e=\"high\"/><link rel=\"preload\" href=\"https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2\" as=\"font\" type=\"font/woff2\" crossorigin importance=\"high\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 163
            },
            {
              "type": "error",
              "lastLine": 69,
              "lastColumn": 1817,
              "firstColumn": 1667,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "e=\"high\"/><link rel=\"preload\" importance=\"high\" href=\"https://dawnaddis.org/wp-content/uploads/themify-concate/4043376929/themify-2854012296.min.css\" as=\"style\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "error",
              "lastLine": 69,
              "lastColumn": 1985,
              "firstColumn": 1818,
              "message": "Attribute importance not allowed on element link at this point.",
              "extract": "s=\"style\"><link importance=\"high\" id=\"themify_concate-css\" rel=\"stylesheet\" href=\"https://dawnaddis.org/wp-content/uploads/themify-concate/4043376929/themify-2854012296.min.css\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 168
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 2054,
              "firstColumn": 1986,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".min.css\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin/><link ",
              "hiliteStart": 10,
              "hiliteLength": 69
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 2114,
              "firstColumn": 2055,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ssorigin/><link rel=\"dns-prefetch\" href=\"//www.google-analytics.com\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 60
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 2250,
              "firstColumn": 2115,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ics.com\"/><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Dawn Addis for Assembly 2024 &raquo; Feed\" href=\"https://dawnaddis.org/feed/\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 136
            },
            {
              "type": "info",
              "lastLine": 70,
              "lastColumn": 154,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Dawn Addis for Assembly 2024 &raquo; Comments Feed\" href=\"https://dawnaddis.org/comments/feed/\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 154
            },
            {
              "type": "info",
              "lastLine": 71,
              "lastColumn": 111,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "feed/\" />\n<link rel=\"preload\" href=\"https://dawnaddis.org/wp-includes/css/classic-themes.min.css?ver=6.2.2\" as=\"style\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 111
            },
            {
              "type": "info",
              "lastLine": 71,
              "lastColumn": 256,
              "firstColumn": 112,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\"style\" /><link rel='stylesheet' id='classic-theme-styles-css' href='https://dawnaddis.org/wp-includes/css/classic-themes.min.css?ver=6.2.2' media='all' />\n<styl",
              "hiliteStart": 10,
              "hiliteLength": 145
            },
            {
              "type": "info",
              "lastLine": 78,
              "lastColumn": 131,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\n</style>\n<link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/plugins/wpforms/assets/css/wpforms-base.min.css?ver=1.7.3\" as=\"style\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 131
            },
            {
              "type": "info",
              "lastLine": 78,
              "lastColumn": 288,
              "firstColumn": 132,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\"style\" /><link rel='stylesheet' id='wpforms-base-css' href='https://dawnaddis.org/wp-content/plugins/wpforms/assets/css/wpforms-base.min.css?ver=1.7.3' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 157
            },
            {
              "type": "info",
              "lastLine": 79,
              "lastColumn": 184,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/styles/utilities.css?ver=0.1.0\" as=\"style\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 184
            },
            {
              "type": "info",
              "lastLine": 79,
              "lastColumn": 409,
              "firstColumn": 185,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\"style\" /><link rel='stylesheet' id='nfd-wonder-blocks-utilities-css' href='https://dawnaddis.org/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/styles/utilities.css?ver=0.1.0' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 225
            },
            {
              "type": "info",
              "lastLine": 80,
              "lastColumn": 143,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/plugins/photonic/include/ext/splide/splide.min.css?ver=20230406-65423\" as=\"style\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 143
            },
            {
              "type": "info",
              "lastLine": 80,
              "lastColumn": 315,
              "firstColumn": 144,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\"style\" /><link rel='stylesheet' id='photonic-slider-css' href='https://dawnaddis.org/wp-content/plugins/photonic/include/ext/splide/splide.min.css?ver=20230406-65423' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 172
            },
            {
              "type": "info",
              "lastLine": 81,
              "lastColumn": 153,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/plugins/photonic/include/ext/baguettebox/baguettebox.min.css?ver=20230406-65423\" as=\"style\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "info",
              "lastLine": 81,
              "lastColumn": 337,
              "firstColumn": 154,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\"style\" /><link rel='stylesheet' id='photonic-lightbox-css' href='https://dawnaddis.org/wp-content/plugins/photonic/include/ext/baguettebox/baguettebox.min.css?ver=20230406-65423' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 184
            },
            {
              "type": "info",
              "lastLine": 82,
              "lastColumn": 153,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/plugins/photonic/include/css/front-end/core/photonic.min.css?ver=20230406-65423\" as=\"style\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "info",
              "lastLine": 82,
              "lastColumn": 328,
              "firstColumn": 154,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\"style\" /><link rel='stylesheet' id='photonic-css' href='https://dawnaddis.org/wp-content/plugins/photonic/include/css/front-end/core/photonic.min.css?ver=20230406-65423' media='all' />\n<styl",
              "hiliteStart": 10,
              "hiliteLength": 175
            },
            {
              "type": "error",
              "lastLine": 98,
              "lastColumn": 65,
              "firstColumn": 64,
              "message": "CSS: padding: px is not a padding value.",
              "extract": "ding: 5px px; }\n.p",
              "hiliteStart": 10,
              "hiliteLength": 2
            },
            {
              "type": "info",
              "lastLine": 107,
              "lastColumn": 71,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "</script>\n<link rel=\"https://api.w.org/\" href=\"https://dawnaddis.org/wp-json/\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 71
            },
            {
              "type": "info",
              "lastLine": 107,
              "lastColumn": 170,
              "firstColumn": 72,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://dawnaddis.org/wp-json/wp/v2/pages/6\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 99
            },
            {
              "type": "info",
              "lastLine": 107,
              "lastColumn": 275,
              "firstColumn": 171,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ages/6\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://dawnaddis.org/xmlrpc.php?rsd\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "info",
              "lastLine": 108,
              "lastColumn": 118,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "p?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://dawnaddis.org/wp-includes/wlwmanifest.xml\" />\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 118
            },
            {
              "type": "info",
              "lastLine": 109,
              "lastColumn": 51,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "t.xml\" />\n<meta name=\"generator\" content=\"WordPress 6.2.2\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 51
            },
            {
              "type": "info",
              "lastLine": 110,
              "lastColumn": 54,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "6.2.2\" />\n<link rel='shortlink' href='https://dawnaddis.org/' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 54
            },
            {
              "type": "info",
              "lastLine": 111,
              "lastColumn": 144,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".org/' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://dawnaddis.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdawnaddis.org%2F\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 112,
              "lastColumn": 152,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rg%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://dawnaddis.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdawnaddis.org%2F&#038;format=xml\" />\n\n\t<st",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "error",
              "lastLine": 152,
              "lastColumn": 172,
              "firstColumn": 11,
              "message": "Bad start tag in img in noscript in head.",
              "extract": "<noscript><img decoding=\"async\" data-tf-not-load=\"1\" importance=\"high\" src=\"https://ib.adnxs.com/pixie?pi=0b77a205-d936-4a38-a840-085ca9edb1d0&e=PageView&script=0\" alt=\"\"/></nosc",
              "hiliteStart": 10,
              "hiliteLength": 162
            },
            {
              "type": "error",
              "lastLine": 152,
              "lastColumn": 172,
              "firstColumn": 11,
              "message": "Attribute importance not allowed on element img at this point.",
              "extract": "<noscript><img decoding=\"async\" data-tf-not-load=\"1\" importance=\"high\" src=\"https://ib.adnxs.com/pixie?pi=0b77a205-d936-4a38-a840-085ca9edb1d0&e=PageView&script=0\" alt=\"\"/></nosc",
              "hiliteStart": 10,
              "hiliteLength": 162
            },
            {
              "type": "info",
              "lastLine": 152,
              "lastColumn": 172,
              "firstColumn": 11,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "<noscript><img decoding=\"async\" data-tf-not-load=\"1\" importance=\"high\" src=\"https://ib.adnxs.com/pixie?pi=0b77a205-d936-4a38-a840-085ca9edb1d0&e=PageView&script=0\" alt=\"\"/></nosc",
              "hiliteStart": 10,
              "hiliteLength": 162
            },
            {
              "type": "error",
              "lastLine": 152,
              "lastColumn": 183,
              "firstColumn": 173,
              "message": "Stray end tag noscript.",
              "extract": "\" alt=\"\"/></noscript><style",
              "hiliteStart": 10,
              "hiliteLength": 11
            },
            {
              "type": "error",
              "lastLine": 152,
              "lastColumn": 212,
              "firstColumn": 184,
              "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
              "extract": "/noscript><style id=\"tb_inline_styles\">.tb_an",
              "hiliteStart": 10,
              "hiliteLength": 29
            },
            {
              "type": "error",
              "lastLine": 152,
              "lastColumn": 1476,
              "firstColumn": 1470,
              "message": "Element style not allowed as child of element noscript in this context. (Suppressing further errors from this subtree.)",
              "extract": "<noscript><style>.themi",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 152,
              "lastColumn": 1567,
              "firstColumn": 1561,
              "message": "Stray end tag head.",
              "extract": "/noscript></head>\n<body",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 153,
              "lastColumn": 270,
              "firstColumn": 1,
              "message": "Start tag body seen but an element of the same type was already open.",
              "extract": "t></head>\n<body class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active no-rounded-input\">\n<a cl",
              "hiliteStart": 10,
              "hiliteLength": 270
            },
            {
              "type": "error",
              "lastLine": 153,
              "lastColumn": 270,
              "firstColumn": 1,
              "subType": "fatal",
              "message": "Cannot recover after last error. Any further errors will be ignored.",
              "extract": "t></head>\n<body class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active no-rounded-input\">\n<a cl",
              "hiliteStart": 10,
              "hiliteLength": 270
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          2,
          0,
          44,
          2
        ],
        "instances": [
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "HEAD",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "US\"><head><script type=\"text/javascript\" async=\"\" src=\"https://www.google-analytics.com/analytics.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": "1"
            },
            "excerpt": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=G-LHH69ENH3Z&amp;l=dataLayer&amp;cx=c\"></scri"
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "67"
            },
            "excerpt": "el=\"icon\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/js/themify.script.min.js?ver=5.7.4\" as=\"script\" importance=\"low\"><link "
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "67"
            },
            "excerpt": "el=\"icon\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/js/themify.script.min.js?ver=5.7.4\" as=\"script\" importance=\"low\"><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "67"
            },
            "excerpt": "nce=\"low\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/themify.sidemenu.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"><link "
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "67"
            },
            "excerpt": "nce=\"low\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/themify.sidemenu.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "67"
            },
            "excerpt": "s=\"image\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/modules/parallax.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"><link "
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "67"
            },
            "excerpt": "s=\"image\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/modules/parallax.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"><link "
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "67"
            },
            "excerpt": "nce=\"low\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/css/modules/animate.min.css?ver=5.6.7\" as=\"style\"><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "67"
            },
            "excerpt": "s=\"style\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/tf_wow.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"><link "
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "67"
            },
            "excerpt": "s=\"style\"><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/tf_wow.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "67"
            },
            "excerpt": "nce=\"low\"><link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/themify.builder.script.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "67"
            },
            "excerpt": "s=\"image\"><link rel=\"preload\" href=\"https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"\" importance=\"high\"><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "67"
            },
            "excerpt": "ce=\"high\"><link rel=\"preload\" href=\"https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"\" importance=\"high\"><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "67"
            },
            "excerpt": "ce=\"high\"><link rel=\"preload\" importance=\"high\" href=\"https://dawnaddis.org/wp-content/uploads/themify-concate/4043376929/themify-2854012296.min.css\" as=\"style\"><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "themify_concate-css",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "67"
            },
            "excerpt": "s=\"style\"><link importance=\"high\" id=\"themify_concate-css\" rel=\"stylesheet\" href=\"https://dawnaddis.org/wp-content/uploads/themify-concate/4043376929/themify-2854012296.min.css\"><link "
          },
          {
            "ruleID": "CSS: padding: px is not a padding value.",
            "what": "CSS: padding: px is not a padding value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "96"
            },
            "excerpt": "ding: 5px px; } .p"
          },
          {
            "ruleID": "Bad start tag in img in noscript in head.",
            "what": "Bad start tag in img in noscript in head.",
            "ordinalSeverity": 2,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "150"
            },
            "excerpt": "<noscript><img decoding=\"async\" data-tf-not-load=\"1\" importance=\"high\" src=\"https://ib.adnxs.com/pixie?pi=0b77a205-d936-4a38-a840-085ca9edb1d0&e=PageView&script=0\" alt=\"\"/></nosc"
          },
          {
            "ruleID": "Attribute importance not allowed on element img at this point.",
            "what": "Attribute importance not allowed on element img at this point.",
            "ordinalSeverity": 2,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "150"
            },
            "excerpt": "<noscript><img decoding=\"async\" data-tf-not-load=\"1\" importance=\"high\" src=\"https://ib.adnxs.com/pixie?pi=0b77a205-d936-4a38-a840-085ca9edb1d0&e=PageView&script=0\" alt=\"\"/></nosc"
          },
          {
            "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": "150"
            },
            "excerpt": "<noscript><img decoding=\"async\" data-tf-not-load=\"1\" importance=\"high\" src=\"https://ib.adnxs.com/pixie?pi=0b77a205-d936-4a38-a840-085ca9edb1d0&e=PageView&script=0\" alt=\"\"/></nosc"
          },
          {
            "ruleID": "Stray end tag noscript.",
            "what": "Stray end tag noscript.",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "150"
            },
            "excerpt": "\" alt=\"\"/></noscript><style"
          },
          {
            "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "tb_inline_styles",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "150"
            },
            "excerpt": "/noscript><style id=\"tb_inline_styles\">.tb_an"
          },
          {
            "ruleID": "Element style not allowed as child of element noscript in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element noscript in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "150"
            },
            "excerpt": "<noscript><style>.themi"
          },
          {
            "ruleID": "Stray end tag head.",
            "what": "Stray end tag head.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "150"
            },
            "excerpt": "/noscript></head> <body"
          },
          {
            "ruleID": "Start tag body seen but an element of the same type was already open.",
            "what": "Start tag body seen but an element of the same type was already open.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "151"
            },
            "excerpt": "t></head> <body class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active no-rounded-input\"> <a cl"
          },
          {
            "ruleID": "Cannot recover after last error. Any further errors will be ignored.",
            "what": "Cannot recover after last error. Any further errors will be ignored.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "151"
            },
            "excerpt": "t></head> <body class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active no-rounded-input\"> <a cl"
          },
          {
            "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": "6"
            },
            "excerpt": "> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-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": "10"
            },
            "excerpt": "</title> <meta name=\"description\" content=\"Official campaign website of DAWN ADDIS FOR ASSEMBLY 2022 - District 30. Dawn Addis is a City Councilmember, teacher, and mom, with a 20-year record of leadership in our Central Coast communities. Find out more about Dawn and support her campaign today.\" /> <lin"
          },
          {
            "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": "day.\" /> <link rel=\"canonical\" href=\"https://dawnaddis.org/staging/8251/\" /> <met"
          },
          {
            "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": "251/\" /> <meta property=\"og:locale\" content=\"en_US\" /> <met"
          },
          {
            "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": "n_US\" /> <meta property=\"og:type\" content=\"website\" /> <met"
          },
          {
            "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": "site\" /> <meta property=\"og:title\" content=\"Dawn Addis for Assembly 2024 - District 30\" /> <met"
          },
          {
            "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": "t 30\" /> <meta property=\"og:description\" content=\"Official campaign website of DAWN ADDIS FOR ASSEMBLY 2022 - District 30. Dawn Addis is a City Councilmember, teacher, and mom, with a 20-year record of leadership in our Central Coast communities. Find out more about Dawn and support her campaign today.\" /> <met"
          },
          {
            "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": "day.\" /> <meta property=\"og:url\" content=\"https://dawnaddis.org/staging/8251/\" /> <met"
          },
          {
            "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": "251/\" /> <meta property=\"og:site_name\" content=\"Dawn Addis for Assembly 2024\" /> <met"
          },
          {
            "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": "2024\" /> <meta property=\"article:modified_time\" content=\"2023-02-19T05:17:11+00:00\" /> <met"
          },
          {
            "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": "0:00\" /> <meta property=\"og:image\" content=\"https://dawnaddis.org/staging/8251/wp-content/uploads/2020/05/dawnfb.png\" /> <met"
          },
          {
            "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": ".png\" /> <meta property=\"og:image:width\" content=\"1200\" /> <met"
          },
          {
            "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": "1200\" /> <meta property=\"og:image:height\" content=\"630\" /> <met"
          },
          {
            "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": "22"
            },
            "excerpt": "\"630\" /> <meta property=\"og:image:type\" content=\"image/png\" /> <met"
          },
          {
            "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": "/png\" /> <meta name=\"twitter:card\" content=\"summary_large_image\" /> <met"
          },
          {
            "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": "mage\" /> <meta name=\"twitter:image\" content=\"https://dawnaddis.org/wp-content/uploads/2020/05/dawntw.png\" /> <scr"
          },
          {
            "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": "69"
            },
            "excerpt": " <link type=\"image/x-icon\" href=\"https://dawnaddis.lockedform.com/wp-content/uploads/2020/04/dawn.ico\" rel=\"icon\" /><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "=\"icon\" /><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/js/themify.script.min.js?ver=5.7.4\" as=\"script\" importance=\"low\"/><link "
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "=\"icon\" /><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/js/themify.script.min.js?ver=5.7.4\" as=\"script\" importance=\"low\"/><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": "69"
            },
            "excerpt": "=\"icon\" /><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/js/themify.script.min.js?ver=5.7.4\" as=\"script\" importance=\"low\"/><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "ce=\"low\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/themify.sidemenu.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link "
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "ce=\"low\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/themify.sidemenu.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><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": "69"
            },
            "excerpt": "ce=\"low\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/themify.sidemenu.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><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": "69"
            },
            "excerpt": "ce=\"low\"/><link rel=\"preload\" href=\"https://dawnaddis.lockedform.com/wp-content/uploads/2020/04/DawnAddis_Logo_line.png\" as=\"image\"/><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "=\"image\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/modules/parallax.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link "
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "=\"image\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/modules/parallax.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><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": "69"
            },
            "excerpt": "=\"image\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/modules/parallax.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link "
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "ce=\"low\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/css/modules/animate.min.css?ver=5.6.7\" as=\"style\"/><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": "69"
            },
            "excerpt": "ce=\"low\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/css/modules/animate.min.css?ver=5.6.7\" as=\"style\"/><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "=\"style\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/tf_wow.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link "
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "=\"style\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/tf_wow.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><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": "69"
            },
            "excerpt": "=\"style\"/><link rel=\"prefetch\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/js/modules/tf_wow.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "ce=\"low\"/><link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/themify.builder.script.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><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": "69"
            },
            "excerpt": "ce=\"low\"/><link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/themes/themify-ultra/themify/themify-builder/js/themify.builder.script.min.js?ver=5.6.7\" as=\"script\" importance=\"low\"/><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": "69"
            },
            "excerpt": "ce=\"low\"/><link rel=\"preload\" href=\"https://dawnaddis.lockedform.com/wp-content/uploads/2020/04/DawnAddis_HorizLogo_White.png\" as=\"image\"/><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "=\"image\"/><link rel=\"preload\" href=\"https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2\" as=\"font\" type=\"font/woff2\" crossorigin importance=\"high\"/><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": "69"
            },
            "excerpt": "=\"image\"/><link rel=\"preload\" href=\"https://fonts.gstatic.com/s/publicsans/v14/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2\" as=\"font\" type=\"font/woff2\" crossorigin importance=\"high\"/><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "e=\"high\"/><link rel=\"preload\" href=\"https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2\" as=\"font\" type=\"font/woff2\" crossorigin importance=\"high\"/><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": "69"
            },
            "excerpt": "e=\"high\"/><link rel=\"preload\" href=\"https://fonts.gstatic.com/s/publicsans/v14/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2\" as=\"font\" type=\"font/woff2\" crossorigin importance=\"high\"/><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "e=\"high\"/><link rel=\"preload\" importance=\"high\" href=\"https://dawnaddis.org/wp-content/uploads/themify-concate/4043376929/themify-2854012296.min.css\" as=\"style\"><link "
          },
          {
            "ruleID": "Attribute importance not allowed on element link at this point.",
            "what": "Attribute importance not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "themify_concate-css",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "s=\"style\"><link importance=\"high\" id=\"themify_concate-css\" rel=\"stylesheet\" href=\"https://dawnaddis.org/wp-content/uploads/themify-concate/4043376929/themify-2854012296.min.css\"><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": "69"
            },
            "excerpt": ".min.css\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin/><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": "69"
            },
            "excerpt": "ssorigin/><link rel=\"dns-prefetch\" href=\"//www.google-analytics.com\"/><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": "69"
            },
            "excerpt": "ics.com\"/><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Dawn Addis for Assembly 2024 &raquo; Feed\" href=\"https://dawnaddis.org/feed/\" /> <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": "70"
            },
            "excerpt": "feed/\" /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Dawn Addis for Assembly 2024 &raquo; Comments Feed\" href=\"https://dawnaddis.org/comments/feed/\" /> <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": "71"
            },
            "excerpt": "feed/\" /> <link rel=\"preload\" href=\"https://dawnaddis.org/wp-includes/css/classic-themes.min.css?ver=6.2.2\" as=\"style\" /><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": "71"
            },
            "excerpt": "\"style\" /><link rel='stylesheet' id='classic-theme-styles-css' href='https://dawnaddis.org/wp-includes/css/classic-themes.min.css?ver=6.2.2' media='all' /> <styl"
          },
          {
            "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": "78"
            },
            "excerpt": " </style> <link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/plugins/wpforms/assets/css/wpforms-base.min.css?ver=1.7.3\" as=\"style\" /><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": "78"
            },
            "excerpt": "\"style\" /><link rel='stylesheet' id='wpforms-base-css' href='https://dawnaddis.org/wp-content/plugins/wpforms/assets/css/wpforms-base.min.css?ver=1.7.3' media='all' /> <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": "79"
            },
            "excerpt": "='all' /> <link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/styles/utilities.css?ver=0.1.0\" as=\"style\" /><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": "79"
            },
            "excerpt": "\"style\" /><link rel='stylesheet' id='nfd-wonder-blocks-utilities-css' href='https://dawnaddis.org/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/styles/utilities.css?ver=0.1.0' media='all' /> <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": "80"
            },
            "excerpt": "='all' /> <link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/plugins/photonic/include/ext/splide/splide.min.css?ver=20230406-65423\" as=\"style\" /><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": "80"
            },
            "excerpt": "\"style\" /><link rel='stylesheet' id='photonic-slider-css' href='https://dawnaddis.org/wp-content/plugins/photonic/include/ext/splide/splide.min.css?ver=20230406-65423' media='all' /> <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": "81"
            },
            "excerpt": "='all' /> <link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/plugins/photonic/include/ext/baguettebox/baguettebox.min.css?ver=20230406-65423\" as=\"style\" /><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": "81"
            },
            "excerpt": "\"style\" /><link rel='stylesheet' id='photonic-lightbox-css' href='https://dawnaddis.org/wp-content/plugins/photonic/include/ext/baguettebox/baguettebox.min.css?ver=20230406-65423' media='all' /> <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": "82"
            },
            "excerpt": "='all' /> <link rel=\"preload\" href=\"https://dawnaddis.org/wp-content/plugins/photonic/include/css/front-end/core/photonic.min.css?ver=20230406-65423\" as=\"style\" /><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": "82"
            },
            "excerpt": "\"style\" /><link rel='stylesheet' id='photonic-css' href='https://dawnaddis.org/wp-content/plugins/photonic/include/css/front-end/core/photonic.min.css?ver=20230406-65423' media='all' /> <styl"
          },
          {
            "ruleID": "CSS: padding: px is not a padding value.",
            "what": "CSS: padding: px is not a padding value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "98"
            },
            "excerpt": "ding: 5px px; } .p"
          },
          {
            "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": "107"
            },
            "excerpt": "</script> <link rel=\"https://api.w.org/\" href=\"https://dawnaddis.org/wp-json/\" /><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": "107"
            },
            "excerpt": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://dawnaddis.org/wp-json/wp/v2/pages/6\" /><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": "107"
            },
            "excerpt": "ages/6\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://dawnaddis.org/xmlrpc.php?rsd\" /> <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": "108"
            },
            "excerpt": "p?rsd\" /> <link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://dawnaddis.org/wp-includes/wlwmanifest.xml\" /> <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": "109"
            },
            "excerpt": "t.xml\" /> <meta name=\"generator\" content=\"WordPress 6.2.2\" /> <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": "110"
            },
            "excerpt": "6.2.2\" /> <link rel='shortlink' href='https://dawnaddis.org/' /> <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": "111"
            },
            "excerpt": ".org/' /> <link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://dawnaddis.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdawnaddis.org%2F\" /> <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": "112"
            },
            "excerpt": "rg%2F\" /> <link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://dawnaddis.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdawnaddis.org%2F&#038;format=xml\" /> <st"
          },
          {
            "ruleID": "Bad start tag in img in noscript in head.",
            "what": "Bad start tag in img in noscript in head.",
            "ordinalSeverity": 2,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "152"
            },
            "excerpt": "<noscript><img decoding=\"async\" data-tf-not-load=\"1\" importance=\"high\" src=\"https://ib.adnxs.com/pixie?pi=0b77a205-d936-4a38-a840-085ca9edb1d0&e=PageView&script=0\" alt=\"\"/></nosc"
          },
          {
            "ruleID": "Attribute importance not allowed on element img at this point.",
            "what": "Attribute importance not allowed on element img at this point.",
            "ordinalSeverity": 2,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "152"
            },
            "excerpt": "<noscript><img decoding=\"async\" data-tf-not-load=\"1\" importance=\"high\" src=\"https://ib.adnxs.com/pixie?pi=0b77a205-d936-4a38-a840-085ca9edb1d0&e=PageView&script=0\" alt=\"\"/></nosc"
          },
          {
            "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": "152"
            },
            "excerpt": "<noscript><img decoding=\"async\" data-tf-not-load=\"1\" importance=\"high\" src=\"https://ib.adnxs.com/pixie?pi=0b77a205-d936-4a38-a840-085ca9edb1d0&e=PageView&script=0\" alt=\"\"/></nosc"
          },
          {
            "ruleID": "Stray end tag noscript.",
            "what": "Stray end tag noscript.",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "152"
            },
            "excerpt": "\" alt=\"\"/></noscript><style"
          },
          {
            "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "tb_inline_styles",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "152"
            },
            "excerpt": "/noscript><style id=\"tb_inline_styles\">.tb_an"
          },
          {
            "ruleID": "Element style not allowed as child of element noscript in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element noscript in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "152"
            },
            "excerpt": "<noscript><style>.themi"
          },
          {
            "ruleID": "Stray end tag head.",
            "what": "Stray end tag head.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "152"
            },
            "excerpt": "/noscript></head> <body"
          },
          {
            "ruleID": "Start tag body seen but an element of the same type was already open.",
            "what": "Start tag body seen but an element of the same type was already open.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "153"
            },
            "excerpt": "t></head> <body class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active no-rounded-input\"> <a cl"
          },
          {
            "ruleID": "Cannot recover after last error. Any further errors will be ignored.",
            "what": "Cannot recover after last error. Any further errors will be ignored.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "153"
            },
            "excerpt": "t></head> <body class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active no-rounded-input\"> <a cl"
          }
        ]
      },
      "endTime": 1687096677353
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687096677353,
      "url": "https://dawnaddis.org/",
      "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 13:57:58",
          "hash": "bc5176f1589b0d16f6689794b23447c33e504b7d4a22e3e12a551093400425f6b54a5a502619a3ccbec632a3be363997a45550ace456aabc0e914c9519070ee6",
          "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": 34,
          "warning": 15,
          "failed": 6,
          "inapplicable": 70
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 12,
              "warning": 8,
              "failed": 3,
              "inapplicable": 44
            },
            "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 lang=\"en-US\"><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 lang=\"en-US\"><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 lang=\"en-US\"><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 lang=\"en-US\"><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": 21,
                  "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 class=\"screen-reader-text skip-to-content\" href=\"#content\">Skip to content</a>",
                        "pointer": "html > body: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=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header: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=\"https://dawnaddis.org/\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li: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=\"https://dawnaddis.org/about/\">Meet Dawn</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li: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=\"https://dawnaddis.org/volunteer/\">Volunteer</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li: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=\"https://dawnaddis.org/media/\">Media</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li: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=\"https://dawnaddis.org/vote/\">Vote</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li: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 target=\"_blank\" href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1\">Donate</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li: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=\"/about\" class=\"ui builder_button tb_default_color\">\n\t\t\t\t\t\t\t\t\t\t\tMEET DAWN\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=25.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t\t\t\t\t$25\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=100.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t\t\t\t\t$100\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=250.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t\t\t\t\t$250\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=1000.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t\t\t\t\t$1000\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t\t\t\t\tOther\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/priorities\" class=\"ui builder_button tb_default_color\">\n\t\t\t\t\t\t\t\t\t\t\tLEARN MORE\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > 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 type=\"email\" id=\"wpforms-34-field_1\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][1]\" placeholder=\"EMAIL\" required=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div: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=\"number\" pattern=\"\\d*\" id=\"wpforms-34-field_2\" class=\"wpforms-field-large\" name=\"wpforms[fields][2]\" placeholder=\"ZIP CODE\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-34\" class=\"wpforms-submit\" data-alt-text=\"Submitting...\" data-submit-text=\"SIGN UP\" aria-live=\"assertive\" value=\"wpforms-submit\">SIGN UP</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4) > button:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a aria-label=\"Back to top\" href=\"#header\">Back To Top</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer: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=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > 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 style=\"color: white;\" href=\"mailto:hello@dawnaddis.org\">hello@dawnaddis.org</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "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 type=\"email\" id=\"wpforms-34-field_1\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][1]\" placeholder=\"EMAIL\" required=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div: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 type=\"number\" pattern=\"\\d*\" id=\"wpforms-34-field_2\" class=\"wpforms-field-large\" name=\"wpforms[fields][2]\" placeholder=\"ZIP CODE\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2) > 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 type=\"text\" name=\"wpforms[hp]\" id=\"wpforms-34-field-hp\" class=\"wpforms-field-medium\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(3) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R17": {
                "name": "Image has accessible name",
                "code": "QW-ACT-R17",
                "mapping": "23a2a8",
                "description": "This rule checks that each image that is not marked as decorative, has an accessible name.",
                "metadata": {
                  "target": {
                    "element": "img"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#non-text-content"
                    }
                  ],
                  "related": [
                    "G94",
                    "G95"
                  ],
                  "url": "https://act-rules.github.io/rules/23a2a8",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 2,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target doesn't have an accessible name."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://dawnaddis.org/wp-content/uploads/2023/02/52514932082_0acf4496b9_k.jpg\" style=\"position: absolute; margin: 0px; padding: 0px; border: none; width: 1280px; height: 853.75px; max-height: none; max-width: none; z-index: -999999; left: 0px; top: -55.281px;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)"
                      }
                    ],
                    "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": 16,
                  "warning": 0,
                  "failed": 1,
                  "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": "<span style=\"color: #f8be13;\">Solutions</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "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": 15,
                  "warning": 0,
                  "failed": 2,
                  "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": "<span style=\"color: #f8be13;\">Solutions</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>Learn about upcoming events &amp; campaign news.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p: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 lang=\"en-US\"><head></head><body>Dawn Addis for Assembly 2024 - District 30\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://dawnaddis.org/staging/8251/\",\"url\":\"https://dawnaddis.org/staging/8251/\",\"name\":\"Dawn Addis for Assembly 2024 - District 30\",\"isPartOf\":{\"@id\":\"https://dawnaddis.org/staging/8251/#website\"},\"about\":{\"@id\":\"https://dawnaddis.org/staging/8251/#organization\"},\"datePublished\":\"2020-04-24T17:49:14+00:00\",\"dateModified\":\"2023-02-19T05:17:11+00:00\",\"description\":\"Official campaign website of DAWN ADDIS FOR ASSEMBLY 2022 - District 30. Dawn Addis is a City Councilmember, teacher, and mom, with a 20-year record of  …",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R40": {
                "name": "Zoomed text node is not clipped with CSS overflow",
                "code": "QW-ACT-R40",
                "mapping": "59br37",
                "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
                "metadata": {
                  "target": {
                    "element": "*:text()"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.4",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/59br37",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 26,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if each ancestor or the text node is not clipped by overflow."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"screen-reader-text skip-to-content\" href=\"#content\">Skip to content</a>",
                        "pointer": "html > body:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://dawnaddis.org/\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://dawnaddis.org/about/\">Meet Dawn</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://dawnaddis.org/volunteer/\">Volunteer</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://dawnaddis.org/media/\">Media</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://dawnaddis.org/vote/\">Vote</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1\">Donate</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<strong>DAWN ADDIS</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > 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) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color: #4078bd;\">DAWN</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > 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) > strong:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<p>is a teacher, mom, and former City Councilmember who was elected in 2022 to represent the Central Coast in the California State Assembly.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">MEET DAWN</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">$25</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">$100</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(2) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">$250</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(3) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">$1000</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(4) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">Other</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(5) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 style=\"text-align: left;\">Solutions for the Central Coast</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color: #f8be13;\">Solutions</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<strong>“As your State Assemblymember, I’m listening and solving problems in order to make our home an even better place to live. There is nothing our communities can’t achieve if we work together and prioritize helping people over politics.” -Dawn</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > em:nth-child(1) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">LEARN MORE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<strong>STAY UP TO DATE</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<p>Learn about upcoming events &amp; campaign news.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-34\" class=\"wpforms-submit\" data-alt-text=\"Submitting...\" data-submit-text=\"SIGN UP\" aria-live=\"assertive\" value=\"wpforms-submit\">SIGN UP</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4) > button:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"one\">Paid for by Dawn Addis for Assembly 2024\nFPPC ID #1456608\n\n1241 Johnson Suite 207\nSan Luis Obispo, CA 93401\n\n© All Rights Reserved</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size: small; color: white;\">Email: hello@dawnaddis.org\n</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a style=\"color: white;\" href=\"mailto:hello@dawnaddis.org\">hello@dawnaddis.org</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "wcag-techniques": {
            "type": "wcag-techniques",
            "metadata": {
              "passed": 8,
              "warning": 5,
              "failed": 2,
              "inapplicable": 19
            },
            "assertions": {
              "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 class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active no-rounded-input tb_responsive_mode page-loaded has-builder\">\nSkip to content\n\t\t\t\t\t\n\n\t\t\t\n\t\t\t\t\t\t\t\t\t\t                                                    \n                                Menu\n\t\t\t\t                            \n                        \n\t\t\t\n\n\t            \n\t            \n\t\t\t\t    \t\t\t\t\n\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n                            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t    \t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t …",
                        "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 class=\"screen-reader-text skip-to-content\" href=\"#content\">Skip to content</a>",
                        "pointer": "html > body:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T20": {
                "name": "Supplementing link text with the title attribute",
                "code": "QW-WCAG-T20",
                "mapping": "H33",
                "description": "Supplementing link text with the title attribute",
                "metadata": {
                  "target": {
                    "element": "a"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only"
                    }
                  ],
                  "related": [
                    "C7",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H33",
                  "passed": 0,
                  "warning": 2,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Please verify that the element's title attribute describes correctly the link."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Please verify that the element's title attribute describes correctly the link.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Please verify that the element's title attribute describes correctly the link.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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": 0,
                  "warning": 0,
                  "failed": 2,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The form field label is not visible."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The form field label is not visible.",
                    "resultCode": "F3",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"email\" id=\"wpforms-34-field_1\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][1]\" placeholder=\"EMAIL\" required=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The form field label is not visible.",
                    "resultCode": "F3",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"number\" pattern=\"\\d*\" id=\"wpforms-34-field_2\" class=\"wpforms-field-large\" name=\"wpforms[fields][2]\" placeholder=\"ZIP CODE\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T32": {
                "name": "Using ol, ul and dl for lists or groups of links",
                "code": "QW-WCAG-T32",
                "mapping": "H48",
                "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
                "metadata": {
                  "target": {
                    "element": [
                      "li",
                      "dd",
                      "dt"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    }
                  ],
                  "related": [
                    "H40"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48",
                  "passed": 0,
                  "warning": 3,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul id=\"main-nav\" class=\"main-nav tf_clearfix tf_box\" data-init=\"true\"><li class=\"current-menu-item menu-item-page-6 current_page_item menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-103\"><a href=\"https://dawnaddis.org/\" _selector=\"html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Home</a> </li>\n<li class=\"menu-item-page-77 menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"https://dawnaddis.org/about/\" _selector=\"html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > heade …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"tf_abs row-slider-slides tf_clearfix\">\n\t\t    \t\t\t<li data-bg=\"https://dawnaddis.org/wp-content/uploads/2020/04/2020.DawnAddis.HeatherGrayPhoto-2906-1_webready3.jpg\" data-bg-alt=\"\" class=\"normal row-slider-dot-active\">\n\t\t\t    <a class=\"row-slider-dot\" data-index=\"0\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide\" _selector=\"html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><span class=\"screen-reader-text\" _selector=\"html > body:nth-child(2) …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"tf_abs row-slider-slides tf_clearfix\">\n\t\t    \t\t\t<li data-bg=\"https://dawnaddis.org/wp-content/uploads/2020/04/2020.DawnAddis.HeatherGrayPhoto-2906-1_webready3.jpg\" data-bg-alt=\"\" class=\"normal\">\n\t\t\t    <a class=\"row-slider-dot\" data-index=\"0\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide\" _selector=\"html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><span class=\"screen-reader-text\" _selector=\"html > body:nth-child(2) > div:nth-child(10) > …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)"
                      }
                    ],
                    "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=\"https://dawnaddis.lockedform.com/wp-content/uploads/2020/04/DawnAddis_Logo_line.png\" alt=\"Dawn Addis for Assembly 2024\" title=\"Dawn Addis for Assembly 2024\" width=\"140\" height=\"\" class=\"site-logo-image\" data-tf-not-load=\"1\" importance=\"high\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > 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=\"https://dawnaddis.lockedform.com/wp-content/uploads/2020/04/DawnAddis_HorizLogo_White.png\" alt=\"Dawn Addis for Assembly 2024\" title=\"Dawn Addis for Assembly 2024\" width=\"200\" height=\"\" class=\"site-logo-image\" data-tf-not-load=\"1\" importance=\"high\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > 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": []
                  }
                ]
              },
              "QW-WCAG-T31": {
                "name": "Failure of Success Criterion 1.4.3, 1.4.6 and 1.4.8 due to specifying foreground colors without specifying background colors or vice versa",
                "code": "QW-WCAG-T31",
                "mapping": "F24",
                "description": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "text-decoration"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.3",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum"
                    },
                    {
                      "name": "1.4.6",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced"
                    },
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation"
                    }
                  ],
                  "related": [
                    "C23",
                    "C25"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F24",
                  "passed": 3,
                  "warning": 0,
                  "failed": 31,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target has a author defined background property but not a color css property."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"screen-reader-text\">•</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"screen-reader-text\">•</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"screen-reader-text\">•</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<strong>DAWN ADDIS</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > 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) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<p>is a teacher, mom, and former City Councilmember who was elected in 2022 to represent the Central Coast in the California State Assembly.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">MEET DAWN</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"screen-reader-text\">•</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"screen-reader-text\">•</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"screen-reader-text\">•</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<h1 style=\"text-align: center;\">Donate now to support Dawn’s Campaign</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(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) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">$25</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">$100</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(2) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">$250</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(3) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">$1000</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(4) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">Other</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(5) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<h1 style=\"text-align: left;\">Solutions for the Central Coast</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<strong>“As your State Assemblymember, I’m listening and solving problems in order to make our home an even better place to live. There is nothing our communities can’t achieve if we work together and prioritize helping people over politics.” -Dawn</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > em:nth-child(1) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">LEARN MORE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<h1 style=\"text-align: left;\">Solutions for the Central Coast</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<strong>“As your State Assemblymember, I’m listening and solving problems in order to make our home an even better place to live. There is nothing our communities can’t achieve if we work together and prioritize helping people over politics.” -Dawn</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > em:nth-child(1) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"tf_inline_b tf_vmiddle\">LEARN MORE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<strong>STAY UP TO DATE</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<p>Learn about upcoming events &amp; campaign news.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.</noscript>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > noscript:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-34-field_1\">Email *</label>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"wpforms-required-label\">*</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-34-field_2\">Zip Code</label>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2) > label:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<label for=\"wpforms-34-field-hp\" class=\"wpforms-field-label\">Phone</label>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(3) > label:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-34\" class=\"wpforms-submit\" data-alt-text=\"Submitting...\" data-submit-text=\"SIGN UP\" aria-live=\"assertive\" value=\"wpforms-submit\">SIGN UP</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4) > button:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size: small; color: white;\">Email: hello@dawnaddis.org\n</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a style=\"color: white;\" href=\"mailto:hello@dawnaddis.org\">hello@dawnaddis.org</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 14,
              "warning": 2,
              "failed": 1,
              "inapplicable": 7
            },
            "assertions": {
              "QW-BP11": {
                "name": "Using br to make a list",
                "code": "QW-BP11",
                "description": "Using 3 consecutive br elements",
                "metadata": {
                  "target": {
                    "element": "br"
                  },
                  "passed": 1,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "`br` elements are being be used as a list."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "`br` elements are being be used as a list.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"one\">Paid for by Dawn Addis for Assembly 2024\nFPPC ID #1456608\n\n1241 Johnson Suite 207\nSan Luis Obispo, CA 93401\n\n© All Rights Reserved</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "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": 3,
                  "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: left;\">DAWN ADDIS</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > 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": "<h1 style=\"text-align: left;\">Solutions for the Central Coast</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > 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": "<h4>STAY UP TO DATE</h4>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4: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": 3,
                  "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 class=\"screen-reader-text skip-to-content\" href=\"#content\">Skip to content</a>",
                        "pointer": "html > body:nth-child(2) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<main id=\"content\" class=\"tf_box tf_clearfix\">\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t    \n\n    \t\n\t\n\t    \t    \n\t        \n\t\t    \t\t\t\n\t\t\t    •\n\t\t\t\n\t\t\t\t\t\t\n\t\t\t    •\n\t\t\t\n\t\t\t\t\t\t\n\t\t\t    •\n\t\t\t\n\t\t\t\t        \n\t        \n\t    \t\n\t    \t\n\t        \n\t    \n\t    \n\t    \t\t\n\t\t\t\n\t\t\t    \t        \n\t\t    \t\n\t    \t\t\n\t\t\t \n\t    \t    \t        \n\t\t    \n\n        \n    DAWN ADDIS\nis a teacher, mom, and former City Councilmember who was elected in 2022 to represent the Central Coast in the California State Assembly.    \n\n\n\n    \t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tMEET DAWN\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t    \t\n\t\n\n\t        \n\t    \t\n\t\t    \n\t\n\t\t        \n\t    \t\n\t\t\n\t\t\t    \t\n\t\t    \n\t    \n\t\n\t\n\t\t\n\t\n\t    \t    \n\t        \n\t\t    \t\t\t\n\t\t\t    •\n\t\t\t\n\t\t\t\t\t\t\n\t\t\t    •\n\t\t\t\n\t\t\t\t\t\t\n\t\t\t    •\n\t\t\t\n\t\t\t\t        \n\t …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a id=\"menu-icon\" class=\"tf_inline_b tf_text_dec\" href=\"#mobile-menu\" aria-label=\"Menu\">Menu</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<div id=\"mobile-menu\" class=\"sidemenu sidemenu-off tf_scrollbar\">\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n                            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t    \t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tHome \nMeet Dawn \nVolunteer \nMedia \nVote \nDonate \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n                                                    \n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tClose Menu\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a aria-label=\"Back to top\" href=\"#header\">Back To Top</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<header id=\"header\" class=\"tf_box pagewidth tf_clearfix\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WPHeader\">\n\n\t            \n\t            \n\t\t\t\t    \t\t\t\t\n\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n                            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t    \t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tHome \nMeet Dawn \nVolunteer \nMedia \nVote \nDonate \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n                                                    \n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tClose Menu\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n                     \t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t</header>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 61,
                "document": 1,
                "none": 8,
                "img": 3,
                "navigation": 1,
                "list": 3,
                "listitem": 12,
                "main": 1,
                "button": 11,
                "heading": 5,
                "form": 1,
                "textbox": 2,
                "spinbutton": 1,
                "presentation": 1,
                "graphics-document": 1
              },
              "tags": {
                "html": 1,
                "head": 1,
                "script": 33,
                "meta": 18,
                "title": 1,
                "link": 40,
                "style": 6,
                "noscript": 5,
                "body": 1,
                "a": 31,
                "svg": 9,
                "defs": 9,
                "filter": 8,
                "fecolormatrix": 8,
                "fecomponenttransfer": 8,
                "fefuncr": 8,
                "fefuncg": 8,
                "fefuncb": 8,
                "fefunca": 8,
                "fecomposite": 8,
                "div": 120,
                "span": 23,
                "header": 1,
                "img": 4,
                "nav": 1,
                "ul": 3,
                "li": 12,
                "main": 1,
                "h1": 4,
                "strong": 4,
                "p": 5,
                "em": 2,
                "h4": 1,
                "form": 1,
                "label": 3,
                "input": 6,
                "button": 1,
                "footer": 1,
                "br": 7
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          18,
          56,
          33,
          4
        ],
        "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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><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) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"screen-reader-text skip-to-content\" href=\"#content\">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(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"></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(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://dawnaddis.org/\">Home</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(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://dawnaddis.org/about/\">Meet Dawn</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(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://dawnaddis.org/volunteer/\">Volunteer</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(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://dawnaddis.org/media/\">Media</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(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://dawnaddis.org/vote/\">Vote</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(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1\">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(10) > div:nth-child(3) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/about\" class=\"ui builder_button tb_default_color\"> MEET DAWN </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(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=25.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"> $25 </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(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=100.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"> $100 </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(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=250.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"> $250 </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(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=1000.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"> $1000 </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(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(5) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"> Other </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(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/priorities\" class=\"ui builder_button tb_default_color\"> LEARN MORE </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": "wpforms-34-field_1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"email\" id=\"wpforms-34-field_1\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][1]\" placeholder=\"EMAIL\" required=\"\">"
          },
          {
            "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": "wpforms-34-field_2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"number\" pattern=\"\\d*\" id=\"wpforms-34-field_2\" class=\"wpforms-field-large\" name=\"wpforms[fields][2]\" placeholder=\"ZIP CODE\">"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "wpforms-submit-34",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4) > button:nth-child(4)"
            },
            "excerpt": "<button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-34\" class=\"wpforms-submit\" data-alt-text=\"Submitting...\" data-submit-text=\"SIGN UP\" aria-live=\"assertive\" value=\"wpforms-submit\">SIGN UP</button>"
          },
          {
            "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(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a aria-label=\"Back to top\" href=\"#header\">Back To Top</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(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"></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(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a style=\"color: white;\" href=\"mailto:hello@dawnaddis.org\">hello@dawnaddis.org</a>"
          },
          {
            "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": "wpforms-34-field_1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"email\" id=\"wpforms-34-field_1\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][1]\" placeholder=\"EMAIL\" required=\"\">"
          },
          {
            "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": "wpforms-34-field_2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"number\" pattern=\"\\d*\" id=\"wpforms-34-field_2\" class=\"wpforms-field-large\" name=\"wpforms[fields][2]\" placeholder=\"ZIP CODE\">"
          },
          {
            "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": "wpforms-34-field-hp",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(3) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" name=\"wpforms[hp]\" id=\"wpforms-34-field-hp\" class=\"wpforms-field-medium\">"
          },
          {
            "ruleID": "QW-ACT-R17",
            "what": "This rule checks that each image that is not marked as decorative, has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"https://dawnaddis.org/wp-content/uploads/2023/02/52514932082_0acf4496b9_k.jpg\" style=\"position: absolute; margin: 0px; padding: 0px; border: none; width: 1280px; height: 853.75px; max-height: none; max-width: none; z-index: -999999; left: 0px; top: -55.281px;\">"
          },
          {
            "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(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color: #f8be13;\">Solutions</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(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color: #f8be13;\">Solutions</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": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)"
            },
            "excerpt": "<p>Learn about upcoming events &amp; campaign news.</p>"
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><head></head><body>Dawn Addis for Assembly 2024 - District 30 {\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://dawnaddis.org/staging/8251/\",\"url\":\"https: ... ed\":\"2023-02-19T05:17:11+00:00\",\"description\":\"Official campaign website of DAWN ADDIS FOR ASSEMBLY 2022 - District 30. Dawn Addis is a City Councilmember, teacher, and mom, with a 20-year record of …"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"screen-reader-text skip-to-content\" href=\"#content\">Skip to content</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://dawnaddis.org/\">Home</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://dawnaddis.org/about/\">Meet Dawn</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://dawnaddis.org/volunteer/\">Volunteer</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://dawnaddis.org/media/\">Media</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://dawnaddis.org/vote/\">Vote</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1\">Donate</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > 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) > strong:nth-child(1)"
            },
            "excerpt": "<strong>DAWN ADDIS</strong>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > 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) > strong:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color: #4078bd;\">DAWN</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)"
            },
            "excerpt": "<p>is a teacher, mom, and former City Councilmember who was elected in 2022 to represent the Central Coast in the California State Assembly.</p>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">MEET DAWN</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">$25</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">$100</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">$250</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(4) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">$1000</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(5) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">Other</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 style=\"text-align: left;\">Solutions for the Central Coast</h1>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color: #f8be13;\">Solutions</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > em:nth-child(1) > strong:nth-child(1)"
            },
            "excerpt": "<strong>“As your State Assemblymember, I’m listening and solving problems in order to make our home an even better place to live. There is nothing our communities can’t achieve if we work together and prioritize helping people over politics.” -Dawn</strong>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">LEARN MORE</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1) > strong:nth-child(1)"
            },
            "excerpt": "<strong>STAY UP TO DATE</strong>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)"
            },
            "excerpt": "<p>Learn about upcoming events &amp; campaign news.</p>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "wpforms-submit-34",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4) > button:nth-child(4)"
            },
            "excerpt": "<button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-34\" class=\"wpforms-submit\" data-alt-text=\"Submitting...\" data-submit-text=\"SIGN UP\" aria-live=\"assertive\" value=\"wpforms-submit\">SIGN UP</button>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"one\">Paid for by Dawn Addis for Assembly 2024 FPPC ID #1456608 1241 Johnson Suite 207 San Luis Obispo, CA 93401 © All Rights Reserved</div>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size: small; color: white;\">Email: hello@dawnaddis.org </span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a style=\"color: white;\" href=\"mailto:hello@dawnaddis.org\">hello@dawnaddis.org</a>"
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active no-rounded-input tb_responsive_mode page-loaded has-builder\"> Skip to content Menu …"
          },
          {
            "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) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"screen-reader-text skip-to-content\" href=\"#content\">Skip to content</a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T17",
            "what": "This technique checks the correct position of labels in forms",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "wpforms-34-field_1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"email\" id=\"wpforms-34-field_1\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][1]\" placeholder=\"EMAIL\" required=\"\">"
          },
          {
            "ruleID": "QW-WCAG-T17",
            "what": "This technique checks the correct position of labels in forms",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "wpforms-34-field_2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"number\" pattern=\"\\d*\" id=\"wpforms-34-field_2\" class=\"wpforms-field-large\" name=\"wpforms[fields][2]\" placeholder=\"ZIP CODE\">"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "main-nav",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(1)"
            },
            "excerpt": "<ul id=\"main-nav\" class=\"main-nav tf_clearfix tf_box\" data-init=\"true\"><li class=\"current-menu-item menu-item-page-6 current_page_item menu-item menu-item-type-post_type menu-item-object-page menu-ite ... e-77 menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"https://dawnaddis.org/about/\" _selector=\"html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > heade …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul class=\"tf_abs row-slider-slides tf_clearfix\"> <li data-bg=\"https://dawnaddis.org/wp-content/uploads/2020/04/2020.DawnAddis.HeatherGrayPhoto-2906-1_webready3.jpg\" data-bg-alt=\"\" class=\"normal row-s ... > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><span class=\"screen-reader-text\" _selector=\"html > body:nth-child(2) …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul class=\"tf_abs row-slider-slides tf_clearfix\"> <li data-bg=\"https://dawnaddis.org/wp-content/uploads/2020/04/2020.DawnAddis.HeatherGrayPhoto-2906-1_webready3.jpg\" data-bg-alt=\"\" class=\"normal\"> <a  ... iv:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><span class=\"screen-reader-text\" _selector=\"html > body:nth-child(2) > div:nth-child(10) > …"
          },
          {
            "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(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"https://dawnaddis.lockedform.com/wp-content/uploads/2020/04/DawnAddis_Logo_line.png\" alt=\"Dawn Addis for Assembly 2024\" title=\"Dawn Addis for Assembly 2024\" width=\"140\" height=\"\" class=\"site-logo-image\" data-tf-not-load=\"1\" importance=\"high\">"
          },
          {
            "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(10) > div:nth-child(4) > footer:nth-child(1) > 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=\"https://dawnaddis.lockedform.com/wp-content/uploads/2020/04/DawnAddis_HorizLogo_White.png\" alt=\"Dawn Addis for Assembly 2024\" title=\"Dawn Addis for Assembly 2024\" width=\"200\" height=\"\" class=\"site-logo-image\" data-tf-not-load=\"1\" importance=\"high\">"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"screen-reader-text\">•</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"screen-reader-text\">•</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"screen-reader-text\">•</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > 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) > strong:nth-child(1)"
            },
            "excerpt": "<strong>DAWN ADDIS</strong>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)"
            },
            "excerpt": "<p>is a teacher, mom, and former City Councilmember who was elected in 2022 to represent the Central Coast in the California State Assembly.</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">MEET DAWN</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"screen-reader-text\">•</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"screen-reader-text\">•</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"screen-reader-text\">•</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(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) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 style=\"text-align: center;\">Donate now to support Dawn’s Campaign</h1>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">$25</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">$100</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">$250</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(4) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">$1000</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main: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(1) > 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(5) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">Other</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 style=\"text-align: left;\">Solutions for the Central Coast</h1>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > em:nth-child(1) > strong:nth-child(1)"
            },
            "excerpt": "<strong>“As your State Assemblymember, I’m listening and solving problems in order to make our home an even better place to live. There is nothing our communities can’t achieve if we work together and prioritize helping people over politics.” -Dawn</strong>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">LEARN MORE</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 style=\"text-align: left;\">Solutions for the Central Coast</h1>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > em:nth-child(1) > strong:nth-child(1)"
            },
            "excerpt": "<strong>“As your State Assemblymember, I’m listening and solving problems in order to make our home an even better place to live. There is nothing our communities can’t achieve if we work together and prioritize helping people over politics.” -Dawn</strong>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"tf_inline_b tf_vmiddle\">LEARN MORE</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1) > strong:nth-child(1)"
            },
            "excerpt": "<strong>STAY UP TO DATE</strong>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)"
            },
            "excerpt": "<p>Learn about upcoming events &amp; campaign news.</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > noscript:nth-child(1)"
            },
            "excerpt": "<noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.</noscript>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1)"
            },
            "excerpt": "<label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-34-field_1\">Email *</label>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"wpforms-required-label\">*</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > div:nth-child(2) > label:nth-child(1)"
            },
            "excerpt": "<label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-34-field_2\">Zip Code</label>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(3) > label:nth-child(1)"
            },
            "excerpt": "<label for=\"wpforms-34-field-hp\" class=\"wpforms-field-label\">Phone</label>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "wpforms-submit-34",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4) > button:nth-child(4)"
            },
            "excerpt": "<button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-34\" class=\"wpforms-submit\" data-alt-text=\"Submitting...\" data-submit-text=\"SIGN UP\" aria-live=\"assertive\" value=\"wpforms-submit\">SIGN UP</button>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size: small; color: white;\">Email: hello@dawnaddis.org </span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a style=\"color: white;\" href=\"mailto:hello@dawnaddis.org\">hello@dawnaddis.org</a>"
          },
          {
            "ruleID": "QW-BP11",
            "what": "Using 3 consecutive br elements",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"one\">Paid for by Dawn Addis for Assembly 2024 FPPC ID #1456608 1241 Johnson Suite 207 San Luis Obispo, CA 93401 © All Rights Reserved</div>"
          },
          {
            "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(10) > div:nth-child(3) > div:nth-child(1) > main: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) > 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: left;\">DAWN ADDIS</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": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 style=\"text-align: left;\">Solutions for the Central Coast</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": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)"
            },
            "excerpt": "<h4>STAY UP TO DATE</h4>"
          },
          {
            "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) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"screen-reader-text skip-to-content\" href=\"#content\">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": "content",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(3) > div:nth-child(1) > main:nth-child(1)"
            },
            "excerpt": "<main id=\"content\" class=\"tf_box tf_clearfix\"> • • • DAWN ADDIS is a teacher, mom, and former City Councilmember who was elected in 2022 to represent the Central Coast in the California State Assembly. MEET DAWN • • • …"
          },
          {
            "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": "menu-icon",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a id=\"menu-icon\" class=\"tf_inline_b tf_text_dec\" href=\"#mobile-menu\" aria-label=\"Menu\">Menu</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": "DIV",
            "id": "mobile-menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2)"
            },
            "excerpt": "<div id=\"mobile-menu\" class=\"sidemenu sidemenu-off tf_scrollbar\"> Home Meet Dawn Volunteer Media Vote Donate Close Menu </div>"
          },
          {
            "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(10) > div:nth-child(4) > footer:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a aria-label=\"Back to top\" href=\"#header\">Back To Top</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": "HEADER",
            "id": "header",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > header:nth-child(2)"
            },
            "excerpt": "<header id=\"header\" class=\"tf_box pagewidth tf_clearfix\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WPHeader\"> Home Meet Dawn Volunteer Media Vote Donate Close Menu </header>"
          }
        ]
      },
      "endTime": 1687096679502
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "startTime": 1687096679502,
      "url": "https://dawnaddis.org/",
      "what": "Tenon",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.106",
        "responseTime": "2023-06-18T13:57:59.176Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1030885,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 171,
              "failing": 9
            },
            "issues": {
              "totalErrors": 29,
              "totalWarnings": 1,
              "totalIssues": 30
            },
            "issuesByLevel": {
              "A": {
                "count": 22,
                "pct": 73.33
              },
              "AA": {
                "count": 15,
                "pct": 50
              },
              "AAA": {
                "count": 30,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 3,
              "warningDensity": 0,
              "allDensity": 3
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "c6c2d035-6a90-413c-be3d-253fb4d84c8c",
          "docID": "563916c4-2c21-49d5-8490-fa7d3b2c668f",
          "sourceHash": "fa796b833ebf2df8e4d31db0a3001511",
          "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=c6c2d035-6a90-413c-be3d-253fb4d84c8c",
          "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": 2408.27
                },
                "height": 2408.27,
                "width": 1024
              },
              "position": {
                "line": 2902,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active",
              "xpath": "/html/body",
              "issueID": "49b22f0adf8efda01f81ca46e34023d4",
              "signature": "5756d1dadc705b592bc2b548a86646b3",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=49b22f0adf8efda01f81ca46e34023d4"
            },
            {
              "tID": 73,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link text is uninformative.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text in this link is too generic to be helpful for users.  Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 4.25,
                  "y": 0
                },
                "bottom-right": {
                  "x": 127.281,
                  "y": 20.8594
                },
                "height": 20.8594,
                "width": 123.031
              },
              "position": {
                "line": 4500,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/priorities\" class=\"ui builder_button tb_default_color\"&gt; &lt;span class=\"tf_inline_b tf_vmiddle\"&gt;LEARN MORE&lt;/span&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "93a7c9047c409a0a502d609c07493bd5",
              "signature": "af1106098c418643b6a06140ecd28705",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=93a7c9047c409a0a502d609c07493bd5"
            },
            {
              "tID": 73,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link text is uninformative.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text in this link is too generic to be helpful for users.  Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4859,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/priorities\" class=\"ui builder_button tb_default_color\"&gt; &lt;span class=\"tf_inline_b tf_vmiddle\"&gt;LEARN MORE&lt;/span&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/a[1]",
              "issueID": "ff4211aa4c0342cdc07ddd19995d286d",
              "signature": "a80f17c2f3082d03d540598f7f79594f",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=ff4211aa4c0342cdc07ddd19995d286d"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 108.453125
                },
                "bottom-right": {
                  "x": 140,
                  "y": 140.453125
                },
                "height": 32,
                "width": 140
              },
              "position": {
                "line": 865,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"&gt;&lt;img src=\"https://dawnaddis.lockedform.com/wp-content/uploads/2020/04/DawnAddis_Logo_line.png\" alt=\"Dawn Addis for Assembly 2024\" title=\"Dawn Addis for Assembly 2024\" width=\"14",
              "xpath": "/html/body/div[1]/div[1]/header[1]/div[1]/div[1]/a[1]",
              "issueID": "187d33e2b1906c41787a6a8f42d49de4",
              "signature": "401b035a2c7cc0baefff4ba66e63df36",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=187d33e2b1906c41787a6a8f42d49de4"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 52.328125
                },
                "bottom-right": {
                  "x": 200,
                  "y": 78.328125
                },
                "height": 26,
                "width": 200
              },
              "position": {
                "line": 4860,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"&gt;&lt;img src=\"https://dawnaddis.lockedform.com/wp-content/uploads/2020/04/DawnAddis_HorizLogo_White.png\" alt=\"Dawn Addis for Assembly 2024\" title=\"Dawn Addis for Assembly 2024\" wid",
              "xpath": "/html/body/div[1]/div[3]/footer[1]/div[2]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "81f59fd824de711e3947543b00bbd056",
              "signature": "1e73e906b7d0ba5575526f6bc87c90bb",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=81f59fd824de711e3947543b00bbd056"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1,
                  "y": 1
                },
                "height": 1,
                "width": 1
              },
              "position": {
                "line": 865,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"screen-reader-text skip-to-content\" href=\"#content\"&gt;Skip to content&lt;/a&gt;",
              "xpath": "/html/body/a[1]",
              "issueID": "96cf61fa08a3a0a240ea872673b74419",
              "signature": "57cc96afc8f44003827eff80ce45ff5d",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=96cf61fa08a3a0a240ea872673b74419"
            },
            {
              "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": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 866,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"row-slider-dot\" data-index=\"0\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide\"&gt;&lt;span class=\"screen-reader-text\"&gt;•&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "0ac25aca5368bd6c34c94bd97753480c",
              "signature": "5476cb7a8f2ced6a10eceb2c5e4d640f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0ac25aca5368bd6c34c94bd97753480c"
            },
            {
              "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": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 866,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"row-slider-dot\" data-index=\"1\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide\"&gt;&lt;span class=\"screen-reader-text\"&gt;•&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "0dd3c60ac3ca3f402d29b939d105f935",
              "signature": "08867dd6eb7c6666aa41d870ab433d92",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0dd3c60ac3ca3f402d29b939d105f935"
            },
            {
              "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": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 866,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"row-slider-dot\" data-index=\"2\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide\"&gt;&lt;span class=\"screen-reader-text\"&gt;•&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "107bb1cd108bec93dae04b81a5702dd8",
              "signature": "cc59388eefca5eb13c1ec279117238e0",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=107bb1cd108bec93dae04b81a5702dd8"
            },
            {
              "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": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 866,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Previous slide\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "07114f6a66c88cbbfe0bb15aa7b46e87",
              "signature": "efe77ec64ffacfdc4b77d7dbdf213fbb",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=07114f6a66c88cbbfe0bb15aa7b46e87"
            },
            {
              "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": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 894,
                "column": 416
              },
              "errorSnippet": "&lt;a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Next slide\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]",
              "issueID": "c9ad2a0fc65606f0a0fe712840df3e06",
              "signature": "e12c61a44247cb1301c595463da64ba0",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c9ad2a0fc65606f0a0fe712840df3e06"
            },
            {
              "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": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 914,
                "column": 79
              },
              "errorSnippet": "&lt;a class=\"row-slider-dot\" data-index=\"0\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide\"&gt;&lt;span class=\"screen-reader-text\"&gt;•&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "26fe72f7d2bce28cf5745ecb79fd6b3d",
              "signature": "5cc497d5f65751dde1b15a7b438b919a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=26fe72f7d2bce28cf5745ecb79fd6b3d"
            },
            {
              "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": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 1901,
                "column": 5796
              },
              "errorSnippet": "&lt;a class=\"row-slider-dot\" data-index=\"1\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide\"&gt;&lt;span class=\"screen-reader-text\"&gt;•&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "722cd4961d008033bc8f2335708db927",
              "signature": "7be20ac93723e3ffb24528185834fe0d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=722cd4961d008033bc8f2335708db927"
            },
            {
              "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": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 1906,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"row-slider-dot\" data-index=\"2\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide\"&gt;&lt;span class=\"screen-reader-text\"&gt;•&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "6a35feb611f544b5d07f9892bdf54509",
              "signature": "a5e00a91fe0829d53228916d045a0b71",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=6a35feb611f544b5d07f9892bdf54509"
            },
            {
              "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": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 1906,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Previous slide\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "issueID": "0dd66f8f431d487ebe5f792f1b5d87b6",
              "signature": "6662606540619c48dcaf052bb3606dfe",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0dd66f8f431d487ebe5f792f1b5d87b6"
            },
            {
              "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": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 1923,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Next slide\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[2]",
              "issueID": "edc537ed73f128df1a5f905843dc01c1",
              "signature": "f55f7dc1de01237902eba58df23fbdd1",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=edc537ed73f128df1a5f905843dc01c1"
            },
            {
              "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": -21.2,
                  "y": -21.2
                },
                "height": -21.2,
                "width": -21.2
              },
              "position": {
                "line": 4632,
                "column": 0
              },
              "errorSnippet": "&lt;input type=\"text\" name=\"wpforms[hp]\" id=\"wpforms-34-field-hp\" class=\"wpforms-field-medium\"&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[2]/input[1]",
              "issueID": "f173e6d911daf567657c855ec6c52a7a",
              "signature": "af404031544cc4965cc1ce278cc55b40",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=f173e6d911daf567657c855ec6c52a7a"
            },
            {
              "tID": 154,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This long string of text is in italics.",
              "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 italicized. Long strings of italicized text can be very difficult for people to read, especially those with dyslexia. Modify this passage of text so that it is no longer italicized. This will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 5
                },
                "bottom-right": {
                  "x": 574,
                  "y": 123
                },
                "height": 118,
                "width": 574
              },
              "position": {
                "line": 8786,
                "column": 8
              },
              "errorSnippet": "&lt;em&gt;&lt;strong&gt;“As your State Assemblymember, I’m listening and solving problems in order to make our home an even better place to live. There is nothing our communities can’t achieve if we work together and prioritize helping people over politi",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/em[1]",
              "issueID": "a46e1fc6d1753ad29050a3eec1327f32",
              "signature": "607b79a6feb1ba04973873013b1c530e",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=154&issueID=a46e1fc6d1753ad29050a3eec1327f32"
            },
            {
              "tID": 154,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This long string of text is in italics.",
              "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 italicized. Long strings of italicized text can be very difficult for people to read, especially those with dyslexia. Modify this passage of text so that it is no longer italicized. This will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 5
                },
                "bottom-right": {
                  "x": 574,
                  "y": 123
                },
                "height": 118,
                "width": 574
              },
              "position": {
                "line": 8786,
                "column": 12
              },
              "errorSnippet": "&lt;strong&gt;“As your State Assemblymember, I’m listening and solving problems in order to make our home an even better place to live. There is nothing our communities can’t achieve if we work together and prioritize helping people over politics.” -Dawn",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/em[1]/strong[1]",
              "issueID": "cf136d0f1bde6de38c906d9fcdda9ae9",
              "signature": "087d75a9f0e237aa3b172ef874f8c8a5",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=154&issueID=cf136d0f1bde6de38c906d9fcdda9ae9"
            },
            {
              "tID": 154,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This long string of text is in italics.",
              "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 italicized. Long strings of italicized text can be very difficult for people to read, especially those with dyslexia. Modify this passage of text so that it is no longer italicized. This will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8837,
                "column": 8
              },
              "errorSnippet": "&lt;em&gt;&lt;strong&gt;“As your State Assemblymember, I’m listening and solving problems in order to make our home an even better place to live. There is nothing our communities can’t achieve if we work together and prioritize helping people over politi",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/em[1]",
              "issueID": "04af2edf13be46bbeaf87b2787053fc7",
              "signature": "fc33468448efc5bb4c05c676aed3ae0f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=154&issueID=04af2edf13be46bbeaf87b2787053fc7"
            },
            {
              "tID": 154,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This long string of text is in italics.",
              "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 italicized. Long strings of italicized text can be very difficult for people to read, especially those with dyslexia. Modify this passage of text so that it is no longer italicized. This will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8837,
                "column": 12
              },
              "errorSnippet": "&lt;strong&gt;“As your State Assemblymember, I’m listening and solving problems in order to make our home an even better place to live. There is nothing our communities can’t achieve if we work together and prioritize helping people over politics.” -Dawn",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/em[1]/strong[1]",
              "issueID": "dfc704ecd062673f2aaff9a2734e2c72",
              "signature": "b97a73650648a93ce80428277c10e80a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=154&issueID=dfc704ecd062673f2aaff9a2734e2c72"
            },
            {
              "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": 2408.27
                },
                "height": 2408.27,
                "width": 1024
              },
              "position": {
                "line": 2902,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active",
              "xpath": "/html/body",
              "issueID": "464bbe2e431e2d4ffadb8edce5a4916e",
              "signature": "09510e51c6ee0f276fdfd7bccb2e73e9",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=464bbe2e431e2d4ffadb8edce5a4916e"
            },
            {
              "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": 99,
                  "y": 26
                },
                "height": 26,
                "width": 99
              },
              "position": {
                "line": 866,
                "column": 0
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1\"&gt;Donate&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/nav[1]/ul[1]/li[6]/a[1]",
              "issueID": "f716d8d7ad819675e947dc947cabfdb4",
              "signature": "07f924ae5866ef35a8911b83f04c3f94",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f716d8d7ad819675e947dc947cabfdb4"
            },
            {
              "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": 42.625,
                  "y": 0
                },
                "bottom-right": {
                  "x": 111.125,
                  "y": 20.8594
                },
                "height": 20.8594,
                "width": 68.5
              },
              "position": {
                "line": 1923,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=25.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"&gt; &lt;span class=\"tf_inline_b tf_vmiddle\"&gt;$25&lt;/span&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]",
              "issueID": "d32df491f15f0c4e6485d65a82794f1d",
              "signature": "bf91d0aed35e3f5e94faf461f8cc8ecf",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d32df491f15f0c4e6485d65a82794f1d"
            },
            {
              "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": 183.515625,
                  "y": 0
                },
                "bottom-right": {
                  "x": 265.015625,
                  "y": 20.8594
                },
                "height": 20.8594,
                "width": 81.5
              },
              "position": {
                "line": 4499,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=100.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"&gt; &lt;span class=\"tf_inline_b tf_vmiddle\"&gt;$100&lt;/span&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/a[1]",
              "issueID": "5f036d3f290490036675da45e71ae8df",
              "signature": "600a19ee9a14fc0611f3942586843bd0",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5f036d3f290490036675da45e71ae8df"
            },
            {
              "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": 337.40625,
                  "y": 0
                },
                "bottom-right": {
                  "x": 424.90625,
                  "y": 20.8594
                },
                "height": 20.8594,
                "width": 87.5
              },
              "position": {
                "line": 4500,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=250.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"&gt; &lt;span class=\"tf_inline_b tf_vmiddle\"&gt;$250&lt;/span&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/a[1]",
              "issueID": "1f18d90f9d493a38bdc16691decbdbe5",
              "signature": "87979be0722d065f169f6919a77f20bf",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=1f18d90f9d493a38bdc16691decbdbe5"
            },
            {
              "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": 497.296875,
                  "y": 0
                },
                "bottom-right": {
                  "x": 597.796875,
                  "y": 20.8594
                },
                "height": 20.8594,
                "width": 100.5
              },
              "position": {
                "line": 4500,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=1000.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"&gt; &lt;span class=\"tf_inline_b tf_vmiddle\"&gt;$1000&lt;/span&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/a[1]",
              "issueID": "bb72826fe9477fa7cc4f74c11a3dd60f",
              "signature": "0b65da236f7106ba1a2a83cbeb3ee51d",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=bb72826fe9477fa7cc4f74c11a3dd60f"
            },
            {
              "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": 670.1875,
                  "y": 0
                },
                "bottom-right": {
                  "x": 761.6875,
                  "y": 20.8594
                },
                "height": 20.8594,
                "width": 91.5
              },
              "position": {
                "line": 4500,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"&gt; &lt;span class=\"tf_inline_b tf_vmiddle\"&gt;Other&lt;/span&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[5]/a[1]",
              "issueID": "b8504b5fee4e41a6504a2d35662b1156",
              "signature": "bbee50056cf3958ab8c02161d7b15f61",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b8504b5fee4e41a6504a2d35662b1156"
            },
            {
              "tID": 242,
              "bpID": 209,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.",
              "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.9 Link Purpose (Link Only)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level"
              ],
              "resultTitle": "Ensure content is easy to read and understand",
              "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.",
              "viewPortLocation": {
                "top-left": {
                  "x": 107,
                  "y": 114.34375
                },
                "bottom-right": {
                  "x": 107,
                  "y": 114.34375
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 6108,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/div[3]/footer[1]/div[2]/div[2]/div[2]/div[1]/div[1]/br[2]",
              "issueID": "e8d528afd5b9744ade593db98cb41004",
              "signature": "6ef6de5e8c2c5633b8ac9e05f6a56a5d",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=e8d528afd5b9744ade593db98cb41004"
            },
            {
              "tID": 242,
              "bpID": 209,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.",
              "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.9 Link Purpose (Link Only)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level"
              ],
              "resultTitle": "Ensure content is easy to read and understand",
              "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.",
              "viewPortLocation": {
                "top-left": {
                  "x": 152,
                  "y": 180.34375
                },
                "bottom-right": {
                  "x": 152,
                  "y": 180.34375
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8272,
                "column": 50
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/div[3]/footer[1]/div[2]/div[2]/div[2]/div[1]/div[1]/br[5]",
              "issueID": "1b3069739453b195394a741d228b128e",
              "signature": "1286960a876696458ed1906e4ad61e34",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=1b3069739453b195394a741d228b128e"
            }
          ],
          "log": []
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          1,
          29
        ],
        "instances": [
          {
            "ruleID": "28",
            "what": "The layout or sizing of this page causes horizontal scrolling.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active"
          },
          {
            "ruleID": "73",
            "what": "This link text is uninformative.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"/priorities\" class=\"ui builder_button tb_default_color\"> <span class=\"tf_inline_b tf_vmiddle\">LEARN MORE</span> </a>"
          },
          {
            "ruleID": "73",
            "what": "This link text is uninformative.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"/priorities\" class=\"ui builder_button tb_default_color\"> <span class=\"tf_inline_b tf_vmiddle\">LEARN MORE</span> </a>"
          },
          {
            "ruleID": "79",
            "what": "This link has a `title` attribute that is the same as the text inside the link.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/header[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"><img src=\"https://dawnaddis.lockedform.com/wp-content/uploads/2020/04/DawnAddis_Logo_line.png\" alt=\"Dawn Addis for Assembly 2024\" title=\"Dawn Addis for Assembly 2024\" width=\"14"
          },
          {
            "ruleID": "79",
            "what": "This link has a `title` attribute that is the same as the text inside the link.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[3]/footer[1]/div[2]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"><img src=\"https://dawnaddis.lockedform.com/wp-content/uploads/2020/04/DawnAddis_HorizLogo_White.png\" alt=\"Dawn Addis for Assembly 2024\" title=\"Dawn Addis for Assembly 2024\" wid"
          },
          {
            "ruleID": "95",
            "what": "This element has insufficient color contrast (Level AAA).",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/a[1]"
            },
            "excerpt": "<a class=\"screen-reader-text skip-to-content\" href=\"#content\">Skip to content</a>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a class=\"row-slider-dot\" data-index=\"0\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide\"><span class=\"screen-reader-text\">•</span></a>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a class=\"row-slider-dot\" data-index=\"1\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide\"><span class=\"screen-reader-text\">•</span></a>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a class=\"row-slider-dot\" data-index=\"2\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide\"><span class=\"screen-reader-text\">•</span></a>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Previous slide\"></a>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]"
            },
            "excerpt": "<a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Next slide\"></a>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a class=\"row-slider-dot\" data-index=\"0\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide\"><span class=\"screen-reader-text\">•</span></a>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a class=\"row-slider-dot\" data-index=\"1\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide\"><span class=\"screen-reader-text\">•</span></a>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a class=\"row-slider-dot\" data-index=\"2\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide\"><span class=\"screen-reader-text\">•</span></a>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Previous slide\"></a>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[2]"
            },
            "excerpt": "<a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofollow\" tabindex=\"0\" role=\"button\" aria-label=\"Next slide\"></a>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "wpforms-34-field-hp",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[2]/input[1]"
            },
            "excerpt": "<input type=\"text\" name=\"wpforms[hp]\" id=\"wpforms-34-field-hp\" class=\"wpforms-field-medium\">"
          },
          {
            "ruleID": "154",
            "what": "This long string of text is in italics.",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/em[1]"
            },
            "excerpt": "<em><strong>“As your State Assemblymember, I’m listening and solving problems in order to make our home an even better place to live. There is nothing our communities can’t achieve if we work together and prioritize helping people over politi"
          },
          {
            "ruleID": "154",
            "what": "This long string of text is in italics.",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/em[1]/strong[1]"
            },
            "excerpt": "<strong>“As your State Assemblymember, I’m listening and solving problems in order to make our home an even better place to live. There is nothing our communities can’t achieve if we work together and prioritize helping people over politics.” -Dawn"
          },
          {
            "ruleID": "154",
            "what": "This long string of text is in italics.",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/em[1]"
            },
            "excerpt": "<em><strong>“As your State Assemblymember, I’m listening and solving problems in order to make our home an even better place to live. There is nothing our communities can’t achieve if we work together and prioritize helping people over politi"
          },
          {
            "ruleID": "154",
            "what": "This long string of text is in italics.",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/em[1]/strong[1]"
            },
            "excerpt": "<strong>“As your State Assemblymember, I’m listening and solving problems in order to make our home an even better place to live. There is nothing our communities can’t achieve if we work together and prioritize helping people over politics.” -Dawn"
          },
          {
            "ruleID": "155",
            "what": "These headings are not structured in a hierarchical manner.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"home page-template-default page page-id-6 skin-default sidebar-none full_width tb_animation_on ready-view header-horizontal fixed-header-enabled footer-left-col tagline-off search-off filter-hover-none filter-featured-only sidemenu-active"
          },
          {
            "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]/div[1]/header[1]/div[2]/div[1]/nav[1]/ul[1]/li[6]/a[1]"
            },
            "excerpt": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1\">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]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=25.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"> <span class=\"tf_inline_b tf_vmiddle\">$25</span> </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]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/a[1]"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=100.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"> <span class=\"tf_inline_b tf_vmiddle\">$100</span> </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]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/a[1]"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=250.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"> <span class=\"tf_inline_b tf_vmiddle\">$250</span> </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]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/a[1]"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1?amount=1000.00\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"> <span class=\"tf_inline_b tf_vmiddle\">$1000</span> </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]/div[2]/div[1]/main[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[5]/a[1]"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/dawn-addis-for-assembly-2024-1\" class=\"ui builder_button tb_default_color\" target=\"_blank\" rel=\"noopener\"> <span class=\"tf_inline_b tf_vmiddle\">Other</span> </a>"
          },
          {
            "ruleID": "242",
            "what": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.",
            "ordinalSeverity": 3,
            "tagName": "BR",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[3]/footer[1]/div[2]/div[2]/div[2]/div[1]/div[1]/br[2]"
            },
            "excerpt": "<br>"
          },
          {
            "ruleID": "242",
            "what": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.",
            "ordinalSeverity": 3,
            "tagName": "BR",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[3]/footer[1]/div[2]/div[2]/div[2]/div[1]/div[1]/br[5]"
            },
            "excerpt": "<br>"
          }
        ]
      },
      "endTime": 1687096680054
    },
    {
      "type": "test",
      "which": "testaro",
      "withItems": true,
      "rules": [
        "n",
        "motion"
      ],
      "startTime": 1687096680054,
      "url": "https://dawnaddis.org/",
      "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": "",
                "main": "content"
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "autocomplete": {
            "what": "name and email inputs without autocomplete attributes",
            "data": {
              "total": 1,
              "items": [
                [
                  "email",
                  "",
                  "Email *; #wpforms-34-field_1"
                ]
              ]
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "autocomplete",
                "what": "Input is missing the required autocomplete attribute with value email",
                "ordinalSeverity": 2,
                "tagName": "INPUT",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Email *; #wpforms-34-field_1"
              }
            ]
          },
          "bulk": {
            "what": "large count of visible elements",
            "data": {
              "visibleElements": 145
            },
            "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": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "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": 20,
              "tabFocused": 21,
              "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": 20,
                "types": {
                  "missing": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "nonoutline": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "outline": {
                    "total": 20,
                    "meanDelay": 0,
                    "tagNames": {
                      "A": 17,
                      "INPUT": 2,
                      "BUTTON": 1
                    }
                  }
                }
              },
              "items": {
                "missing": [],
                "nonoutline": [],
                "outline": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to content",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"><img src=\"https://dawnaddis.loc",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Meet Dawn",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Volunteer",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Media",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Vote",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "MEET DAWN",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$25",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$100",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$250",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$1000",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Other",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "LEARN MORE",
                    "delay": 0
                  },
                  {
                    "tagName": "INPUT",
                    "id": "wpforms-34-field_1",
                    "text": "<input type=\"email\" id=\"wpforms-34-field_1\" class=\"wpforms-field-large wpforms-field-required\" name=",
                    "delay": 0
                  },
                  {
                    "tagName": "INPUT",
                    "id": "wpforms-34-field_2",
                    "text": "<input type=\"number\" pattern=\"\\d*\" id=\"wpforms-34-field_2\" class=\"wpforms-field-large\" name=\"wpforms",
                    "delay": 0
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "wpforms-submit-34",
                    "text": "SIGN UP",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"><img src=\"https://dawnaddis.loc",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "hello@dawnaddis.org",
                    "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": {
                      "DIV": 1
                    }
                  },
                  "focusableAndOperable": {
                    "total": 38,
                    "tagNames": {
                      "A": 31,
                      "INPUT": 6,
                      "BUTTON": 1
                    }
                  }
                }
              },
              "items": {
                "onlyFocusable": [],
                "onlyOperable": [
                  {
                    "tagName": "DIV",
                    "id": "",
                    "text": "Back To Top",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ],
                "focusableAndOperable": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to content",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "menu-icon",
                    "text": "Menu",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\" style=\"cursor: default;\"><img s",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Meet Dawn",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Volunteer",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Media",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Vote",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "menu-icon-close",
                    "text": "Close Menu",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "•",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "•",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "•",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "MEET DAWN",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "•",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "•",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "•",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$25",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$100",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$250",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$1000",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Other",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "LEARN MORE",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "LEARN MORE",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "INPUT",
                    "id": "wpforms-34-field_1",
                    "text": "<input type=\"email\" id=\"wpforms-34-field_1\" class=\"wpforms-field-large wpforms-field-required\" name=",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "wpforms-34-field_2",
                    "text": "<input type=\"number\" pattern=\"\\d*\" id=\"wpforms-34-field_2\" class=\"wpforms-field-large\" name=\"wpforms",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "wpforms-34-field-hp",
                    "text": "<input type=\"text\" name=\"wpforms[hp]\" id=\"wpforms-34-field-hp\" class=\"wpforms-field-medium\">",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" name=\"wpforms[id]\" value=\"34\">",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" name=\"wpforms[author]\" value=\"1\">",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" name=\"wpforms[post_id]\" value=\"6\">",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "wpforms-submit-34",
                    "text": "SIGN UP",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Back To Top",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\" style=\"cursor: default;\"><img s",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "hello@dawnaddis.org",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              1
            ],
            "standardInstances": [
              {
                "ruleID": "focOp",
                "complaint": "DIV element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Back To Top"
              }
            ]
          },
          "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": 24,
                "triggerSample": 16,
                "impactTriggers": 2,
                "additions": 6,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0,
                "unhoverables": 1,
                "noCursors": 0,
                "badCursors": 0,
                "noIndicators": 0,
                "badIndicators": 0
              },
              "items": {
                "impactTriggers": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$25",
                    "additions": 3,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  }
                ],
                "unhoverables": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to content"
                  }
                ],
                "noCursors": [],
                "badCursors": [],
                "noIndicators": [],
                "badIndicators": []
              }
            },
            "totals": [
              0,
              6,
              0,
              3
            ],
            "standardInstances": [
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$25"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to content"
              }
            ]
          },
          "labClash": {
            "what": "labeling inconsistencies",
            "data": {
              "totals": {
                "mislabeled": 0,
                "unlabeled": 0,
                "wellLabeled": 4
              },
              "items": {
                "mislabeled": [],
                "unlabeled": [],
                "wellLabeled": [
                  {
                    "index": 0,
                    "tagName": "INPUT",
                    "type": "email",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "Email *"
                      ]
                    }
                  },
                  {
                    "index": 1,
                    "tagName": "INPUT",
                    "type": "number",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "Zip Code"
                      ]
                    }
                  },
                  {
                    "index": 2,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "Message"
                      ]
                    }
                  },
                  {
                    "index": 3,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "texts": {
                      "content": "SIGN UP"
                    }
                  }
                ]
              }
            },
            "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": 19,
                  "underlined": 0,
                  "underlinedPercent": 0
                }
              },
              "items": {
                "underlined": [],
                "notUnderlined": [
                  {
                    "id": "",
                    "text": "Skip to content"
                  },
                  {
                    "id": "menu-icon",
                    "text": "Menu"
                  },
                  {
                    "id": "",
                    "text": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"><img src=\"https://dawnaddis.loc"
                  },
                  {
                    "id": "menu-icon-close",
                    "text": "Close Menu"
                  },
                  {
                    "id": "",
                    "text": "<a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll"
                  },
                  {
                    "id": "",
                    "text": "<a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll"
                  },
                  {
                    "id": "",
                    "text": "MEET DAWN"
                  },
                  {
                    "id": "",
                    "text": "<a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll"
                  },
                  {
                    "id": "",
                    "text": "<a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll"
                  },
                  {
                    "id": "",
                    "text": "$25"
                  },
                  {
                    "id": "",
                    "text": "$100"
                  },
                  {
                    "id": "",
                    "text": "$250"
                  },
                  {
                    "id": "",
                    "text": "$1000"
                  },
                  {
                    "id": "",
                    "text": "Other"
                  },
                  {
                    "id": "",
                    "text": "LEARN MORE"
                  },
                  {
                    "id": "",
                    "text": "LEARN MORE"
                  },
                  {
                    "id": "",
                    "text": "Back To Top"
                  },
                  {
                    "id": "",
                    "text": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"><img src=\"https://dawnaddis.loc"
                  },
                  {
                    "id": "",
                    "text": "hello@dawnaddis.org"
                  }
                ]
              }
            },
            "totals": [
              0,
              19,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to content"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "menu-icon",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Menu"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"><img src=\"https://dawnaddis.loc"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "menu-icon-close",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Close Menu"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "MEET DAWN"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$25"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$100"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$250"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$1000"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Other"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "LEARN MORE"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "LEARN MORE"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Back To Top"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"><img src=\"https://dawnaddis.loc"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "hello@dawnaddis.org"
              }
            ]
          },
          "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": 18,
              "badRoleElements": 10,
              "redundantRoleElements": 0,
              "tagNames": {
                "A": {
                  "button": {
                    "bad": 10,
                    "redundant": 0
                  }
                }
              }
            },
            "totals": [
              0,
              0,
              0,
              10
            ],
            "standardInstances": [
              {
                "ruleID": "role",
                "what": "A elements have invalid or native-replaceable explicit role button (count: 10)",
                "count": 10,
                "ordinalSeverity": 3,
                "tagName": "A",
                "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": 1
                },
                "adjacentLink": {
                  "total": 19,
                  "subtotals": [
                    12,
                    7
                  ]
                },
                "listLink": {
                  "total": 12,
                  "subtotals": [
                    6,
                    5,
                    1
                  ]
                },
                "h1": {
                  "total": 4,
                  "subtotals": [
                    2,
                    1,
                    1
                  ]
                },
                "h4": {
                  "total": 1
                }
              },
              "items": {
                "adjacentLink": {
                  "fontWeight": {
                    "400": [
                      "Skip to content",
                      "Menu",
                      "Close Menu",
                      "<a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll",
                      "<a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll",
                      "<a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll",
                      "<a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll"
                    ],
                    "700": [
                      "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"><img src=\"https://dawnaddis.loc",
                      "MEET DAWN",
                      "$25",
                      "$100",
                      "$250",
                      "$1000",
                      "Other",
                      "LEARN MORE",
                      "LEARN MORE",
                      "Back To Top",
                      "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"><img src=\"https://dawnaddis.loc",
                      "hello@dawnaddis.org"
                    ]
                  }
                },
                "listLink": {
                  "fontWeight": {
                    "400": [
                      "•",
                      "•",
                      "•",
                      "•",
                      "•",
                      "•"
                    ],
                    "700": [
                      "Home",
                      "Meet Dawn",
                      "Volunteer",
                      "Media",
                      "Vote",
                      "Donate"
                    ]
                  },
                  "color": {
                    "rgb(22, 71, 142)": [
                      "Home",
                      "Meet Dawn",
                      "Volunteer",
                      "Media",
                      "Vote"
                    ],
                    "rgb(248, 190, 19)": [
                      "Donate"
                    ],
                    "rgba(0, 0, 0, 0)": [
                      "•",
                      "•",
                      "•",
                      "•",
                      "•",
                      "•"
                    ]
                  },
                  "fontSize": {
                    "14px": [
                      "Home",
                      "Meet Dawn",
                      "Volunteer",
                      "Media",
                      "Vote"
                    ],
                    "24px": [
                      "Donate"
                    ],
                    "16px": [
                      "•",
                      "•",
                      "•",
                      "•",
                      "•",
                      "•"
                    ]
                  }
                },
                "h1": {
                  "color": {
                    "rgb(22, 71, 142)": [
                      "DAWN ADDIS",
                      "Solutions for the Central Coast",
                      "Solutions for the Central Coast"
                    ],
                    "rgb(248, 190, 19)": [
                      "Donate now to support Dawn’s Campaign"
                    ]
                  },
                  "fontSize": {
                    "52px": [
                      "DAWN ADDIS",
                      "Donate now to support Dawn’s Campaign"
                    ],
                    "40px": [
                      "Solutions for the Central Coast",
                      "Solutions for the Central Coast"
                    ]
                  }
                }
              }
            },
            "totals": [
              1,
              2,
              0,
              2
            ],
            "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": "Links in columns have 3 different styles",
                "count": 2,
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Level-1 headings have 3 different styles",
                "count": 2,
                "ordinalSeverity": 3,
                "tagName": "H1",
                "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": 4,
              "items": [
                {
                  "tagName": "A",
                  "id": "",
                  "text": "",
                  "title": "Dawn Addis for Assembly 2024"
                },
                {
                  "tagName": "IMG",
                  "id": "",
                  "text": "",
                  "title": "Dawn Addis for Assembly 2024"
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "",
                  "title": "Dawn Addis for Assembly 2024"
                },
                {
                  "tagName": "IMG",
                  "id": "",
                  "text": "",
                  "title": "Dawn Addis for Assembly 2024"
                }
              ]
            },
            "totals": [
              0,
              0,
              4,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (): Dawn Addis for Assembly 2024"
              },
              {
                "ruleID": "titledEl",
                "what": "IMG element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "IMG",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "IMG (): Dawn Addis for Assembly 2024"
              },
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (): Dawn Addis for Assembly 2024"
              },
              {
                "ruleID": "titledEl",
                "what": "IMG element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "IMG",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "IMG (): Dawn Addis for Assembly 2024"
              }
            ]
          },
          "zIndex": {
            "what": "non-default Z indexes",
            "data": {
              "totals": {
                "total": 3,
                "tagNames": {
                  "DIV": 2,
                  "HEADER": 1
                }
              },
              "items": [
                {
                  "tagName": "DIV",
                  "id": "headerwrap",
                  "text": "Menu Home Meet Dawn Volunteer Media Vote Donate Close Menu"
                },
                {
                  "tagName": "HEADER",
                  "id": "header",
                  "text": "Home Meet Dawn Volunteer Media Vote Donate Close Menu"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Back To Top"
                }
              ]
            },
            "totals": [
              3,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "headerwrap",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Menu Home Meet Dawn Volunteer Media Vote Donate Close Menu"
              },
              {
                "ruleID": "zIndex",
                "what": "HEADER element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "HEADER",
                "id": "header",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home Meet Dawn Volunteer Media Vote Donate Close Menu"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Back To Top"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          4,
          27,
          6,
          16
        ],
        "instances": [
          {
            "ruleID": "autocomplete",
            "what": "Input is missing the required autocomplete attribute with value email",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Email *; #wpforms-34-field_1"
          },
          {
            "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": "DIV element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Back To Top"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$25"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to content"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to content"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "menu-icon",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Menu"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"><img src=\"https://dawnaddis.loc"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "menu-icon-close",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Close Menu"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "MEET DAWN"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"row-slider-arrow row-slider-prev tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"row-slider-arrow row-slider-next tf_hidden tf_abs_t\" href=\"javascript:void(0)\" rel=\"nofoll"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$25"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$100"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$250"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$1000"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Other"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "LEARN MORE"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "LEARN MORE"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Back To Top"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://dawnaddis.org\" title=\"Dawn Addis for Assembly 2024\"><img src=\"https://dawnaddis.loc"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "hello@dawnaddis.org"
          },
          {
            "ruleID": "role",
            "what": "A elements have invalid or native-replaceable explicit role button (count: 10)",
            "count": 10,
            "ordinalSeverity": 3,
            "tagName": "A",
            "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": "Links in columns have 3 different styles",
            "count": 2,
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Level-1 headings have 3 different styles",
            "count": 2,
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (): Dawn Addis for Assembly 2024"
          },
          {
            "ruleID": "titledEl",
            "what": "IMG element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "IMG (): Dawn Addis for Assembly 2024"
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (): Dawn Addis for Assembly 2024"
          },
          {
            "ruleID": "titledEl",
            "what": "IMG element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "IMG (): Dawn Addis for Assembly 2024"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "headerwrap",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Menu Home Meet Dawn Volunteer Media Vote Donate Close Menu"
          },
          {
            "ruleID": "zIndex",
            "what": "HEADER element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "HEADER",
            "id": "header",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home Meet Dawn Volunteer Media Vote Donate Close Menu"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Back To Top"
          }
        ]
      },
      "endTime": 1687096707075
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "startTime": 1687096707075,
      "url": "https://dawnaddis.org/",
      "what": "WAVE",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Dawn Addis for Assembly 2024 - District 30",
          "pageurl": "https://dawnaddis.org/",
          "time": 3.22,
          "creditsremaining": 1227,
          "allitemcount": 86,
          "totalelements": 411,
          "waveurl": "http://wave.webaim.org/report?url=https://dawnaddis.org/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 1,
            "items": {
              "alt_missing": {
                "id": "alt_missing",
                "description": "Missing alternative text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child > DIV:first-child + DIV + DIV > IMG:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 5,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 5,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV#wpforms-34 > FORM#wpforms-form-34 > NOSCRIPT:first-child + DIV > DIV#wpforms-34-field_1-container > LABEL:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV#wpforms-34 > FORM#wpforms-form-34 > NOSCRIPT:first-child + DIV > DIV#wpforms-34-field_1-container > LABEL:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV#wpforms-34 > FORM#wpforms-form-34 > NOSCRIPT:first-child + DIV > DIV#wpforms-34-field_2-container > LABEL:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#footerwrap > FOOTER#footer > DIV:first-child > DIV:first-child > A:first-child > SPAN:first-child"
                ],
                "contrastdata": [
                  [
                    4.36,
                    "#ed1e24",
                    "#ffffff",
                    false
                  ],
                  [
                    3.27,
                    "#0e274d",
                    "#4078bd",
                    false
                  ],
                  [
                    1.13,
                    "#ff0000",
                    "#4078bd",
                    false
                  ],
                  [
                    3.27,
                    "#0e274d",
                    "#4078bd",
                    false
                  ],
                  [
                    1.69,
                    "#ffffff",
                    "#f8be13",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 17,
            "items": {
              "heading_skipped": {
                "id": "heading_skipped",
                "description": "Skipped heading level",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > H4: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"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 9,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child > DIV:first-child > UL:first-child + DIV > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child > DIV:first-child > UL:first-child + DIV > A:first-child + A",
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV > DIV:first-child > UL:first-child + DIV > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV > DIV:first-child > UL:first-child + DIV > A:first-child + A",
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "noscript": {
                "id": "noscript",
                "description": "Noscript element",
                "count": 5,
                "selectors": [
                  "HTML > HEAD:first-child > SCRIPT:first-child + SCRIPT + SCRIPT + META + META + META + TITLE + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + STYLE + NOSCRIPT",
                  "HTML > HEAD:first-child > SCRIPT:first-child + SCRIPT + SCRIPT + META + META + META + TITLE + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + STYLE + NOSCRIPT + STYLE + LINK + LINK + LINK + NOSCRIPT",
                  "HTML > HEAD:first-child > SCRIPT:first-child + SCRIPT + SCRIPT + META + META + META + TITLE + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + STYLE + NOSCRIPT + STYLE + LINK + LINK + LINK + NOSCRIPT + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + SCRIPT + LINK + LINK + LINK + LINK + META + LINK + LINK + LINK + STYLE + SCRIPT + SCRIPT + SCRIPT + SCRIPT + NOSCRIPT",
                  "HTML > HEAD:first-child > SCRIPT:first-child + SCRIPT + SCRIPT + META + META + META + TITLE + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + STYLE + NOSCRIPT + STYLE + LINK + LINK + LINK + NOSCRIPT + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + SCRIPT + LINK + LINK + LINK + LINK + META + LINK + LINK + LINK + STYLE + SCRIPT + SCRIPT + SCRIPT + SCRIPT + NOSCRIPT + STYLE + NOSCRIPT",
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV#wpforms-34 > FORM#wpforms-form-34 > NOSCRIPT:first-child"
                ],
                "wcag": []
              },
              "title_redundant": {
                "id": "title_redundant",
                "description": "Redundant title text",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#headerwrap > HEADER#header > DIV:first-child > DIV#site-logo > A:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#footerwrap > FOOTER#footer > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#footer-logo > A:first-child > IMG:first-child"
                ],
                "wcag": []
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          17,
          0,
          0,
          6
        ],
        "instances": [
          {
            "ruleID": "alt_missing",
            "what": "Missing alternative text",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child > DIV:first-child + DIV + DIV > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV#wpforms-34 > FORM#wpforms-form-34 > NOSCRIPT:first-child + DIV > DIV#wpforms-34-field_1-container > LABEL:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV#wpforms-34 > FORM#wpforms-form-34 > NOSCRIPT:first-child + DIV > DIV#wpforms-34-field_1-container > LABEL:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV#wpforms-34 > FORM#wpforms-form-34 > NOSCRIPT:first-child + DIV > DIV#wpforms-34-field_2-container > LABEL:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#footerwrap > FOOTER#footer > DIV:first-child > DIV:first-child > A:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_skipped",
            "what": "Skipped heading level",
            "ordinalSeverity": 0,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > H4:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child > DIV:first-child > UL:first-child + DIV > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child > DIV:first-child > UL:first-child + DIV > A:first-child + A"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI + LI > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV > DIV:first-child > UL:first-child + DIV > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV > DIV:first-child > UL:first-child + DIV > A:first-child + A"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "noscript",
            "what": "Noscript element",
            "ordinalSeverity": 0,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child > SCRIPT:first-child + SCRIPT + SCRIPT + META + META + META + TITLE + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + STYLE + NOSCRIPT"
            },
            "excerpt": ""
          },
          {
            "ruleID": "noscript",
            "what": "Noscript element",
            "ordinalSeverity": 0,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child > SCRIPT:first-child + SCRIPT + SCRIPT + META + META + META + TITLE + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + STYLE + NOSCRIPT + STYLE + LINK + LINK + LINK + NOSCRIPT"
            },
            "excerpt": ""
          },
          {
            "ruleID": "noscript",
            "what": "Noscript element",
            "ordinalSeverity": 0,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child > SCRIPT:first-child + SCRIPT + SCRIPT + META + META + META + TITLE + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + STYLE + NOSCRIPT + STYLE + LINK + LINK + LINK + NOSCRIPT + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + SCRIPT + LINK + LINK + LINK + LINK + META + LINK + LINK + LINK + STYLE + SCRIPT + SCRIPT + SCRIPT + SCRIPT + NOSCRIPT"
            },
            "excerpt": ""
          },
          {
            "ruleID": "noscript",
            "what": "Noscript element",
            "ordinalSeverity": 0,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child > SCRIPT:first-child + SCRIPT + SCRIPT + META + META + META + TITLE + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + STYLE + NOSCRIPT + STYLE + LINK + LINK + LINK + NOSCRIPT + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + SCRIPT + LINK + LINK + LINK + LINK + META + LINK + LINK + LINK + STYLE + SCRIPT + SCRIPT + SCRIPT + SCRIPT + NOSCRIPT + STYLE + NOSCRIPT"
            },
            "excerpt": ""
          },
          {
            "ruleID": "noscript",
            "what": "Noscript element",
            "ordinalSeverity": 0,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#body > DIV#layout > MAIN#content > DIV#page-6 > DIV:first-child > DIV#themify_builder_content-6 > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV#wpforms-34 > FORM#wpforms-form-34 > NOSCRIPT:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "title_redundant",
            "what": "Redundant title text",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#headerwrap > HEADER#header > DIV:first-child > DIV#site-logo > A:first-child > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "title_redundant",
            "what": "Redundant title text",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#pagewrap > DIV#footerwrap > FOOTER#footer > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#footer-logo > A:first-child > IMG:first-child"
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687096710608
    }
  ],
  "sources": {
    "script": "ts27",
    "batch": "caassy",
    "target": {
      "id": "caAD30-c",
      "which": "https://dawnaddis.org/",
      "what": "Candidate Dawn Addis (D)"
    },
    "requester": "pool@jpdev.pro"
  },
  "creationTime": "2023-06-18T02:07:06",
  "timeStamp": "18ixx",
  "jobData": {
    "startTime": "2023-06-18T13:57:27",
    "endTime": "2023-06-18T13:58:30",
    "elapsedSeconds": 62,
    "visitLatency": 2,
    "logCount": 4,
    "logSize": 496,
    "errorLogCount": 3,
    "errorLogSize": 441,
    "prohibitedCount": 0,
    "visitRejectionCount": 0,
    "aborted": false,
    "abortedAct": null,
    "presses": 0,
    "amountRead": 0,
    "testTimes": [
      [
        "testaro",
        27
      ],
      [
        "testaro",
        14
      ],
      [
        "alfa",
        4
      ],
      [
        "wave",
        4
      ],
      [
        "qualWeb",
        2
      ],
      [
        "ibm",
        1
      ],
      [
        "nuVal",
        1
      ],
      [
        "tenon",
        1
      ],
      [
        "axe",
        0
      ],
      [
        "continuum",
        0
      ],
      [
        "htmlcs",
        0
      ]
    ]
  },
  "score": {
    "scoreProcID": "tsp27",
    "summary": {
      "total": 1092,
      "issue": 1003,
      "tool": 85,
      "prevention": 0,
      "log": 4,
      "latency": 0
    },
    "details": {
      "severity": {
        "total": [
          75,
          86,
          85,
          86
        ],
        "byTool": {
          "testaro": [
            4,
            27,
            6,
            16
          ],
          "alfa": [
            6,
            0,
            0,
            10
          ],
          "axe": [
            11,
            3,
            1,
            6
          ],
          "continuum": [
            0,
            0,
            0,
            0
          ],
          "htmlcs": [
            17,
            0,
            0,
            10
          ],
          "ibm": [
            0,
            0,
            0,
            3
          ],
          "nuVal": [
            2,
            0,
            44,
            2
          ],
          "qualWeb": [
            18,
            56,
            33,
            4
          ],
          "tenon": [
            0,
            0,
            1,
            29
          ],
          "wave": [
            17,
            0,
            0,
            6
          ]
        }
      },
      "prevention": {},
      "issue": {
        "spontaneousMotion": {
          "score": 154,
          "maxCount": 77,
          "weight": 2,
          "tools": {
            "testaro": {
              "motion": {
                "quality": 1,
                "what": "Change of visible content not requested by user",
                "complaints": {
                  "countTotal": 77,
                  "texts": [
                    "Content moves or changes without user request"
                  ]
                }
              }
            }
          }
        },
        "imageNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "alfa": {
              "r2": {
                "quality": 1,
                "what": "Image has no accessible name",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Images have an accessible name"
                  ]
                }
              }
            },
            "axe": {
              "image-alt": {
                "quality": 1,
                "what": "Image has no text alternative",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Images must have alternate text; Element does not have an alt attribute; 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's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R17": {
                "quality": 1,
                "what": "Image has no accessible name",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that each image that is not marked as decorative, has an accessible name."
                  ]
                }
              }
            },
            "wave": {
              "alt_missing": {
                "quality": 1,
                "what": "Text alternative is missing",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Missing alternative text"
                  ]
                }
              }
            }
          }
        },
        "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"
                  ]
                }
              }
            }
          }
        },
        "fragmentaryNoticeRisk": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "alfa": {
              "r54": {
                "quality": 1,
                "what": "Assertive region is not atomic",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Assertive live region is marked as atomic"
                  ]
                }
              }
            }
          }
        },
        "contrastAAA": {
          "score": 8,
          "maxCount": 8,
          "weight": 1,
          "tools": {
            "alfa": {
              "r66": {
                "quality": 1,
                "what": "Text contrast less than AAA requires",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "Text outside widget has enhanced contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast-enhanced": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.31 (foreground color: #f8be13, background color: #16478e, font size: 13.4pt (17.92px), font weight: bold). Expected contrast ratio of 7:1",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.31 (foreground color: #f8be13, background color: #16478e, font size: 13.2pt (17.6px), font weight: bold). Expected contrast ratio of 7:1",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.52 (foreground color: #ffffff, background color: #4078bd, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 7:1",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.31 (foreground color: #f8be13, background color: #16478e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.1_4_6.G17.Fail": {
                "quality": 1,
                "what": "Text has insufficient contrast",
                "complaints": {
                  "countTotal": 4,
                  "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 5.32:1. Recommendation:  change background to #02337a.",
                    "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.97:1. Recommendation:  change background to #feffff.",
                    "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 4.53:1. Recommendation:  change background to #21599e."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R76": {
                "quality": 1,
                "what": "Text has less than the enhanced minimum contrast",
                "complaints": {
                  "countTotal": 2,
                  "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": 1,
                  "texts": [
                    "This element has insufficient color contrast (Level AAA)."
                  ]
                }
              }
            }
          }
        },
        "textContrastAA": {
          "score": 20,
          "maxCount": 5,
          "weight": 4,
          "tools": {
            "alfa": {
              "r69": {
                "quality": 1,
                "what": "Text outside widget has subminimum contrast",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Text outside widget has minimum contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast": {
                "quality": 1,
                "what": "Element has insufficient color contrast",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node",
                    "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.69 (foreground color: #f8be13, background color: #ffffff, font size: 30.0pt (40px), font weight: bold). Expected contrast ratio of 3:1"
                  ]
                }
              }
            },
            "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": 5,
                  "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 NaN:1."
                  ]
                }
              }
            },
            "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": 1,
                  "texts": [
                    "Text contrast of 1.70 with its background is less than the WCAG AA minimum requirements for text of size 40px and weight of 700"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R37": {
                "quality": 1,
                "what": "Text has less than the minimum contrast",
                "complaints": {
                  "countTotal": 1,
                  "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": 5,
                  "texts": [
                    "Very low contrast"
                  ]
                }
              }
            }
          }
        },
        "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"
                  ]
                }
              }
            }
          }
        },
        "hiddenContentRisk": {
          "score": 11,
          "maxCount": 11,
          "weight": 1,
          "tools": {
            "axe": {
              "hidden-content": {
                "quality": 1,
                "what": "Some content is hidden and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 11,
                  "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."
                  ]
                }
              }
            }
          }
        },
        "decorativeImageRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_1_1.H67.2": {
                "quality": 1,
                "what": "Image marked as decorative may be informative",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Img element is marked so that it is ignored by Assistive Technology."
                  ]
                }
              }
            }
          }
        },
        "pseudoHeadingRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1.H42": {
                "quality": 1,
                "what": "Heading coding is not used but the element may be intended as a heading",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Heading markup should be used if this content is intended as a heading."
                  ]
                }
              }
            }
          }
        },
        "pseudoNavList": {
          "score": 6,
          "maxCount": 3,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1.H48": {
                "quality": 1,
                "what": "Navigation links are not coded as a list",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "If this element contains a navigation section, it is recommended that it be marked up as a list."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T32": {
                "quality": 1,
                "what": "ol, ul or dl is not used for a list or group of links",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "The objective of this technique is to create lists of related items using list elements appropriate for their purposes."
                  ]
                }
              }
            }
          }
        },
        "scrollRisk": {
          "score": 2,
          "maxCount": 2,
          "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": 2,
                  "texts": [
                    "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
                    "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion."
                  ]
                }
              }
            }
          }
        },
        "contrastRisk": {
          "score": 6,
          "maxCount": 6,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_3_F24.F24.FGColour": {
                "quality": 1,
                "what": "Inline foreground color may lack a complementary background color",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour."
                  ]
                }
              },
              "AAA.1_4_6.G17.Abs": {
                "quality": 1,
                "what": "Contrast between the absolutely positioned text and its background may be less than 7:1",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1."
                  ]
                }
              }
            }
          }
        },
        "linkWindowSurpriseRisk": {
          "score": 6,
          "maxCount": 6,
          "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": 6,
                  "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 h4 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."
                  ]
                }
              }
            }
          }
        },
        "contentBeyondLandmarks": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "ibm": {
              "aria_content_in_landmark": {
                "quality": 1,
                "what": "Content is not within a landmark element",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Content is not within a landmark element"
                  ]
                }
              }
            }
          }
        },
        "typeRedundant": {
          "score": 2,
          "maxCount": 2,
          "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": 2,
                  "texts": [
                    "The type attribute is unnecessary for JavaScript resources."
                  ]
                }
              }
            }
          }
        },
        "attributeBad": {
          "score": 80,
          "maxCount": 20,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Attribute .+ not allowed on element .+ at this point.*$": {
                "quality": 1,
                "what": "Attribute not allowed on this element",
                "complaints": {
                  "countTotal": 20,
                  "texts": [
                    "Attribute importance not allowed on element link at this point.",
                    "Attribute importance not allowed on element img at this point."
                  ]
                }
              }
            }
          }
        },
        "linkElementBad": {
          "score": 40,
          "maxCount": 10,
          "weight": 4,
          "tools": {
            "nuVal": {
              "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.": {
                "quality": 1,
                "what": "link element with an as attribute has no rel attribute with preload or modulepreload as its value",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload."
                  ]
                }
              }
            }
          }
        },
        "cssInvalid": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "nuVal": {
              "^CSS: .+: .+ is not a .+ value.*$": {
                "quality": 1,
                "what": "Invalid value in CSS",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "CSS: padding: px is not a padding value."
                  ]
                }
              }
            }
          }
        },
        "parseError": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "nuVal": {
              "^Bad start tag in .+$": {
                "quality": 1,
                "what": "Invalid start tag",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Bad start tag in img in noscript in head."
                  ]
                }
              }
            }
          }
        },
        "slashParseRisk": {
          "score": 53,
          "maxCount": 53,
          "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": 53,
                  "texts": [
                    "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values."
                  ]
                }
              }
            }
          }
        },
        "elementClosure": {
          "score": 18,
          "maxCount": 6,
          "weight": 3,
          "tools": {
            "nuVal": {
              "^Stray end tag .+$": {
                "quality": 1,
                "what": "Invalid closing tag",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Stray end tag noscript.",
                    "Stray end tag head."
                  ]
                }
              },
              "^Start tag .+ seen but an element of the same type was already open.*$": {
                "quality": 1,
                "what": "Element is invalidly a descendant of another such element",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Start tag body seen but an element of the same type was already open."
                  ]
                }
              }
            }
          }
        },
        "parentBad": {
          "score": 16,
          "maxCount": 4,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Element .+ not allowed as child of element .+ in this context.*$": {
                "quality": 1,
                "what": "Element has an invalid parent",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
                    "Element style not allowed as child of element noscript in this context. (Suppressing further errors from this subtree.)"
                  ]
                }
              }
            }
          }
        },
        "fatalError": {
          "score": 100,
          "maxCount": 2,
          "weight": 50,
          "tools": {
            "nuVal": {
              "Cannot recover after last error. Any further errors will be ignored.": {
                "quality": 1,
                "what": "Testing was interrupted by a fatal error",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Cannot recover after last error. Any further errors will be ignored."
                  ]
                }
              }
            }
          }
        },
        "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": 9,
          "maxCount": 9,
          "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": 6,
                  "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": 84,
          "maxCount": 21,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R62": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 21,
                  "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."
                  ]
                }
              }
            }
          }
        },
        "overflowHiddenRisk": {
          "score": 26,
          "maxCount": 26,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-ACT-R40": {
                "quality": 1,
                "what": "Zoomed text node may be clipped by a CSS overflow declaration",
                "complaints": {
                  "countTotal": 26,
                  "texts": [
                    "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport."
                  ]
                }
              }
            }
          }
        },
        "sectionHeadingless": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "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"
                  ]
                }
              }
            }
          }
        },
        "ignorable": {
          "score": 0,
          "maxCount": 2,
          "weight": 0,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T20": {
                "quality": 1,
                "what": "Link text is not supplemented with a title attribute",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Supplementing link text with the title attribute"
                  ]
                }
              }
            }
          }
        },
        "labelConfusionRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T17": {
                "quality": 1,
                "what": "label not positioned to maximize the predictability of the relationship",
                "complaints": {
                  "countTotal": 2,
                  "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"
                  ]
                }
              }
            }
          }
        },
        "colorMissing": {
          "score": 124,
          "maxCount": 31,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T31": {
                "quality": 1,
                "what": "Foreground or background color is specified but not both",
                "complaints": {
                  "countTotal": 31,
                  "texts": [
                    "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination."
                  ]
                }
              }
            }
          }
        },
        "pseudoList": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-BP11": {
                "quality": 1,
                "what": "br is used to make a list",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Using 3 consecutive br elements"
                  ]
                }
              }
            }
          }
        },
        "noHeading": {
          "score": 9,
          "maxCount": 3,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP1": {
                "quality": 1,
                "what": "h1-h6 not used to identify headings",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content"
                  ]
                }
              }
            }
          }
        },
        "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."
                  ]
                }
              }
            }
          }
        },
        "linkVague": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "tenon": {
              "73": {
                "quality": 1,
                "what": "Link text is too generic to communicate the purpose or destination",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This link text is uninformative."
                  ]
                }
              }
            }
          }
        },
        "titleRedundant": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "tenon": {
              "79": {
                "quality": 1,
                "what": "Link has a title attribute that is the same as the text inside the link",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This link has a `title` attribute that is the same as the text inside the link."
                  ]
                }
              }
            },
            "wave": {
              "title_redundant": {
                "quality": 1,
                "what": "Title attribute text is the same as text or alternative text",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Redundant title text"
                  ]
                }
              }
            }
          }
        },
        "targetSize": {
          "score": 33,
          "maxCount": 11,
          "weight": 3,
          "tools": {
            "tenon": {
              "152": {
                "quality": 1,
                "what": "Actionable element is smaller than the minimum required size",
                "complaints": {
                  "countTotal": 11,
                  "texts": [
                    "This actionable element is smaller than the minimum required size."
                  ]
                }
              }
            }
          }
        },
        "allItalics": {
          "score": 4,
          "maxCount": 4,
          "weight": 1,
          "tools": {
            "tenon": {
              "154": {
                "quality": 1,
                "what": "Long string of text is italic",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "This long string of text is in italics."
                  ]
                }
              }
            }
          }
        },
        "linkForcesNewWindow": {
          "score": 18,
          "maxCount": 6,
          "weight": 3,
          "tools": {
            "tenon": {
              "218": {
                "quality": 1,
                "what": "Link opens in a new window without user control",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This link opens in a new window without user control."
                  ]
                }
              }
            }
          }
        },
        "pseudoParagraphRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "tenon": {
              "242": {
                "quality": 1,
                "what": "Multiple consecutive br elements may simulate paragraphs",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Multiple consecutive `<br>` tags next to each other, simulating paragraphs."
                  ]
                }
              }
            }
          }
        },
        "autocompleteNone": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "testaro": {
              "autocomplete": {
                "quality": 1,
                "what": "Name or email input is missing its required autocomplete attribute",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Input is missing the required autocomplete attribute with value email"
                  ]
                }
              }
            }
          }
        },
        "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": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "testaro": {
              "hover": {
                "quality": 1,
                "what": "Hovering is impossible or mis-indicated or changes content",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Hovering over element has unexpected effects",
                    "Operable element cannot be hovered over"
                  ]
                }
              }
            }
          }
        },
        "linkIndication": {
          "score": 38,
          "maxCount": 19,
          "weight": 2,
          "tools": {
            "testaro": {
              "linkUl": {
                "quality": 1,
                "what": "Non-underlined adjacent links",
                "complaints": {
                  "countTotal": 19,
                  "texts": [
                    "Link is inline but has no underline"
                  ]
                }
              }
            }
          }
        },
        "roleRedundant": {
          "score": 10,
          "maxCount": 10,
          "weight": 1,
          "tools": {
            "testaro": {
              "role": {
                "quality": 1,
                "what": "Invalid, native-replacing, or redundant role",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "A elements have invalid or native-replaceable explicit role button (count: 10)"
                  ]
                }
              }
            }
          }
        },
        "inconsistentStyles": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "testaro": {
              "styleDiff": {
                "quality": 1,
                "what": "Heading, link, and button style inconsistencies",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "In-line links have 2 different styles",
                    "Links in columns have 3 different styles",
                    "Level-1 headings have 3 different styles"
                  ]
                }
              }
            }
          }
        },
        "titleBad": {
          "score": 16,
          "maxCount": 4,
          "weight": 4,
          "tools": {
            "testaro": {
              "titledEl": {
                "quality": 1,
                "what": "title attribute belongs to an inappropriate element",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "A element has a title attribute",
                    "IMG element has a title attribute"
                  ]
                }
              }
            }
          }
        },
        "zIndexNotZero": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "testaro": {
              "zIndex": {
                "quality": 1,
                "what": "Layering with nondefault z-index values",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "DIV element has a non-default Z index",
                    "HEADER element has a non-default Z index"
                  ]
                }
              }
            }
          }
        },
        "linkPair": {
          "score": 18,
          "maxCount": 9,
          "weight": 2,
          "tools": {
            "wave": {
              "link_redundant": {
                "quality": 1,
                "what": "Adjacent links go to the same URL",
                "complaints": {
                  "countTotal": 9,
                  "texts": [
                    "Redundant link"
                  ]
                }
              }
            }
          }
        },
        "noScriptRisk": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "wave": {
              "noscript": {
                "quality": 1,
                "what": "noscript element may fail to contain an accessible equivalent or alternative",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Noscript element"
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}