Accessibility digest

Synopsis
PageMember Kevin McCarty (D)
URLhttps://a06.asmdc.org/
Requesterpool@jpdev.pro
Test date2023/06/18
Score1605
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 Member Kevin McCarty (D) at https://a06.asmdc.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 1605, where 0 would be perfect.

Total score

The total score is the sum of five components.

Score summary
ComponentScoreDescription
total1605Sum of the component scores
issue1367Severity and number of reported defects
tool198Tool-by-tool defect ratings
prevention0Failed attempts by tools to test the page
log40Browser 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
focusIndication376
obsolete84
linkIndication68
duplicateID64
slashParseRisk57
noHeading51
contentBeyondLandmarks50
attributeMissing48
linkForcesNewWindow45
titleBad44
ariaBadAttribute40
attributeBad40
focusableOperable33
targetSize30
pseudoNavList26
contrastAAA23
textContrastAA20
roleRedundant20
pageLanguage16
linkWindowSurpriseRisk14
hiddenContentRisk13
zIndexNotZero13
landmarkConfusion12
boxSizeAbsolute12
hoverSurprise12
headingStructure10
bannerNot110
bannerNotTop10
textAlternativeRisk8
colorMissing8
inconsistentStyles7
headingLevelSkip6
headingEmpty6
navConfusion6
navNoText6
contrastRisk6
asideConfusion6
repeatedContentRisk5
sectionHeadingless5
listChild4
linkNoText4
linkTextsSame4
errorReferenceBad4
linkPair4
leadingClipsText4
videoCaptionRisk4
h1Missing3
visibleLabelNotName3
roleBad3
skipRepeatedContent3
pseudoList3
horizontalScrolling3
headingOfNothing2
complementaryNoText2
mainNone2
noScriptRisk2
frameContentRisk1
titleRedundant1
visibleBulk1
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 focusIndication

WCAG: 2.4.7

Score: 376

Complaints by alfa

Rule r65

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

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R62

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

Count of instances: 94

Complaint specifics

Complaints by testaro

Rule focInd

Description: Focused element displays a nonstandard or no focus indicator

Count of instances: 21

Complaint specifics

Issue obsolete

WCAG: 4.1

Score: 84

Complaints by alfa

Rule r70

Description: Element is obsolete or deprecated

Count of instances: 1

Complaint specifics

Complaints by htmlcs

Rule AAA.1_3_1.H49.Center

Description: center element is obsolete

Count of instances: 1

Complaint specifics

Complaints by ibm

Rule element_attribute_deprecated

Description: Element or attribute is obsolete

Count of instances: 11

Complaint specifics

Complaints by nuVal

Rule The center element is obsolete. Use CSS instead.

Description: center element is obsolete

Count of instances: 12

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

Description: Attribute is obsolete on its element

Count of instances: 16

Complaint specifics

Complaints by qualWeb

Rule QW-BP10

Description: HTML element is used to control the visual presentation of content

Count of instances: 6

Complaint specifics

Issue linkIndication

WCAG: 1.3.3

Score: 68

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 34

Complaint specifics

Issue duplicateID

WCAG: 4.1.1

Score: 64

Complaints by alfa

Rule r3

Description: Element id attribute value is not unique

Count of instances: 6

Complaint specifics

Complaints by axe

Rule duplicate-id-aria

Description: id attribute used in ARIA or in a label has a value that is not unique

Count of instances: 1

Complaint specifics
Rule duplicate-id

Description: id attribute value is not unique

Count of instances: 1

Complaint specifics

Complaints by continuum

Rule 94

Description: Element contains an id attribute set to a value that is not unique in the DOM

Count of instances: 6

Complaint specifics

Complaints by htmlcs

Rule AAA.4_1_1.F77

Description: Duplicate id attribute value

Count of instances: 2

Complaint specifics

Complaints by ibm

Rule element_id_unique

Description: Element has an id attribute value that is already in use

Count of instances: 4

Complaint specifics

Complaints by nuVal

Rule ^Duplicate ID .+$|^The first occurrence of ID .* was here.*$

Description: Duplicate id

Count of instances: 16

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R18

Description: id attribute value is not unique

Count of instances: 6

Complaint specifics

Issue slashParseRisk

WCAG: 4.1

Score: 57

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

Complaint specifics

Issue noHeading

WCAG: 1.3.1

Score: 51

Complaints by qualWeb

Rule QW-BP1

Description: h1-h6 not used to identify headings

Count of instances: 17

Complaint specifics

Issue contentBeyondLandmarks

WCAG: 1.3.6

Score: 50

Complaints by alfa

Rule r57

Description: Perceivable text content is not included in any landmark

Count of instances: 5

Complaint specifics

Complaints by axe

Rule region

Description: Some page content is not contained by landmarks

Count of instances: 5

Complaint specifics

Complaints by ibm

Rule aria_content_in_landmark

Description: Content is not within a landmark element

Count of instances: 25

Complaint specifics

Issue attributeMissing

WCAG: 4.1.2

Score: 48

Complaints by nuVal

Rule ^Element .+ is missing one or more of the following attributes: .+$

Description: Element is missing a required attribute

Count of instances: 12

Complaint specifics

Issue linkForcesNewWindow

WCAG: 3.2.5

Score: 45

Complaints by tenon

Rule 218

Description: Link opens in a new window without user control

Count of instances: 15

Complaint specifics

Issue titleBad

WCAG: 1.3.1

Score: 44

Complaints by testaro

Rule titledEl

Description: title attribute belongs to an inappropriate element

Count of instances: 11

Complaint specifics

Issue ariaBadAttribute

WCAG: 4.1.2

Score: 40

Complaints by alfa

Rule r18

Description: ARIA state or property is not allowed for the element on which it is specified

Count of instances: 8

Complaint specifics

Complaints by axe

Rule aria-allowed-attr

Description: ARIA attribute is invalid for the role of its element

Count of instances: 6

Complaint specifics

Complaints by continuum

Rule 281

Description: Element has an aria-expanded attribute, which is not allowed

Count of instances: 10

Complaint specifics

Issue attributeBad

WCAG: 1.3.1

Score: 40

Complaints by ibm

Rule aria_attribute_valid

Description: ARIA attribute is invalid for the role of its element

Count of instances: 10

Complaint specifics

Complaints by nuVal

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

Description: Attribute not allowed on this element

Count of instances: 8

Complaint specifics

Issue focusableOperable

WCAG: 2.1.1

Score: 33

Complaints by testaro

Rule focOp

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

Count of instances: 11

Complaint specifics

Issue targetSize

WCAG: 2.5.5

Score: 30

Complaints by tenon

Rule 152

Description: Actionable element is smaller than the minimum required size

Count of instances: 10

Complaint specifics

Issue pseudoNavList

WCAG: 1.3.1

Score: 26

Complaints by htmlcs

Rule AAA.1_3_1.H48

Description: Navigation links are not coded as a list

Count of instances: 2

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

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 23

Complaints by alfa

Rule r66

Description: Text contrast less than AAA requires

Count of instances: 23

Complaint specifics

Complaints by axe

Rule color-contrast-enhanced

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 17

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G17.Fail

Description: Text has insufficient contrast

Count of instances: 19

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

Complaint specifics

Complaints by axe

Rule color-contrast

Description: Element has insufficient color contrast

Count of instances: 5

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

Complaint specifics

Complaints by wave

Rule contrast

Description: Very low contrast

Count of instances: 2

Complaint specifics

Issue roleRedundant

WCAG: 4.1.2

Score: 20

Complaints by ibm

Rule aria_role_redundant

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

Count of instances: 10

Complaint specifics

Complaints by nuVal

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

Description: explicit role is redundant for its element

Count of instances: 20

Complaint specifics

Complaints by testaro

Rule role

Description: Invalid, native-replacing, or redundant role

Count of instances: 12

Complaint specifics

Issue pageLanguage

WCAG: 3.1.1

Score: 16

Complaints by ibm

Rule html_lang_exists

Description: Page detected as HTML, but has no lang attribute

Count of instances: 4

Complaint specifics

Issue linkWindowSurpriseRisk

WCAG: 3.2.5

Score: 14

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

Complaint specifics

Issue hiddenContentRisk

WCAG: 4.1

Score: 13

Complaints by axe

Rule hidden-content

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

Count of instances: 13

Complaint specifics

Issue zIndexNotZero

WCAG: 1.4

Score: 13

Complaints by testaro

Rule zIndex

Description: Layering with nondefault z-index values

Count of instances: 13

Complaint specifics

Issue landmarkConfusion

WCAG: 1.3.6

Score: 12

Complaints by axe

Rule landmark-unique

Description: Landmark has a role and an accessible name that are identical to another

Count of instances: 2

Complaint specifics

Complaints by ibm

Rule aria_landmark_name_unique

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

Count of instances: 4

Complaint specifics

Issue boxSizeAbsolute

WCAG: 1.4.4

Score: 12

Complaints by qualWeb

Rule QW-BP15

Description: Element width is specified in an absolute value

Count of instances: 4

Complaint specifics

Issue hoverSurprise

WCAG: 1.4.13

Score: 12

Complaints by testaro

Rule hover

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

Count of instances: 6

Complaint specifics

Issue headingStructure

WCAG: 1.3.1

Score: 10

Complaints by htmlcs

Rule AAA.1_3_1_AAA.G141

Description: Heading level is incorrect

Count of instances: 5

Complaint specifics

Complaints by tenon

Rule 155

Description: Headings are not structured in a hierarchical manner

Count of instances: 1

Complaint specifics

Issue bannerNot1

WCAG: 1.3.6

Score: 10

Complaints by qualWeb

Rule QW-BP20

Description: Document has more than 1 banner landmark

Count of instances: 5

Complaint specifics

Issue bannerNotTop

WCAG: 1.3.6

Score: 10

Complaints by qualWeb

Rule QW-BP19

Description: banner landmark is not at the top level

Count of instances: 5

Complaint specifics

Issue textAlternativeRisk

WCAG: 1

Score: 8

Complaints by qualWeb

Rule QW-WCAG-T8

Description: Text alternative is not an alternative

Count of instances: 8

Complaint specifics

Issue colorMissing

WCAG: 1.4.3

Score: 8

Complaints by qualWeb

Rule QW-WCAG-T31

Description: Foreground or background color is specified but not both

Count of instances: 2

Complaint specifics

Issue inconsistentStyles

WCAG: 3.2.4

Score: 7

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

Count of instances: 7

Complaint specifics

Issue headingLevelSkip

WCAG: 1.3.1

Score: 6

Complaints by alfa

Rule r53

Description: Heading skips one or more levels

Count of instances: 3

Complaint specifics

Complaints by axe

Rule heading-order

Description: Heading levels do not increase by only one

Count of instances: 3

Complaint specifics

Complaints by wave

Rule heading_skipped

Description: Skipped heading level

Count of instances: 3

Complaint specifics

Issue headingEmpty

WCAG: 2.4.6

Score: 6

Complaints by alfa

Rule r64

Description: Heading has no non-empty accessible name

Count of instances: 1

Complaint specifics

Complaints by axe

Rule empty-heading

Description: Heading empty

Count of instances: 1

Complaint specifics

Complaints by htmlcs

Rule AAA.1_3_1.H42.2

Description: Heading empty

Count of instances: 1

Complaint specifics

Complaints by ibm

Rule heading_content_exists

Description: Heading element has no descriptive content

Count of instances: 1

Complaint specifics

Complaints by nuVal

Rule Empty heading.

Description: Empty heading

Count of instances: 2

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R35

Description: Heading has no accessible name

Count of instances: 1

Complaint specifics

Complaints by wave

Rule heading_empty

Description: Empty heading

Count of instances: 1

Complaint specifics

Issue navConfusion

WCAG: 1.3.6

Score: 6

Complaints by continuum

Rule 531

Description: nav element has an accessible name that is non-unique among the nav elements

Count of instances: 2

Complaint specifics

Complaints by ibm

Rule aria_navigation_label_unique

Description: Multiple elements with the navigation role do not have unique labels

Count of instances: 2

Complaint specifics

Issue navNoText

WCAG: 1.3.6

Score: 6

Complaints by continuum

Rule 533

Description: nav element is not the only nav element but has no accessible name

Count of instances: 2

Complaint specifics

Issue contrastRisk

WCAG: 1.4.3

Score: 6

Complaints by htmlcs

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

Complaint specifics
Rule AAA.1_4_6.G18.Abs

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

Count of instances: 2

Complaint specifics

Issue asideConfusion

WCAG: 1.3.6

Score: 6

Complaints by ibm

Rule aria_complementary_label_unique

Description: Multiple elements with a complementary role have no unique labels

Count of instances: 2

Complaint specifics

Issue repeatedContentRisk

WCAG: 2.4.1

Score: 5

Complaints by alfa

Rule r87

Description: First focusable element is not a link to the main content

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R73

Description: Block of repeated content is not collapsible

Count of instances: 1

Complaint specifics
Rule QW-ACT-R74

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

Count of instances: 1

Complaint specifics
Rule QW-WCAG-T23

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

Count of instances: 1

Complaint specifics
Rule QW-BP17

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

Count of instances: 2

Complaint specifics

Issue sectionHeadingless

WCAG: 1.3.1

Score: 5

Complaints by qualWeb

Rule QW-WCAG-T9

Description: Page is not organized using headings

Count of instances: 5

Complaint specifics

Issue listChild

WCAG: 1.3.1

Score: 4

Complaints by axe

Rule list

Description: List element ul or ol has a child element other than li, script, and template

Count of instances: 1

Complaint specifics

Complaints by continuum

Rule 246

Description: ul element does not contain only li, script, template, or listitem-role elements as direct child elements

Count of instances: 1

Complaint specifics

Issue linkNoText

WCAG: 2.4.4

Score: 4

Complaints by htmlcs

Rule AAA.4_1_2.H91.A.Empty

Description: a element has an id attribute but no href attribute or text

Count of instances: 1

Complaint specifics

Issue linkTextsSame

WCAG: 2.4.4

Score: 4

Complaints by qualWeb

Rule QW-ACT-R9

Description: Links with identical accessible names have different purposes

Count of instances: 2

Complaint specifics

Complaints by tenon

Rule 98

Description: Links have the same text but different destinations

Count of instances: 1

Complaint specifics

Issue errorReferenceBad

WCAG: 3.3.1

Score: 4

Complaints by qualWeb

Rule QW-ACT-R41

Description: Error message describes no invalid form field value

Count of instances: 1

Complaint specifics

Issue linkPair

WCAG: 2.4.4

Score: 4

Complaints by qualWeb

Rule QW-WCAG-T10

Description: Adjacent image and text links for the same resource are not combined

Count of instances: 1

Complaint specifics

Complaints by wave

Rule link_redundant

Description: Adjacent links go to the same URL

Count of instances: 2

Complaint specifics

Issue leadingClipsText

WCAG: 1.4.8

Score: 4

Complaints by tenon

Rule 144

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

Count of instances: 1

Complaint specifics

Issue videoCaptionRisk

WCAG: 1.2.2

Score: 4

Complaints by wave

Rule youtube_video

Description: YouTube video may have no or incorrect captions

Count of instances: 4

Complaint specifics

Issue h1Missing

WCAG: 1.3.1

Score: 3

Complaints by alfa

Rule r61

Description: First heading is not h1

Count of instances: 1

Complaint specifics

Issue visibleLabelNotName

WCAG: 2.5.3

Score: 3

Complaints by ibm

Rule label_name_visible

Description: Accessible name does not match or contain the visible label text

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R30

Description: Visible label is not part of the accessible name

Count of instances: 1

Complaint specifics

Issue roleBad

WCAG: 4.1.2

Score: 3

Complaints by ibm

Rule aria_role_valid

Description: ARIA role is not valid for its element

Count of instances: 1

Complaint specifics

Issue skipRepeatedContent

WCAG: 2.4.1

Score: 3

Complaints by qualWeb

Rule QW-ACT-R64

Description: Document has no heading for non-repeated content

Count of instances: 1

Complaint specifics

Issue pseudoList

WCAG: 1.3.1

Score: 3

Complaints by qualWeb

Rule QW-BP11

Description: br is used to make a list

Count of instances: 3

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 headingOfNothing

WCAG: 1.3.1

Score: 2

Complaints by alfa

Rule r78

Description: No content between two headings of the same level

Count of instances: 1

Complaint specifics

Issue complementaryNoText

WCAG: 1.3.6

Score: 2

Complaints by ibm

Rule aria_complementary_labelled

Description: Element with a complementary role has no label

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 noScriptRisk

WCAG: 4.1

Score: 2

Complaints by wave

Rule noscript

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

Count of instances: 2

Complaint specifics

Issue frameContentRisk

WCAG: 4.1

Score: 1

Complaints by axe

Rule frame-tested

Description: Some content is in an iframe and therefore may not be testable for accessibility

Count of instances: 4

Complaint specifics

Issue titleRedundant

WCAG: 1.3.1

Score: 1

Complaints by tenon

Rule 79

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

Count of instances: 1

Complaint specifics

Issue visibleBulk

WCAG: 2.4

Score: 1

Complaints by testaro

Rule bulk

Description: Page contains many visible elements

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

Complaint specifics

Complete report

{
  "id": "18ixx-ts27-caAD6-a",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687101708825,
      "endTime": 1687101709365
    },
    {
      "type": "url",
      "which": "https://a06.asmdc.org/",
      "what": "Member Kevin McCarty (D)",
      "startTime": 1687101709365,
      "result": {
        "url": "https://a06.asmdc.org/"
      },
      "endTime": 1687101710431
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687101710431,
      "url": "https://a06.asmdc.org/",
      "endTime": 1687101712296
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687101712297,
      "url": "https://a06.asmdc.org/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                710812,
                710812,
                710812,
                710812,
                710812
              ],
              "localRatios": [
                1,
                1,
                1,
                1
              ],
              "meanLocalRatio": 1,
              "maxLocalRatio": 1,
              "globalRatio": 1,
              "pixelChanges": [
                0,
                0,
                0,
                0
              ],
              "meanPixelChange": 0,
              "maxPixelChange": 0,
              "changeFrequency": 0
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          0
        ],
        "instances": []
      },
      "endTime": 1687101725829
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687101725829,
      "endTime": 1687101726396
    },
    {
      "type": "url",
      "which": "https://a06.asmdc.org/",
      "what": "Member Kevin McCarty (D)",
      "startTime": 1687101726396,
      "result": {
        "url": "https://a06.asmdc.org/"
      },
      "endTime": 1687101727211
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687101727211,
      "url": "https://a06.asmdc.org/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 44,
          "warnings": 12
        },
        "items": [
          {
            "index": 70,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-expanded",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/@aria-expanded",
              "codeLines": [
                "aria-expanded=\"true\""
              ]
            }
          },
          {
            "index": 71,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-haspopup",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/@aria-haspopup",
              "codeLines": [
                "aria-haspopup=\"true\""
              ]
            }
          },
          {
            "index": 72,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-expanded",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/@aria-expanded",
              "codeLines": [
                "aria-expanded=\"true\""
              ]
            }
          },
          {
            "index": 73,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-haspopup",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/@aria-haspopup",
              "codeLines": [
                "aria-haspopup=\"true\""
              ]
            }
          },
          {
            "index": 74,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-expanded",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/@aria-expanded",
              "codeLines": [
                "aria-expanded=\"true\""
              ]
            }
          },
          {
            "index": 75,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-haspopup",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/@aria-haspopup",
              "codeLines": [
                "aria-haspopup=\"true\""
              ]
            }
          },
          {
            "index": 76,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-expanded",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/@aria-expanded",
              "codeLines": [
                "aria-expanded=\"true\""
              ]
            }
          },
          {
            "index": 77,
            "verdict": "failed",
            "rule": {
              "ruleID": "r18",
              "ruleSummary": "aria-* states and properties are allowed",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r18",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5",
                  "name": "ARIA5",
                  "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface"
                }
              ]
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-haspopup",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/@aria-haspopup",
              "codeLines": [
                "aria-haspopup=\"true\""
              ]
            }
          },
          {
            "index": 194,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "nav",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]",
              "codeLines": [
                "<nav role=\"navigation\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" id=\"block-mccarty-theme-main-menu\" class=\"block block-menu navigation menu--main\">",
                "  <h2 class=\"visually-hidden\" id=\"block-mccarty-theme-main-menu-menu\">",
                "    Main navigation",
                "  </h2>",
                "  <ul id=\"block-mccarty-theme-main-menu\" class=\"clearfix nav navbar-nav\">",
                "    <li class=\"nav-item menu-item--expanded dropdown\">",
                "      <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">",
                "        About",
                "      </span>",
                "      <ul class=\"dropdown-menu\">",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/biography-1\" data-drupal-link-system-path=\"node/36\">",
                "            Biography",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"https://a06.asmdc.org/assemblymember-kevin-mccarty\">",
                "            Assemblymember Kevin McCarty High Res Photo",
                "          </a>",
                "        </li>",
                "      </ul>",
                "    </li>",
                "    <li class=\"nav-item menu-item--expanded dropdown\">",
                "      <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">",
                "        District",
                "      </span>",
                "      <ul class=\"dropdown-menu\">",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/district-map\" data-drupal-link-system-path=\"node/1587\">",
                "            District Map",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/how-i-can-help-you\" data-drupal-link-system-path=\"node/1527\">",
                "            Constituent Services",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/sb1-transportation-projects-assembly-district-7\" data-drupal-link-system-path=\"node/1358\">",
                "            SB1 Transportation Projects in Assembly District 7",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/events\" data-drupal-link-system-path=\"events\">",
                "            Upcoming Events",
                "          </a>",
                "        </li>",
                "      </ul>",
                "    </li>",
                "    <li class=\"nav-item menu-item--expanded dropdown\">",
                "      <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">",
                "        Legislation",
                "      </span>",
                "      <ul class=\"dropdown-menu\">",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/committees\" data-drupal-link-system-path=\"node/923\">",
                "            Committees",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/2023-2024-legislative-priorities\" data-drupal-link-system-path=\"node/1754\">",
                "            2023-2024 Legislative Priorities",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/2021-2022-legislative-priorities\" data-drupal-link-system-path=\"node/1611\">",
                "            2021-2022 Legislative Priorities",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/2019-2020-legislative-priorities\" data-drupal-link-system-path=\"node/1434\">",
                "            2019-2020 Legislative Priorities",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/2017-2018-legislative-priorities\" data-drupal-link-system-path=\"node/924\">",
                "            2017-2018 Legislative Priorities",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/2015-2016-legislative-priorities\" data-drupal-link-system-path=\"node/1594\">",
                "            2015-2016 Legislative Priorities",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/universal-transitional-kindergarten\" data-drupal-link-system-path=\"node/1589\">",
                "            Universal Transitional Kindergarten",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/deadly-force-accountability-act-ab-1506-fact-sheet-2020\" data-drupal-link-system-path=\"node/1562\">",
                "            Deadly Force Accountability Act (AB 1506) Fact Sheet 2020",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/racial-justice-police-reform-bills\" data-drupal-link-system-path=\"node/1569\">",
                "            Racial Justice and Police Reform Bills",
                "          </a>",
                "        </li>",
                "      </ul>",
                "    </li>",
                "    <li class=\"nav-item menu-item--expanded dropdown\">",
                "      <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">",
                "        News Room",
                "      </span>",
                "      <ul class=\"dropdown-menu\">",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/news\" data-drupal-link-system-path=\"news\">",
                "            News Articles",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/photo\" data-drupal-link-system-path=\"photo\">",
                "            Photo Album",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/press-releases\" data-drupal-link-system-path=\"press-releases\">",
                "            Press Releases",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/videos\" data-drupal-link-system-path=\"videos\">",
                "            Video Gallery",
                "          </a>",
                "        </li>",
                "      </ul>",
                "    </li>",
                "    <li class=\"nav-item menu-item--expanded dropdown\">",
                "      <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">",
                "        Contact",
                "      </span>",
                "      <ul class=\"dropdown-menu\">",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/contact-1\" data-drupal-link-system-path=\"node/1609\">",
                "            Contact Information",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"https://a06.asmdc.org/contact-0\">",
                "            Contact Kevin",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"https://scheduling.assembly.ca.gov/a06\">",
                "            Meeting or Event Request",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/sign-updates-0\" data-drupal-link-system-path=\"node/1524\">",
                "            Sign Up for Updates",
                "          </a>",
                "        </li>",
                "      </ul>",
                "    </li>",
                "    <li class=\"nav-item menu-item--expanded dropdown last\">",
                "      <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">",
                "        COVID-19 Updates",
                "      </span>",
                "      <ul class=\"dropdown-menu\">",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/covid-19-updates\" data-drupal-link-system-path=\"node/1542\">",
                "            COVID-19 Updates",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/covid-19-edd-assistance-information\" data-drupal-link-system-path=\"node/1566\">",
                "            COVID-19 EDD Assistance Information",
                "          </a>",
                "        </li>",
                "        <li class=\"dropdown-item\">",
                "          <a href=\"/covid-19-vaccines\" data-drupal-link-system-path=\"node/1603\">",
                "            COVID-19 Vaccines",
                "          </a>",
                "        </li>",
                "      </ul>",
                "    </li>",
                "  </ul>",
                "</nav>"
              ]
            }
          },
          {
            "index": 196,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "ul",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]",
              "codeLines": [
                "<ul id=\"block-mccarty-theme-main-menu\" class=\"clearfix nav navbar-nav\">",
                "  <li class=\"nav-item menu-item--expanded dropdown\">",
                "    <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">",
                "      About",
                "    </span>",
                "    <ul class=\"dropdown-menu\">",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/biography-1\" data-drupal-link-system-path=\"node/36\">",
                "          Biography",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"https://a06.asmdc.org/assemblymember-kevin-mccarty\">",
                "          Assemblymember Kevin McCarty High Res Photo",
                "        </a>",
                "      </li>",
                "    </ul>",
                "  </li>",
                "  <li class=\"nav-item menu-item--expanded dropdown\">",
                "    <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">",
                "      District",
                "    </span>",
                "    <ul class=\"dropdown-menu\">",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/district-map\" data-drupal-link-system-path=\"node/1587\">",
                "          District Map",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/how-i-can-help-you\" data-drupal-link-system-path=\"node/1527\">",
                "          Constituent Services",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/sb1-transportation-projects-assembly-district-7\" data-drupal-link-system-path=\"node/1358\">",
                "          SB1 Transportation Projects in Assembly District 7",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/events\" data-drupal-link-system-path=\"events\">",
                "          Upcoming Events",
                "        </a>",
                "      </li>",
                "    </ul>",
                "  </li>",
                "  <li class=\"nav-item menu-item--expanded dropdown\">",
                "    <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">",
                "      Legislation",
                "    </span>",
                "    <ul class=\"dropdown-menu\">",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/committees\" data-drupal-link-system-path=\"node/923\">",
                "          Committees",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/2023-2024-legislative-priorities\" data-drupal-link-system-path=\"node/1754\">",
                "          2023-2024 Legislative Priorities",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/2021-2022-legislative-priorities\" data-drupal-link-system-path=\"node/1611\">",
                "          2021-2022 Legislative Priorities",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/2019-2020-legislative-priorities\" data-drupal-link-system-path=\"node/1434\">",
                "          2019-2020 Legislative Priorities",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/2017-2018-legislative-priorities\" data-drupal-link-system-path=\"node/924\">",
                "          2017-2018 Legislative Priorities",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/2015-2016-legislative-priorities\" data-drupal-link-system-path=\"node/1594\">",
                "          2015-2016 Legislative Priorities",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/universal-transitional-kindergarten\" data-drupal-link-system-path=\"node/1589\">",
                "          Universal Transitional Kindergarten",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/deadly-force-accountability-act-ab-1506-fact-sheet-2020\" data-drupal-link-system-path=\"node/1562\">",
                "          Deadly Force Accountability Act (AB 1506) Fact Sheet 2020",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/racial-justice-police-reform-bills\" data-drupal-link-system-path=\"node/1569\">",
                "          Racial Justice and Police Reform Bills",
                "        </a>",
                "      </li>",
                "    </ul>",
                "  </li>",
                "  <li class=\"nav-item menu-item--expanded dropdown\">",
                "    <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">",
                "      News Room",
                "    </span>",
                "    <ul class=\"dropdown-menu\">",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/news\" data-drupal-link-system-path=\"news\">",
                "          News Articles",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/photo\" data-drupal-link-system-path=\"photo\">",
                "          Photo Album",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/press-releases\" data-drupal-link-system-path=\"press-releases\">",
                "          Press Releases",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/videos\" data-drupal-link-system-path=\"videos\">",
                "          Video Gallery",
                "        </a>",
                "      </li>",
                "    </ul>",
                "  </li>",
                "  <li class=\"nav-item menu-item--expanded dropdown\">",
                "    <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">",
                "      Contact",
                "    </span>",
                "    <ul class=\"dropdown-menu\">",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/contact-1\" data-drupal-link-system-path=\"node/1609\">",
                "          Contact Information",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"https://a06.asmdc.org/contact-0\">",
                "          Contact Kevin",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"https://scheduling.assembly.ca.gov/a06\">",
                "          Meeting or Event Request",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/sign-updates-0\" data-drupal-link-system-path=\"node/1524\">",
                "          Sign Up for Updates",
                "        </a>",
                "      </li>",
                "    </ul>",
                "  </li>",
                "  <li class=\"nav-item menu-item--expanded dropdown last\">",
                "    <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">",
                "      COVID-19 Updates",
                "    </span>",
                "    <ul class=\"dropdown-menu\">",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/covid-19-updates\" data-drupal-link-system-path=\"node/1542\">",
                "          COVID-19 Updates",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/covid-19-edd-assistance-information\" data-drupal-link-system-path=\"node/1566\">",
                "          COVID-19 EDD Assistance Information",
                "        </a>",
                "      </li>",
                "      <li class=\"dropdown-item\">",
                "        <a href=\"/covid-19-vaccines\" data-drupal-link-system-path=\"node/1603\">",
                "          COVID-19 Vaccines",
                "        </a>",
                "      </li>",
                "    </ul>",
                "  </li>",
                "</ul>"
              ]
            }
          },
          {
            "index": 199,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]",
              "codeLines": [
                "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">",
                "  <img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\">",
                "  <br>",
                "  Resources",
                "</h3>"
              ]
            }
          },
          {
            "index": 200,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]",
              "codeLines": [
                "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">",
                "  <a href=\"/constituent-services-0\">",
                "    <img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\">",
                "    <br>",
                "    Contact",
                "  </a>",
                "</h3>"
              ]
            }
          },
          {
            "index": 201,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]",
              "codeLines": [
                "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">",
                "  <img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\">",
                "  <br>",
                "  News Room",
                "</h3>"
              ]
            }
          },
          {
            "index": 202,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]",
              "codeLines": [
                "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">",
                "  <img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_leg_50.png\">",
                "  <br>",
                "  Legislation",
                "</h3>"
              ]
            }
          },
          {
            "index": 258,
            "verdict": "failed",
            "rule": {
              "ruleID": "r53",
              "ruleSummary": "Headings are structured",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r53",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]",
              "codeLines": [
                "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">",
                "  <img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\">",
                "  <br>",
                "  Resources",
                "</h3>"
              ]
            }
          },
          {
            "index": 268,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/h4[1]",
              "codeLines": [
                "<h4 id=\"pagination-heading\" class=\"visually-hidden\">",
                "  Pagination",
                "</h4>"
              ]
            }
          },
          {
            "index": 270,
            "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[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/h4[1]",
              "codeLines": [
                "<h4>",
                "  <strong>",
                "    Connect with us:",
                "  </strong>",
                "</h4>"
              ]
            }
          },
          {
            "index": 295,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "How Can I Help You?"
              ]
            }
          },
          {
            "index": 296,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Resources"
              ]
            }
          },
          {
            "index": 297,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/a[1]/text()[1]",
              "codeLines": [
                "Contact"
              ]
            }
          },
          {
            "index": 298,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "News Room"
              ]
            }
          },
          {
            "index": 299,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Legislation"
              ]
            }
          },
          {
            "index": 363,
            "verdict": "failed",
            "rule": {
              "ruleID": "r61",
              "ruleSummary": "Documents start with a level 1 heading",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r61",
              "requirements": []
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          },
          {
            "index": 372,
            "verdict": "failed",
            "rule": {
              "ruleID": "r64",
              "ruleSummary": "Heading has non-empty accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r64",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#info-and-relationships",
                  "chapter": "1.3.1",
                  "title": "Info and Relationships"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H42",
                  "name": "H42",
                  "title": "Using h1-h6 to identify headings"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "h1",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/h1[1]",
              "codeLines": [
                "<h1 class=\"title\"></h1>"
              ]
            }
          },
          {
            "index": 383,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/a[1]",
              "codeLines": [
                "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\">",
                "  Skip to main content",
                "</a>"
              ]
            }
          },
          {
            "index": 428,
            "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[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/center[1]/a[2]/text()[1]",
              "codeLines": [
                "Submit EDD Assistance Request"
              ]
            }
          },
          {
            "index": 429,
            "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[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "How Can I Help You?"
              ]
            }
          },
          {
            "index": 430,
            "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[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Resources"
              ]
            }
          },
          {
            "index": 431,
            "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[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/a[1]/text()[1]",
              "codeLines": [
                "Contact"
              ]
            }
          },
          {
            "index": 432,
            "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[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "News Room"
              ]
            }
          },
          {
            "index": 433,
            "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[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Legislation"
              ]
            }
          },
          {
            "index": 435,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/time[1]/text()[1]",
              "codeLines": [
                "Wednesday, April 19, 2023"
              ]
            }
          },
          {
            "index": 437,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[1]/time[1]/text()[1]",
              "codeLines": [
                "Thursday, March 23, 2023"
              ]
            }
          },
          {
            "index": 439,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/div[1]/div[1]/time[1]/text()[1]",
              "codeLines": [
                "Thursday, March 16, 2023"
              ]
            }
          },
          {
            "index": 441,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]/div[1]/div[1]/time[1]/text()[1]",
              "codeLines": [
                "Thursday, March 16, 2023"
              ]
            }
          },
          {
            "index": 443,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]/div[1]/div[1]/time[1]/text()[1]",
              "codeLines": [
                "Friday, February 17, 2023"
              ]
            }
          },
          {
            "index": 445,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/span[1]/text()[1]",
              "codeLines": [
                "1"
              ]
            }
          },
          {
            "index": 446,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]",
              "codeLines": [
                "2"
              ]
            }
          },
          {
            "index": 447,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]",
              "codeLines": [
                "3"
              ]
            }
          },
          {
            "index": 448,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/text()[1]",
              "codeLines": [
                "4"
              ]
            }
          },
          {
            "index": 449,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]",
              "codeLines": [
                "5"
              ]
            }
          },
          {
            "index": 450,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/text()[1]",
              "codeLines": [
                "6"
              ]
            }
          },
          {
            "index": 451,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]/text()[1]",
              "codeLines": [
                "7"
              ]
            }
          },
          {
            "index": 452,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]/text()[1]",
              "codeLines": [
                "8"
              ]
            }
          },
          {
            "index": 453,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[9]/a[1]/text()[1]",
              "codeLines": [
                "9"
              ]
            }
          },
          {
            "index": 454,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[10]/span[1]/text()[1]",
              "codeLines": [
                "…"
              ]
            }
          },
          {
            "index": 455,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[11]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Next ›"
              ]
            }
          },
          {
            "index": 456,
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[12]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Last »"
              ]
            }
          },
          {
            "index": 505,
            "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[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "How Can I Help You?"
              ]
            }
          },
          {
            "index": 506,
            "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[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Resources"
              ]
            }
          },
          {
            "index": 507,
            "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[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/a[1]/text()[1]",
              "codeLines": [
                "Contact"
              ]
            }
          },
          {
            "index": 508,
            "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[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "News Room"
              ]
            }
          },
          {
            "index": 509,
            "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[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Legislation"
              ]
            }
          },
          {
            "index": 569,
            "verdict": "failed",
            "rule": {
              "ruleID": "r70",
              "ruleSummary": "No obsolete or deprecated elements are used",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r70",
              "requirements": []
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          },
          {
            "index": 627,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]",
              "codeLines": [
                "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">",
                "  <img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\">",
                "  <br>",
                "  News Room",
                "</h3>"
              ]
            }
          },
          {
            "index": 648,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r87",
              "ruleSummary": "First focusable element is link to main content",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r87",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "name": "G1",
                  "title": "Adding a link at the top of each page that goes directly to the main content area"
                }
              ]
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          12,
          0,
          0,
          44
        ],
        "instances": [
          {
            "ruleID": "r18",
            "what": "aria-* states and properties are allowed",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/@aria-expanded"
            },
            "excerpt": "aria-expanded=\"true\""
          },
          {
            "ruleID": "r18",
            "what": "aria-* states and properties are allowed",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/@aria-haspopup"
            },
            "excerpt": "aria-haspopup=\"true\""
          },
          {
            "ruleID": "r18",
            "what": "aria-* states and properties are allowed",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/@aria-expanded"
            },
            "excerpt": "aria-expanded=\"true\""
          },
          {
            "ruleID": "r18",
            "what": "aria-* states and properties are allowed",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/@aria-haspopup"
            },
            "excerpt": "aria-haspopup=\"true\""
          },
          {
            "ruleID": "r18",
            "what": "aria-* states and properties are allowed",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/@aria-expanded"
            },
            "excerpt": "aria-expanded=\"true\""
          },
          {
            "ruleID": "r18",
            "what": "aria-* states and properties are allowed",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/@aria-haspopup"
            },
            "excerpt": "aria-haspopup=\"true\""
          },
          {
            "ruleID": "r18",
            "what": "aria-* states and properties are allowed",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/@aria-expanded"
            },
            "excerpt": "aria-expanded=\"true\""
          },
          {
            "ruleID": "r18",
            "what": "aria-* states and properties are allowed",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/@aria-haspopup"
            },
            "excerpt": "aria-haspopup=\"true\""
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]"
            },
            "excerpt": "<nav role=\"navigation\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" id=\"block-mccarty-theme-main-menu\" class=\"block block-menu navigation menu--main\"> <h2 class=\"visually-hidden\" id=\"block-mcc ... > COVID-19 EDD Assistance Information </a> </li> <li class=\"dropdown-item\"> <a href=\"/covid-19-vaccines\" data-drupal-link-system-path=\"node/1603\"> COVID-19 Vaccines </a> </li> </ul> </li> </ul> </nav>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]"
            },
            "excerpt": "<ul id=\"block-mccarty-theme-main-menu\" class=\"clearfix nav navbar-nav\"> <li class=\"nav-item menu-item--expanded dropdown\"> <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\" ... e/1566\"> COVID-19 EDD Assistance Information </a> </li> <li class=\"dropdown-item\"> <a href=\"/covid-19-vaccines\" data-drupal-link-system-path=\"node/1603\"> COVID-19 Vaccines </a> </li> </ul> </li> </ul>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> <img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"> <br> Resources </h3>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> <a href=\"/constituent-services-0\"> <img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\"> <br> Contact </a> </h3>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> <img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\"> <br> News Room </h3>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> <img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_leg_50.png\"> <br> Legislation </h3>"
          },
          {
            "ruleID": "r53",
            "what": "Headings are structured",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> <img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"> <br> Resources </h3>"
          },
          {
            "ruleID": "r53",
            "what": "Headings are structured",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "pagination-heading",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/h4[1]"
            },
            "excerpt": "<h4 id=\"pagination-heading\" class=\"visually-hidden\"> Pagination </h4>"
          },
          {
            "ruleID": "r53",
            "what": "Headings are structured",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/h4[1]"
            },
            "excerpt": "<h4> <strong> Connect with us: </strong> </h4>"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]"
            },
            "excerpt": "How Can I Help You?"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]"
            },
            "excerpt": "Resources"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/a[1]/text()[1]"
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/text()[1]"
            },
            "excerpt": "News Room"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/text()[1]"
            },
            "excerpt": "Legislation"
          },
          {
            "ruleID": "r61",
            "what": "Documents start with a level 1 heading",
            "ordinalSeverity": 3,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/"
            },
            "excerpt": "#document <!doctype html> ... </html>"
          },
          {
            "ruleID": "r64",
            "what": "Heading has non-empty accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/h1[1]"
            },
            "excerpt": "<h1 class=\"title\"></h1>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/a[1]"
            },
            "excerpt": "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </a>"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/center[1]/a[2]/text()[1]"
            },
            "excerpt": "Submit EDD Assistance Request"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]"
            },
            "excerpt": "How Can I Help You?"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]"
            },
            "excerpt": "Resources"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/a[1]/text()[1]"
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/text()[1]"
            },
            "excerpt": "News Room"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/text()[1]"
            },
            "excerpt": "Legislation"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/time[1]/text()[1]"
            },
            "excerpt": "Wednesday, April 19, 2023"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[1]/time[1]/text()[1]"
            },
            "excerpt": "Thursday, March 23, 2023"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/div[1]/div[1]/time[1]/text()[1]"
            },
            "excerpt": "Thursday, March 16, 2023"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]/div[1]/div[1]/time[1]/text()[1]"
            },
            "excerpt": "Thursday, March 16, 2023"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]/div[1]/div[1]/time[1]/text()[1]"
            },
            "excerpt": "Friday, February 17, 2023"
          },
          {
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/span[1]/text()[1]"
            },
            "excerpt": "1"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]"
            },
            "excerpt": "2"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]"
            },
            "excerpt": "3"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/text()[1]"
            },
            "excerpt": "4"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]"
            },
            "excerpt": "5"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/text()[1]"
            },
            "excerpt": "6"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]/text()[1]"
            },
            "excerpt": "7"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]/text()[1]"
            },
            "excerpt": "8"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[9]/a[1]/text()[1]"
            },
            "excerpt": "9"
          },
          {
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[10]/span[1]/text()[1]"
            },
            "excerpt": "…"
          },
          {
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[11]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Next ›"
          },
          {
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[12]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Last »"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]"
            },
            "excerpt": "How Can I Help You?"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]"
            },
            "excerpt": "Resources"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/a[1]/text()[1]"
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/text()[1]"
            },
            "excerpt": "News Room"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/text()[1]"
            },
            "excerpt": "Legislation"
          },
          {
            "ruleID": "r70",
            "what": "No obsolete or deprecated elements are used",
            "ordinalSeverity": 3,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/"
            },
            "excerpt": "#document <!doctype html> ... </html>"
          },
          {
            "ruleID": "r78",
            "what": "Headings of same level have text content between them",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> <img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\"> <br> News Room </h3>"
          },
          {
            "ruleID": "r87",
            "what": "First focusable element is link to main content",
            "ordinalSeverity": 0,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/"
            },
            "excerpt": "#document <!doctype html> ... </html>"
          }
        ]
      },
      "endTime": 1687101731643
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687101731643,
      "url": "https://a06.asmdc.org/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 45,
          "rulesPassed": 52,
          "rulesWarned": 4,
          "rulesViolated": 9,
          "warnings": {
            "minor": 13,
            "moderate": 0,
            "serious": 14,
            "critical": 4
          },
          "violations": {
            "minor": 2,
            "moderate": 10,
            "serious": 9,
            "critical": 7
          }
        },
        "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-18T15:22:12.286Z",
          "url": "https://a06.asmdc.org/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "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": "#ffffff",
                        "bgColor": "#2858af",
                        "contrastRatio": 6.76,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span class=\"page-link\">1</span>",
                          "target": [
                            ".active > .page-link"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"page-link\">1</span>",
                  "target": [
                    ".active > .page-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2858af",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.76,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"?page=1\" title=\"\" class=\"page-link\">2</a>",
                          "target": [
                            ".page-link[href=\"?page=1\"][title=\"\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"?page=1\" title=\"\" class=\"page-link\">2</a>",
                  "target": [
                    ".page-link[href=\"?page=1\"][title=\"\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2858af",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.76,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"?page=2\" title=\"\" class=\"page-link\">3</a>",
                          "target": [
                            "a[href=\"?page=2\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"?page=2\" title=\"\" class=\"page-link\">3</a>",
                  "target": [
                    "a[href=\"?page=2\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2858af",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.76,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"?page=3\" title=\"\" class=\"page-link\">4</a>",
                          "target": [
                            "a[href=\"?page=3\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"?page=3\" title=\"\" class=\"page-link\">4</a>",
                  "target": [
                    "a[href=\"?page=3\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2858af",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.76,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"?page=4\" title=\"\" class=\"page-link\">5</a>",
                          "target": [
                            "a[href=\"?page=4\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"?page=4\" title=\"\" class=\"page-link\">5</a>",
                  "target": [
                    "a[href=\"?page=4\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2858af",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.76,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"?page=5\" title=\"\" class=\"page-link\">6</a>",
                          "target": [
                            "a[href=\"?page=5\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"?page=5\" title=\"\" class=\"page-link\">6</a>",
                  "target": [
                    "a[href=\"?page=5\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2858af",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.76,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"?page=6\" title=\"\" class=\"page-link\">7</a>",
                          "target": [
                            "a[href=\"?page=6\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"?page=6\" title=\"\" class=\"page-link\">7</a>",
                  "target": [
                    "a[href=\"?page=6\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2858af",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.76,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"?page=7\" title=\"\" class=\"page-link\">8</a>",
                          "target": [
                            "a[href=\"?page=7\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"?page=7\" title=\"\" class=\"page-link\">8</a>",
                  "target": [
                    "a[href=\"?page=7\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2858af",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.76,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"?page=8\" title=\"\" class=\"page-link\">9</a>",
                          "target": [
                            "a[href=\"?page=8\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"?page=8\" title=\"\" class=\"page-link\">9</a>",
                  "target": [
                    "a[href=\"?page=8\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                }
              ]
            },
            {
              "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": "30.0pt (40px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"services-container\">",
                          "target": [
                            ".services-container"
                          ]
                        },
                        {
                          "html": "<div class=\"highlighted\">",
                          "target": [
                            ".highlighted"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h1>How Can I Help You?</h1>",
                  "target": [
                    ".text-formatted.field--name-body.field--type-text-with-summary > h1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"services-container\">",
                          "target": [
                            ".services-container"
                          ]
                        },
                        {
                          "html": "<div class=\"highlighted\">",
                          "target": [
                            ".highlighted"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br>\nResources</h3>",
                  "target": [
                    ".col-sm-offset-2 > .dropdown > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"services-container\">",
                          "target": [
                            ".services-container"
                          ]
                        },
                        {
                          "html": "<div class=\"highlighted\">",
                          "target": [
                            ".highlighted"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/constituent-services-0\"><img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\"><br>\nContact</a>",
                  "target": [
                    "h3 > a[href$=\"constituent-services-0\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"services-container\">",
                          "target": [
                            ".services-container"
                          ]
                        },
                        {
                          "html": "<div class=\"highlighted\">",
                          "target": [
                            ".highlighted"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\"><br>\nNews Room</h3>",
                  "target": [
                    ".col-sm-2.services-links:nth-child(3) > .dropdown > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"services-container\">",
                          "target": [
                            ".services-container"
                          ]
                        },
                        {
                          "html": "<div class=\"highlighted\">",
                          "target": [
                            ".highlighted"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_leg_50.png\"><br>\nLegislation</h3>",
                  "target": [
                    ".col-sm-2.services-links:nth-child(4) > .dropdown > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                }
              ]
            },
            {
              "id": "frame-tested",
              "impact": "critical",
              "tags": [
                "cat.structure",
                "review-item",
                "best-practice"
              ],
              "description": "Ensures <iframe> and <frame> elements contain the axe-core script",
              "help": "Frames should be tested with axe-core",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-tested?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "frame-tested",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "The iframe still has to be tested with axe-core"
                    }
                  ],
                  "none": [],
                  "impact": "critical",
                  "html": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp;max_height=0&amp;hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"150\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\">",
                  "target": [
                    "iframe[height=\"150\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  The iframe still has to be tested with axe-core"
                },
                {
                  "any": [],
                  "all": [
                    {
                      "id": "frame-tested",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "The iframe still has to be tested with axe-core"
                    }
                  ],
                  "none": [],
                  "impact": "critical",
                  "html": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp;max_height=0&amp;hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\">",
                  "target": [
                    ".views-row:nth-child(2) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe[height=\"113\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  The iframe still has to be tested with axe-core"
                },
                {
                  "any": [],
                  "all": [
                    {
                      "id": "frame-tested",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "The iframe still has to be tested with axe-core"
                    }
                  ],
                  "none": [],
                  "impact": "critical",
                  "html": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp;max_height=0&amp;hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember McCarty: Tiny Home Plan is &quot;Spot On&quot; Way to Reduce Homelessness\">",
                  "target": [
                    ".views-row:nth-child(3) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe[height=\"113\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  The iframe still has to be tested with axe-core"
                },
                {
                  "any": [],
                  "all": [
                    {
                      "id": "frame-tested",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "The iframe still has to be tested with axe-core"
                    }
                  ],
                  "none": [],
                  "impact": "critical",
                  "html": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp;max_height=0&amp;hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\">",
                  "target": [
                    ".views-row:nth-child(4) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe[height=\"113\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  The iframe still has to be tested with axe-core"
                }
              ]
            },
            {
              "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=\"site-settings section section-standout collapse collapsed\" id=\"siteSettings\" role=\"alert\">",
                  "target": [
                    "#siteSettings"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">Menu</button>",
                  "target": [
                    ".navbar-toggler"
                  ],
                  "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=\"dropdown-menu\">",
                  "target": [
                    ".nav-item.menu-item--expanded.dropdown:nth-child(1) > .dropdown-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"dropdown-menu\">",
                  "target": [
                    ".nav-item.menu-item--expanded.dropdown:nth-child(2) > .dropdown-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"dropdown-menu\">",
                  "target": [
                    ".nav-item.menu-item--expanded.dropdown:nth-child(3) > .dropdown-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"dropdown-menu\">",
                  "target": [
                    ".nav-item.menu-item--expanded.dropdown:nth-child(4) > .dropdown-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"dropdown-menu\">",
                  "target": [
                    ".nav-item.menu-item--expanded.dropdown:nth-child(5) > .dropdown-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"dropdown-menu\">",
                  "target": [
                    ".last > .dropdown-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"eureka-member-photo\" style=\"background-image: url('https://a06.asmdc.org/sites/a06.asmdc.org/files/McCarty_member_photo.png')\">",
                  "target": [
                    ".eureka-member-photo"
                  ],
                  "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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">",
                  "target": [
                    ".col-sm-offset-2 > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]"
                  ],
                  "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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">",
                  "target": [
                    ".col-sm-2.services-links:nth-child(2) > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]"
                  ],
                  "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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">\n\t<li><a href=\"/news\">Latest News</a></li>\n\t<li><a href=\"/photo\">Photo Gallery</a></li>\n\t<li><a href=\"/press-releases\">Press Releases</a></li>\n\t<li><a href=\"/videos\">Video Gallery</a></li>\n</ul>",
                  "target": [
                    ".col-sm-2.services-links:nth-child(3) > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]"
                  ],
                  "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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">",
                  "target": [
                    ".col-sm-2.services-links:nth-child(4) > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]"
                  ],
                  "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": "aria-allowed-attr",
              "impact": "critical",
              "tags": [
                "cat.aria",
                "wcag2a",
                "wcag412"
              ],
              "description": "Ensures ARIA attributes are allowed for an element's role",
              "help": "Elements must only use allowed ARIA attributes",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/aria-allowed-attr?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "aria-allowed-attr",
                      "data": [
                        "aria-expanded=\"false\""
                      ],
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute is not allowed: aria-expanded=\"false\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About</span>",
                  "target": [
                    ".nav-item.menu-item--expanded.dropdown:nth-child(1) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\""
                },
                {
                  "any": [
                    {
                      "id": "aria-allowed-attr",
                      "data": [
                        "aria-expanded=\"false\""
                      ],
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute is not allowed: aria-expanded=\"false\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">District</span>",
                  "target": [
                    ".nav-item.menu-item--expanded.dropdown:nth-child(2) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\""
                },
                {
                  "any": [
                    {
                      "id": "aria-allowed-attr",
                      "data": [
                        "aria-expanded=\"false\""
                      ],
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute is not allowed: aria-expanded=\"false\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Legislation</span>",
                  "target": [
                    ".nav-item.menu-item--expanded.dropdown:nth-child(3) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\""
                },
                {
                  "any": [
                    {
                      "id": "aria-allowed-attr",
                      "data": [
                        "aria-expanded=\"false\""
                      ],
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute is not allowed: aria-expanded=\"false\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">News Room</span>",
                  "target": [
                    ".nav-item.menu-item--expanded.dropdown:nth-child(4) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\""
                },
                {
                  "any": [
                    {
                      "id": "aria-allowed-attr",
                      "data": [
                        "aria-expanded=\"false\""
                      ],
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute is not allowed: aria-expanded=\"false\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Contact</span>",
                  "target": [
                    ".nav-item.menu-item--expanded.dropdown:nth-child(5) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\""
                },
                {
                  "any": [
                    {
                      "id": "aria-allowed-attr",
                      "data": [
                        "aria-expanded=\"false\""
                      ],
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute is not allowed: aria-expanded=\"false\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">COVID-19 Updates</span>",
                  "target": [
                    ".last > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\""
                }
              ]
            },
            {
              "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": "#ffffff",
                        "bgColor": "#dc3545",
                        "contrastRatio": 4.52,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"btn btn-danger\" href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">Submit EDD Assistance Request</a>",
                          "target": [
                            ".btn-danger"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.52 (foreground color: #ffffff, background color: #dc3545, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"btn btn-danger\" href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">Submit EDD Assistance Request</a>",
                  "target": [
                    ".btn-danger"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.52 (foreground color: #ffffff, background color: #dc3545, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#6c757d",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.68,
                        "fontSize": "10.8pt (14.4px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<time datetime=\"2023-04-19T17:00:00Z\" class=\"datetime\">Wednesday, April 19, 2023</time>",
                  "target": [
                    "time[datetime=\"2023-04-19T17:00:00Z\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#6c757d",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.68,
                        "fontSize": "10.8pt (14.4px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<time datetime=\"2023-03-23T16:00:00Z\" class=\"datetime\">Thursday, March 23, 2023</time>",
                  "target": [
                    "time[datetime=\"2023-03-23T16:00:00Z\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#6c757d",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.68,
                        "fontSize": "10.8pt (14.4px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<time datetime=\"2023-03-16T19:00:00Z\" class=\"datetime\">Thursday, March 16, 2023</time>",
                  "target": [
                    "time[datetime=\"2023-03-16T19:00:00Z\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#6c757d",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.68,
                        "fontSize": "10.8pt (14.4px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<time datetime=\"2023-03-16T16:00:00Z\" class=\"datetime\">Thursday, March 16, 2023</time>",
                  "target": [
                    "time[datetime=\"2023-03-16T16:00:00Z\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#6c757d",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.68,
                        "fontSize": "10.8pt (14.4px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<time datetime=\"2023-02-17T19:26:33Z\" class=\"datetime\">Friday, February 17, 2023</time>",
                  "target": [
                    "time[datetime=\"2023-02-17T19:26:33Z\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2858af",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.76,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"?page=1\" title=\"Go to next page\" rel=\"next\" class=\"page-link\">\n            <span aria-hidden=\"true\">Next ›</span>\n            <span class=\"visually-hidden\">Next page</span>\n          </a>",
                          "target": [
                            "a[title=\"Go to next page\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.76 (foreground color: #2858af, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span aria-hidden=\"true\">Next ›</span>",
                  "target": [
                    "a[title=\"Go to next page\"] > span[aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.76 (foreground color: #2858af, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2858af",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.76,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"?page=65\" title=\"Go to last page\" class=\"page-link\">\n            <span aria-hidden=\"true\">Last »</span>\n            <span class=\"visually-hidden\">Last page</span>\n          </a>",
                          "target": [
                            "a[href=\"?page=65\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.76 (foreground color: #2858af, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span aria-hidden=\"true\">Last »</span>",
                  "target": [
                    "a[href=\"?page=65\"] > span[aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.76 (foreground color: #2858af, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "duplicate-id-aria",
              "impact": "critical",
              "tags": [
                "cat.parsing",
                "wcag2a",
                "wcag411"
              ],
              "description": "Ensures every id attribute value used in ARIA and in labels is unique",
              "help": "IDs used in ARIA and labels must be unique",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id-aria?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "duplicate-id-aria",
                      "data": "dropdownMenu1",
                      "relatedNodes": [
                        {
                          "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><a href=\"/constituent-services-0\"><img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\"><br>\nContact</a></h3>",
                          "target": [
                            ".col-sm-2.services-links:nth-child(2) > .dropdown > h3"
                          ]
                        },
                        {
                          "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\"><br>\nNews Room</h3>",
                          "target": [
                            ".col-sm-2.services-links:nth-child(3) > .dropdown > h3"
                          ]
                        },
                        {
                          "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_leg_50.png\"><br>\nLegislation</h3>",
                          "target": [
                            ".col-sm-2.services-links:nth-child(4) > .dropdown > h3"
                          ]
                        }
                      ],
                      "impact": "critical",
                      "message": "Document has multiple elements referenced with ARIA with the same id attribute: dropdownMenu1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br>\nResources</h3>",
                  "target": [
                    ".col-sm-offset-2 > .dropdown > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple elements referenced with ARIA with the same id attribute: dropdownMenu1"
                }
              ]
            },
            {
              "id": "duplicate-id",
              "impact": "minor",
              "tags": [
                "cat.parsing",
                "wcag2a",
                "wcag411"
              ],
              "description": "Ensures every id attribute value is unique",
              "help": "id attribute value must be unique",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "block-mccarty-theme-main-menu",
                      "relatedNodes": [
                        {
                          "html": "<ul id=\"block-mccarty-theme-main-menu\" class=\"clearfix nav navbar-nav\">",
                          "target": [
                            ".nav"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: block-mccarty-theme-main-menu"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<nav role=\"navigation\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" id=\"block-mccarty-theme-main-menu\" class=\"block block-menu navigation menu--main\">",
                  "target": [
                    ".block-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: block-mccarty-theme-main-menu"
                }
              ]
            },
            {
              "id": "empty-heading",
              "impact": "minor",
              "tags": [
                "cat.name-role-value",
                "best-practice"
              ],
              "description": "Ensures headings have discernible text",
              "help": "Headings should not be empty",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/empty-heading?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "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": "minor",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<h1 class=\"title\"></h1>",
                  "target": [
                    ".title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                }
              ]
            },
            {
              "id": "heading-order",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the order of headings is semantically correct",
              "help": "Heading levels should only increase by one",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/heading-order?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "heading-order",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Heading order invalid"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br>\nResources</h3>",
                  "target": [
                    ".col-sm-offset-2 > .dropdown > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Heading order invalid"
                },
                {
                  "any": [
                    {
                      "id": "heading-order",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Heading order invalid"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h4 id=\"pagination-heading\" class=\"visually-hidden\">Pagination</h4>",
                  "target": [
                    "#pagination-heading"
                  ],
                  "failureSummary": "Fix any of the following:\n  Heading order invalid"
                },
                {
                  "any": [
                    {
                      "id": "heading-order",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Heading order invalid"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h4><strong>Connect with us:</strong></h4>",
                  "target": [
                    "h4:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Heading order invalid"
                }
              ]
            },
            {
              "id": "landmark-unique",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "help": "Ensures landmarks are unique",
              "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-unique?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "navigation",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<nav class=\"navbar navbar-expand-lg\" id=\"navbar-main\">",
                          "target": [
                            "#navbar-main"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<nav class=\"navbar navbar-top\" id=\"navbar-top\">",
                  "target": [
                    "#navbar-top"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                },
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "complementary",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<aside class=\"section\" role=\"complementary\">",
                          "target": [
                            "#sidebar_first > aside"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<aside class=\"container section clearfix\" role=\"complementary\">",
                  "target": [
                    ".highlighted > aside"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            },
            {
              "id": "list",
              "impact": "serious",
              "tags": [
                "cat.structure",
                "wcag2a",
                "wcag131"
              ],
              "description": "Ensures that lists are structured correctly",
              "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/list?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [],
                  "none": [
                    {
                      "id": "only-listitems",
                      "data": {
                        "values": "[role=presentation]"
                      },
                      "relatedNodes": [
                        {
                          "html": "<li class=\"page-item\" role=\"presentation\"><span class=\"page-link\">…</span></li>",
                          "target": [
                            "li[role=\"presentation\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "List element has direct children that are not allowed: [role=presentation]"
                    }
                  ],
                  "impact": "serious",
                  "html": "<ul class=\"pagination js-pager__items\">",
                  "target": [
                    ".pagination"
                  ],
                  "failureSummary": "Fix all of the following:\n  List element has direct children that are not allowed: [role=presentation]"
                }
              ]
            },
            {
              "id": "region",
              "impact": "moderate",
              "tags": [
                "cat.keyboard",
                "best-practice"
              ],
              "description": "Ensures all page content is contained by landmarks",
              "help": "All page content should be contained by landmarks",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h1>How Can I Help You?</h1>",
                  "target": [
                    ".text-formatted.field--name-body.field--type-text-with-summary > h1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br>\nResources</h3>",
                  "target": [
                    ".col-sm-offset-2 > .dropdown > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><a href=\"/constituent-services-0\"><img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\"><br>\nContact</a></h3>",
                  "target": [
                    ".col-sm-2.services-links:nth-child(2) > .dropdown > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\"><br>\nNews Room</h3>",
                  "target": [
                    ".col-sm-2.services-links:nth-child(3) > .dropdown > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_leg_50.png\"><br>\nLegislation</h3>",
                  "target": [
                    ".col-sm-2.services-links:nth-child(4) > .dropdown > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          13,
          18,
          12,
          16
        ],
        "instances": [
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".active > .page-link"
            },
            "excerpt": "<span class=\"page-link\">1</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".page-link[href=\"?page=1\"][title=\"\"]"
            },
            "excerpt": "<a href=\"?page=1\" title=\"\" class=\"page-link\">2</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[href=\"?page=2\"]"
            },
            "excerpt": "<a href=\"?page=2\" title=\"\" class=\"page-link\">3</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[href=\"?page=3\"]"
            },
            "excerpt": "<a href=\"?page=3\" title=\"\" class=\"page-link\">4</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[href=\"?page=4\"]"
            },
            "excerpt": "<a href=\"?page=4\" title=\"\" class=\"page-link\">5</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[href=\"?page=5\"]"
            },
            "excerpt": "<a href=\"?page=5\" title=\"\" class=\"page-link\">6</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[href=\"?page=6\"]"
            },
            "excerpt": "<a href=\"?page=6\" title=\"\" class=\"page-link\">7</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[href=\"?page=7\"]"
            },
            "excerpt": "<a href=\"?page=7\" title=\"\" class=\"page-link\">8</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[href=\"?page=8\"]"
            },
            "excerpt": "<a href=\"?page=8\" title=\"\" class=\"page-link\">9</a>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".text-formatted.field--name-body.field--type-text-with-summary > h1"
            },
            "excerpt": "<h1>How Can I Help You?</h1>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".col-sm-offset-2 > .dropdown > h3"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br> Resources</h3>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "h3 > a[href$=\"constituent-services-0\"]"
            },
            "excerpt": "<a href=\"/constituent-services-0\"><img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\"><br> Contact</a>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".col-sm-2.services-links:nth-child(3) > .dropdown > h3"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\"><br> News Room</h3>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".col-sm-2.services-links:nth-child(4) > .dropdown > h3"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_leg_50.png\"><br> Legislation</h3>"
          },
          {
            "ruleID": "frame-tested",
            "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "iframe[height=\"150\"]"
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp;max_height=0&amp;hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"150\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\">"
          },
          {
            "ruleID": "frame-tested",
            "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".views-row:nth-child(2) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe[height=\"113\"]"
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp;max_height=0&amp;hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\">"
          },
          {
            "ruleID": "frame-tested",
            "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".views-row:nth-child(3) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe[height=\"113\"]"
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp;max_height=0&amp;hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember McCarty: Tiny Home Plan is &quot;Spot On&quot; Way to Reduce Homelessness\">"
          },
          {
            "ruleID": "frame-tested",
            "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".views-row:nth-child(4) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe[height=\"113\"]"
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp;max_height=0&amp;hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\">"
          },
          {
            "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": "siteSettings",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#siteSettings"
            },
            "excerpt": "<div class=\"site-settings section section-standout collapse collapsed\" id=\"siteSettings\" role=\"alert\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".navbar-toggler"
            },
            "excerpt": "<button class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">Menu</button>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".nav-item.menu-item--expanded.dropdown:nth-child(1) > .dropdown-menu"
            },
            "excerpt": "<ul class=\"dropdown-menu\">"
          },
          {
            "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": ".nav-item.menu-item--expanded.dropdown:nth-child(2) > .dropdown-menu"
            },
            "excerpt": "<ul class=\"dropdown-menu\">"
          },
          {
            "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": ".nav-item.menu-item--expanded.dropdown:nth-child(3) > .dropdown-menu"
            },
            "excerpt": "<ul class=\"dropdown-menu\">"
          },
          {
            "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": ".nav-item.menu-item--expanded.dropdown:nth-child(4) > .dropdown-menu"
            },
            "excerpt": "<ul class=\"dropdown-menu\">"
          },
          {
            "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": ".nav-item.menu-item--expanded.dropdown:nth-child(5) > .dropdown-menu"
            },
            "excerpt": "<ul class=\"dropdown-menu\">"
          },
          {
            "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": ".last > .dropdown-menu"
            },
            "excerpt": "<ul class=\"dropdown-menu\">"
          },
          {
            "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": ".eureka-member-photo"
            },
            "excerpt": "<div class=\"eureka-member-photo\" style=\"background-image: url('https://a06.asmdc.org/sites/a06.asmdc.org/files/McCarty_member_photo.png')\">"
          },
          {
            "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": ".col-sm-offset-2 > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]"
            },
            "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">"
          },
          {
            "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": ".col-sm-2.services-links:nth-child(2) > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]"
            },
            "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">"
          },
          {
            "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": ".col-sm-2.services-links:nth-child(3) > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]"
            },
            "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\"> <li><a href=\"/news\">Latest News</a></li> <li><a href=\"/photo\">Photo Gallery</a></li> <li><a href=\"/press-releases\">Press Releases</a></li> <li><a href=\"/videos\">Video Gallery</a></li> </ul>"
          },
          {
            "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": ".col-sm-2.services-links:nth-child(4) > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]"
            },
            "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">"
          },
          {
            "ruleID": "aria-allowed-attr",
            "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".nav-item.menu-item--expanded.dropdown:nth-child(1) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]"
            },
            "excerpt": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About</span>"
          },
          {
            "ruleID": "aria-allowed-attr",
            "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".nav-item.menu-item--expanded.dropdown:nth-child(2) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]"
            },
            "excerpt": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">District</span>"
          },
          {
            "ruleID": "aria-allowed-attr",
            "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".nav-item.menu-item--expanded.dropdown:nth-child(3) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]"
            },
            "excerpt": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Legislation</span>"
          },
          {
            "ruleID": "aria-allowed-attr",
            "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".nav-item.menu-item--expanded.dropdown:nth-child(4) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]"
            },
            "excerpt": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">News Room</span>"
          },
          {
            "ruleID": "aria-allowed-attr",
            "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".nav-item.menu-item--expanded.dropdown:nth-child(5) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]"
            },
            "excerpt": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Contact</span>"
          },
          {
            "ruleID": "aria-allowed-attr",
            "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".last > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]"
            },
            "excerpt": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">COVID-19 Updates</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: #dc3545, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".btn-danger"
            },
            "excerpt": "<a class=\"btn btn-danger\" href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">Submit EDD Assistance Request</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "time[datetime=\"2023-04-19T17:00:00Z\"]"
            },
            "excerpt": "<time datetime=\"2023-04-19T17:00:00Z\" class=\"datetime\">Wednesday, April 19, 2023</time>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "time[datetime=\"2023-03-23T16:00:00Z\"]"
            },
            "excerpt": "<time datetime=\"2023-03-23T16:00:00Z\" class=\"datetime\">Thursday, March 23, 2023</time>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "time[datetime=\"2023-03-16T19:00:00Z\"]"
            },
            "excerpt": "<time datetime=\"2023-03-16T19:00:00Z\" class=\"datetime\">Thursday, March 16, 2023</time>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "time[datetime=\"2023-03-16T16:00:00Z\"]"
            },
            "excerpt": "<time datetime=\"2023-03-16T16:00:00Z\" class=\"datetime\">Thursday, March 16, 2023</time>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "time[datetime=\"2023-02-17T19:26:33Z\"]"
            },
            "excerpt": "<time datetime=\"2023-02-17T19:26:33Z\" class=\"datetime\">Friday, February 17, 2023</time>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #2858af, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[title=\"Go to next page\"] > span[aria-hidden=\"true\"]"
            },
            "excerpt": "<span aria-hidden=\"true\">Next ›</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #2858af, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[href=\"?page=65\"] > span[aria-hidden=\"true\"]"
            },
            "excerpt": "<span aria-hidden=\"true\">Last »</span>"
          },
          {
            "ruleID": "duplicate-id-aria",
            "what": "IDs used in ARIA and labels must be unique; Document has multiple elements referenced with ARIA with the same id attribute: dropdownMenu1",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".col-sm-offset-2 > .dropdown > h3"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br> Resources</h3>"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: block-mccarty-theme-main-menu",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".block-menu"
            },
            "excerpt": "<nav role=\"navigation\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" id=\"block-mccarty-theme-main-menu\" class=\"block block-menu navigation menu--main\">"
          },
          {
            "ruleID": "empty-heading",
            "what": "Headings should not be empty; Element does not have text that is visible to screen readers; 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",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".title"
            },
            "excerpt": "<h1 class=\"title\"></h1>"
          },
          {
            "ruleID": "heading-order",
            "what": "Heading levels should only increase by one; Heading order invalid",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".col-sm-offset-2 > .dropdown > h3"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br> Resources</h3>"
          },
          {
            "ruleID": "heading-order",
            "what": "Heading levels should only increase by one; Heading order invalid",
            "ordinalSeverity": 2,
            "tagName": "H4",
            "id": "pagination-heading",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#pagination-heading"
            },
            "excerpt": "<h4 id=\"pagination-heading\" class=\"visually-hidden\">Pagination</h4>"
          },
          {
            "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:nth-child(2)"
            },
            "excerpt": "<h4><strong>Connect with us:</strong></h4>"
          },
          {
            "ruleID": "landmark-unique",
            "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "navbar-top",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#navbar-top"
            },
            "excerpt": "<nav class=\"navbar navbar-top\" id=\"navbar-top\">"
          },
          {
            "ruleID": "landmark-unique",
            "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "ordinalSeverity": 2,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".highlighted > aside"
            },
            "excerpt": "<aside class=\"container section clearfix\" role=\"complementary\">"
          },
          {
            "ruleID": "list",
            "what": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".pagination"
            },
            "excerpt": "<ul class=\"pagination js-pager__items\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".text-formatted.field--name-body.field--type-text-with-summary > h1"
            },
            "excerpt": "<h1>How Can I Help You?</h1>"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".col-sm-offset-2 > .dropdown > h3"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br> Resources</h3>"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".col-sm-2.services-links:nth-child(2) > .dropdown > h3"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><a href=\"/constituent-services-0\"><img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\"><br> Contact</a></h3>"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".col-sm-2.services-links:nth-child(3) > .dropdown > h3"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\"><br> News Room</h3>"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".col-sm-2.services-links:nth-child(4) > .dropdown > h3"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_leg_50.png\"><br> Legislation</h3>"
          }
        ]
      },
      "endTime": 1687101732329
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687101732329,
      "endTime": 1687101732837
    },
    {
      "type": "url",
      "which": "https://a06.asmdc.org/",
      "what": "Member Kevin McCarty (D)",
      "startTime": 1687101732837,
      "result": {
        "url": "https://a06.asmdc.org/"
      },
      "endTime": 1687101733664
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687101733664,
      "url": "https://a06.asmdc.org/",
      "what": "Level Access Continuum, community edition",
      "result": [
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This NAV has an id attribute of 'block-mccarty-theme-main-menu', which is not unique in the same DOM",
          "element": "<nav class=\"block block-menu navigation menu--main\" id=\"block-mccarty-theme-main-menu\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" role=\"navigation\"><h2 id=\"block-mccarty-theme-main-menu-menu ... \"/deadly-force-accountability-act-ab-1506-fact-sheet-2020\">Deadly Force Accountability Act (AB 1506) Fact Sheet 2020</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"node/1569\" href=",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "nav[role=\"navigation\"][aria-labelledby=\"block-mccarty-theme-main-menu-menu\"][id=\"block-mccarty-theme-main-menu\"][class=\"block block-menu navigation menu--main\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This UL has an id attribute of 'block-mccarty-theme-main-menu', which is not unique in the same DOM",
          "element": "<ul class=\"clearfix nav navbar-nav\" id=\"block-mccarty-theme-main-menu\"><li class=\"nav-item menu-item--expanded dropdown\"><span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\" ... ustice and Police Reform Bills</a></li></ul></li><li class=\"nav-item menu-item--expanded dropdown\"><span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-togg",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "ul[id=\"block-mccarty-theme-main-menu\"][class=\"clearfix nav navbar-nav\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM",
          "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt ... -toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt=\"resources gear icon\"><br>Resources</h3>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM",
          "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><a href=\"/constituent-services-0\"><img src=\"/sites/all/files/images/icon_c ... lass=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><a href=\"/constituent-services-0\"><img src=\"/sites/all/files/images/icon_contact_50.png\" alt=\"contact letter icon\"><br>Contact</a></h3>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM",
          "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_news_50.png\" alt=\"news newspaper icon\"><br>News Room</h3>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM",
          "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_leg_50.png\" alt=\"info i with circle icon\"><br>Legislation</h3>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 246,
          "bestPracticeId": 393,
          "attribute": "This element should only contain li elements (without an ARIA-assigned role), script elements (without an ARIA-assigned role) or template elements (without an ARIA-assigned role); or elements with a role=listitem attribute; as direct child elements",
          "attributeDetail": "This UL should only contain li elements (without an ARIA-assigned role), script elements (without an ARIA-assigned role) or template elements (without an ARIA-assigned role); or elements with a role=listitem attribute; as direct child elements",
          "element": "<ul class=\"pagination js-pager__items\"><li class=\"page-item active\"><span class=\"page-link\">1</span></li><li class=\"page-item \"><a class=\"page-link\" title=\"\" href=\"?page=1\">2</a></li><li class=\"page-i ... age</span></a></li><li class=\"page-item\"><a class=\"page-link\" title=\"Go to last page\" href=\"?page=65\"><span aria-hidden=\"true\">Last »</span><span class=\"visually-hidden\">Last page</span></a></li></ul>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "ul[class=\"pagination js-pager__items\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN",
          "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">About</span>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "span[class=\"nav-link dropdown-toggle\"][data-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN",
          "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">District</span>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "span[class=\"nav-link dropdown-toggle\"][data-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN",
          "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">Legislation</span>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "span[class=\"nav-link dropdown-toggle\"][data-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN",
          "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">News Room</span>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "span[class=\"nav-link dropdown-toggle\"][data-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN",
          "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">Contact</span>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(5)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "span[class=\"nav-link dropdown-toggle\"][data-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN",
          "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">COVID-19 Updates</span>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(6)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "span[class=\"nav-link dropdown-toggle\"][data-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this H3",
          "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt ... -toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt=\"resources gear icon\"><br>Resources</h3>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this H3",
          "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><a href=\"/constituent-services-0\"><img src=\"/sites/all/files/images/icon_c ... lass=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><a href=\"/constituent-services-0\"><img src=\"/sites/all/files/images/icon_contact_50.png\" alt=\"contact letter icon\"><br>Contact</a></h3>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this H3",
          "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_news_50.png\" alt=\"news newspaper icon\"><br>News Room</h3>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this H3",
          "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_leg_50.png\" alt=\"info i with circle icon\"><br>Legislation</h3>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav id=\"navbar-top\" class=\"navbar navbar-top\"><div class=\"container\"><div class=\"top-header\"><div class=\"utility-header\"><div class=\"group flex-row\"><div class=\"social-media-links\"><a href=\"/\" class= ... ggle=\"collapse\" data-target=\"#siteSettings\" class=\"close\" aria-label=\"Close\" aria-expanded=\"false\" aria-controls=\"siteSettings\"><span aria-hidden=\"true\">×</span></button></div></div></div></div></nav>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"navbar navbar-top\"][id=\"navbar-top\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"CollapsingNavbar\" data-target=\"#CollapsingNavbar\" data-toggle=\"collaps ...  data-drupal-link-system-path=\"node/1594\" href=\"/2015-2016-legislative-priorities\">2015-2016 Legislative Priorities</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"node/1589\" href=\"",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"navbar navbar-expand-lg\"][id=\"navbar-main\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav id=\"navbar-top\" class=\"navbar navbar-top\"><div class=\"container\"><div class=\"top-header\"><div class=\"utility-header\"><div class=\"group flex-row\"><div class=\"social-media-links\"><a href=\"/\" class= ... ggle=\"collapse\" data-target=\"#siteSettings\" class=\"close\" aria-label=\"Close\" aria-expanded=\"false\" aria-controls=\"siteSettings\"><span aria-hidden=\"true\">×</span></button></div></div></div></div></nav>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"navbar navbar-top\"][id=\"navbar-top\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"CollapsingNavbar\" data-target=\"#CollapsingNavbar\" data-toggle=\"collaps ...  data-drupal-link-system-path=\"node/1594\" href=\"/2015-2016-legislative-priorities\">2015-2016 Legislative Priorities</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"node/1589\" href=\"",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"navbar navbar-expand-lg\"][id=\"navbar-main\"]",
            "attNo": 2
          }
        }
      ],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          21
        ],
        "instances": [
          {
            "ruleID": "94",
            "what": "This NAV has an id attribute of 'block-mccarty-theme-main-menu', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<nav class=\"block block-menu navigation menu--main\" id=\"block-mccarty-theme-main-menu\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" role=\"navigation\"><h2 id=\"block-mccarty-theme-main-menu-menu ... \"/deadly-force-accountability-act-ab-1506-fact-sheet-2020\">Deadly Force Accountability Act (AB 1506) Fact Sheet 2020</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"node/1569\" href="
          },
          {
            "ruleID": "94",
            "what": "This UL has an id attribute of 'block-mccarty-theme-main-menu', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)"
            },
            "excerpt": "<ul class=\"clearfix nav navbar-nav\" id=\"block-mccarty-theme-main-menu\"><li class=\"nav-item menu-item--expanded dropdown\"><span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\" ... ustice and Police Reform Bills</a></li></ul></li><li class=\"nav-item menu-item--expanded dropdown\"><span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-togg"
          },
          {
            "ruleID": "94",
            "what": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "H",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt ... -toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt=\"resources gear icon\"><br>Resources</h3>"
          },
          {
            "ruleID": "94",
            "what": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "H",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><a href=\"/constituent-services-0\"><img src=\"/sites/all/files/images/icon_c ... lass=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><a href=\"/constituent-services-0\"><img src=\"/sites/all/files/images/icon_contact_50.png\" alt=\"contact letter icon\"><br>Contact</a></h3>"
          },
          {
            "ruleID": "94",
            "what": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "H",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_news_50.png\" alt=\"news newspaper icon\"><br>News Room</h3>"
          },
          {
            "ruleID": "94",
            "what": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "H",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_leg_50.png\" alt=\"info i with circle icon\"><br>Legislation</h3>"
          },
          {
            "ruleID": "246",
            "what": "This UL should only contain li elements (without an ARIA-assigned role), script elements (without an ARIA-assigned role) or template elements (without an ARIA-assigned role); or elements with a role=listitem attribute; as direct child elements",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)"
            },
            "excerpt": "<ul class=\"pagination js-pager__items\"><li class=\"page-item active\"><span class=\"page-link\">1</span></li><li class=\"page-item \"><a class=\"page-link\" title=\"\" href=\"?page=1\">2</a></li><li class=\"page-i ... age</span></a></li><li class=\"page-item\"><a class=\"page-link\" title=\"Go to last page\" href=\"?page=65\"><span aria-hidden=\"true\">Last »</span><span class=\"visually-hidden\">Last page</span></a></li></ul>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this SPAN",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">About</span>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this SPAN",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">District</span>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this SPAN",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">Legislation</span>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this SPAN",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">News Room</span>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this SPAN",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(5)>*:nth-child(1)"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">Contact</span>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this SPAN",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(6)>*:nth-child(1)"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">COVID-19 Updates</span>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this H3",
            "ordinalSeverity": 3,
            "tagName": "H",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt ... -toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt=\"resources gear icon\"><br>Resources</h3>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this H3",
            "ordinalSeverity": 3,
            "tagName": "H",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><a href=\"/constituent-services-0\"><img src=\"/sites/all/files/images/icon_c ... lass=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><a href=\"/constituent-services-0\"><img src=\"/sites/all/files/images/icon_contact_50.png\" alt=\"contact letter icon\"><br>Contact</a></h3>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this H3",
            "ordinalSeverity": 3,
            "tagName": "H",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_news_50.png\" alt=\"news newspaper icon\"><br>News Room</h3>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this H3",
            "ordinalSeverity": 3,
            "tagName": "H",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_leg_50.png\" alt=\"info i with circle icon\"><br>Legislation</h3>"
          },
          {
            "ruleID": "531",
            "what": "This nav does not have a unique accessible name as required when two or more nav elements are present",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-top",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<nav id=\"navbar-top\" class=\"navbar navbar-top\"><div class=\"container\"><div class=\"top-header\"><div class=\"utility-header\"><div class=\"group flex-row\"><div class=\"social-media-links\"><a href=\"/\" class= ... ggle=\"collapse\" data-target=\"#siteSettings\" class=\"close\" aria-label=\"Close\" aria-expanded=\"false\" aria-controls=\"siteSettings\"><span aria-hidden=\"true\">×</span></button></div></div></div></div></nav>"
          },
          {
            "ruleID": "531",
            "what": "This nav does not have a unique accessible name as required when two or more nav elements are present",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-main",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)"
            },
            "excerpt": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"CollapsingNavbar\" data-target=\"#CollapsingNavbar\" data-toggle=\"collaps ...  data-drupal-link-system-path=\"node/1594\" href=\"/2015-2016-legislative-priorities\">2015-2016 Legislative Priorities</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"node/1589\" href=\""
          },
          {
            "ruleID": "533",
            "what": "This nav does not have an accessible name as required when two or more nav elements are present",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-top",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<nav id=\"navbar-top\" class=\"navbar navbar-top\"><div class=\"container\"><div class=\"top-header\"><div class=\"utility-header\"><div class=\"group flex-row\"><div class=\"social-media-links\"><a href=\"/\" class= ... ggle=\"collapse\" data-target=\"#siteSettings\" class=\"close\" aria-label=\"Close\" aria-expanded=\"false\" aria-controls=\"siteSettings\"><span aria-hidden=\"true\">×</span></button></div></div></div></div></nav>"
          },
          {
            "ruleID": "533",
            "what": "This nav does not have an accessible name as required when two or more nav elements are present",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-main",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)"
            },
            "excerpt": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"CollapsingNavbar\" data-target=\"#CollapsingNavbar\" data-toggle=\"collaps ...  data-drupal-link-system-path=\"node/1594\" href=\"/2015-2016-legislative-priorities\">2015-2016 Legislative Priorities</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"node/1589\" href=\""
          }
        ]
      },
      "endTime": 1687101734550
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687101734550,
      "endTime": 1687101735051
    },
    {
      "type": "url",
      "which": "https://a06.asmdc.org/",
      "what": "Member Kevin McCarty (D)",
      "startTime": 1687101735051,
      "result": {
        "url": "https://a06.asmdc.org/"
      },
      "endTime": 1687101735962
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687101735962,
      "url": "https://a06.asmdc.org/",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "result": {
        "Error": {
          "AAA.1_3_1.H42.2": {
            "Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.": [
              {
                "tagName": "h1",
                "id": "",
                "code": "<h1 class=\"title\">...</h1>"
              }
            ]
          },
          "AAA.1_3_1.H49.Center": {
            "Presentational markup used that has become obsolete in HTML5.": [
              {
                "tagName": "center",
                "id": "",
                "code": "<center>...</center>"
              }
            ]
          },
          "AAA.1_3_1_AAA.G141": {
            "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [
              {
                "tagName": "h2",
                "id": "#block-mccarty-theme-main-menu-menu",
                "code": "<h2 class=\"visually-hidden\" id=\"block-mccarty-theme-main-menu-menu\">...</h2>"
              }
            ],
            "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [
              {
                "tagName": "h2",
                "id": "#block-mccarty-theme-main-menu-menu",
                "code": "<h2 class=\"visually-hidden\" id=\"block-mccarty-theme-main-menu-menu\">...</h2>"
              }
            ],
            "The heading structure is not logically nested. This h3 element should be an h2 to be properly nested.": [
              {
                "tagName": "h3",
                "id": "#dropdownMenu1",
                "code": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">...</h3>"
              }
            ],
            "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.": [
              {
                "tagName": "h4",
                "id": "#pagination-heading",
                "code": "<h4 id=\"pagination-heading\" class=\"visually-hidden\">...</h4>"
              },
              {
                "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 4.53:1. Recommendation:  change background to #353535.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"btn btn-danger\" href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">...</a>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.76:1. Recommendation:  change text colour to #2555ac.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"?page=1\" title=\"\" class=\"page-link\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"?page=2\" title=\"\" class=\"page-link\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"?page=3\" title=\"\" class=\"page-link\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"?page=4\" title=\"\" class=\"page-link\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"?page=5\" title=\"\" class=\"page-link\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"?page=6\" title=\"\" class=\"page-link\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"?page=7\" title=\"\" class=\"page-link\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"?page=8\" title=\"\" class=\"page-link\">...</a>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span aria-hidden=\"true\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"page-link\">...</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 NaN:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/constituent-services-0\">...</a>"
              },
              {
                "tagName": "h3",
                "id": "#dropdownMenu1",
                "code": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">...</h3>"
              }
            ],
            "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 6.76:1. Recommendation:  change background to #2555ac.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"page-link\">...</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 4.69:1. Recommendation:  change text colour to #515a62.": [
              {
                "tagName": "time",
                "id": "",
                "code": "<time datetime=\"2023-02-17T19:26:33Z\" class=\"datetime\">...</time>"
              },
              {
                "tagName": "time",
                "id": "",
                "code": "<time datetime=\"2023-03-16T16:00:00Z\" class=\"datetime\">...</time>"
              },
              {
                "tagName": "time",
                "id": "",
                "code": "<time datetime=\"2023-03-16T19:00:00Z\" class=\"datetime\">...</time>"
              },
              {
                "tagName": "time",
                "id": "",
                "code": "<time datetime=\"2023-03-23T16:00:00Z\" class=\"datetime\">...</time>"
              },
              {
                "tagName": "time",
                "id": "",
                "code": "<time datetime=\"2023-04-19T17:00:00Z\" class=\"datetime\">...</time>"
              }
            ]
          },
          "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>...</h1>"
              }
            ]
          },
          "AAA.4_1_1.F77": {
            "Duplicate id attribute value \"dropdownMenu1\" found on the web page.": [
              {
                "tagName": "h3",
                "id": "#dropdownMenu1",
                "code": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">...</h3>"
              }
            ],
            "Duplicate id attribute value \"block-mccarty-theme-main-menu\" found on the web page.": [
              {
                "tagName": "ul",
                "id": "#block-mccarty-theme-main-menu",
                "code": "<ul id=\"block-mccarty-theme-main-menu\" class=\"clearfix nav navbar-nav\">...</ul>"
              }
            ]
          }
        },
        "Warning": {
          "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=\"social-media-links\">...</div>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "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 href=\"#main-content\" class=\"visually-hidden-focusable skip-link\">...</a>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label for=\"edit-keys\" class=\"visually-hidden\">...</label>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"sr-only\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"visually-hidden\">...</span>"
              }
            ]
          },
          "AAA.1_4_6.G18.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 4.5:1.": [
              {
                "tagName": "h2",
                "id": "#block-mccarty-theme-main-menu-menu",
                "code": "<h2 class=\"visually-hidden\" id=\"block-mccarty-theme-main-menu-menu\">...</h2>"
              },
              {
                "tagName": "h4",
                "id": "#pagination-heading",
                "code": "<h4 id=\"pagination-heading\" class=\"visually-hidden\">...</h4>"
              }
            ]
          },
          "AAA.3_2_5.H83.3": {
            "Check that this link's link text contains information indicating that the link will open in a new window.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"btn btn-danger\" href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"btn btn-primary\" href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD06\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"ca-gov-icon-instagram\" href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"ca-gov-icon-twitter\" href=\"https://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD06\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\">...</a>"
              }
            ]
          },
          "AAA.4_1_2.H91.A.Empty": {
            "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.": [
              {
                "tagName": "a",
                "id": "#main-content",
                "code": "<a id=\"main-content\" tabindex=\"-1\">...</a>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          23,
          0,
          0,
          29
        ],
        "instances": [
          {
            "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=\"social-media-links\">...</div>"
          },
          {
            "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": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p>...</p>"
          },
          {
            "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 href=\"#main-content\" class=\"visually-hidden-focusable skip-link\">...</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": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<label for=\"edit-keys\" class=\"visually-hidden\">...</label>"
          },
          {
            "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=\"sr-only\">...</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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"visually-hidden\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.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 4.5:1.",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "block-mccarty-theme-main-menu-menu",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h2 class=\"visually-hidden\" id=\"block-mccarty-theme-main-menu-menu\">...</h2>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.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 4.5:1.",
            "ordinalSeverity": 0,
            "tagName": "H4",
            "id": "pagination-heading",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h4 id=\"pagination-heading\" class=\"visually-hidden\">...</h4>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"btn btn-danger\" href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"btn btn-primary\" href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD06\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/AsmKevinMcCarty/\" 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 class=\"ca-gov-icon-instagram\" href=\"https://www.instagram.com/asmkevinmccarty/\" 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 class=\"ca-gov-icon-twitter\" href=\"https://twitter.com/AsmKevinMcCarty\" 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=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD06\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://twitter.com/AsmKevinMcCarty\" 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://www.facebook.com/AsmKevinMcCarty/\" 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://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\">...</a>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.Empty",
            "what": "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "main-content",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a id=\"main-content\" tabindex=\"-1\">...</a>"
          },
          {
            "ruleID": "AAA.1_3_1.H42.2",
            "what": "Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h1 class=\"title\">...</h1>"
          },
          {
            "ruleID": "AAA.1_3_1.H49.Center",
            "what": "Presentational markup used that has become obsolete in HTML5.",
            "ordinalSeverity": 3,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<center>...</center>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.",
            "ordinalSeverity": 3,
            "tagName": "H2",
            "id": "block-mccarty-theme-main-menu-menu",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h2 class=\"visually-hidden\" id=\"block-mccarty-theme-main-menu-menu\">...</h2>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.",
            "ordinalSeverity": 3,
            "tagName": "H2",
            "id": "block-mccarty-theme-main-menu-menu",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h2 class=\"visually-hidden\" id=\"block-mccarty-theme-main-menu-menu\">...</h2>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h3 element should be an h2 to be properly nested.",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">...</h3>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.",
            "ordinalSeverity": 3,
            "tagName": "H4",
            "id": "pagination-heading",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h4 id=\"pagination-heading\" class=\"visually-hidden\">...</h4>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h4 element should be an h3 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 4.53:1. Recommendation:  change background to #353535.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"btn btn-danger\" href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.76:1. Recommendation:  change text colour to #2555ac.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"?page=1\" title=\"\" class=\"page-link\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.76:1. Recommendation:  change text colour to #2555ac.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"?page=2\" title=\"\" class=\"page-link\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.76:1. Recommendation:  change text colour to #2555ac.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"?page=3\" title=\"\" class=\"page-link\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.76:1. Recommendation:  change text colour to #2555ac.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"?page=4\" title=\"\" class=\"page-link\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.76:1. Recommendation:  change text colour to #2555ac.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"?page=5\" title=\"\" class=\"page-link\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.76:1. Recommendation:  change text colour to #2555ac.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"?page=6\" title=\"\" class=\"page-link\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.76:1. Recommendation:  change text colour to #2555ac.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"?page=7\" title=\"\" class=\"page-link\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.76:1. Recommendation:  change text colour to #2555ac.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"?page=8\" title=\"\" class=\"page-link\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.76:1. Recommendation:  change text colour to #2555ac.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span aria-hidden=\"true\">...</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 6.76:1. Recommendation:  change text colour to #2555ac.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"page-link\">...</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 NaN:1.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"/constituent-services-0\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">...</h3>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.76:1. Recommendation:  change background to #2555ac.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"page-link\">...</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 4.69:1. Recommendation:  change text colour to #515a62.",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<time datetime=\"2023-02-17T19:26:33Z\" class=\"datetime\">...</time>"
          },
          {
            "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.69:1. Recommendation:  change text colour to #515a62.",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<time datetime=\"2023-03-16T16:00:00Z\" class=\"datetime\">...</time>"
          },
          {
            "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.69:1. Recommendation:  change text colour to #515a62.",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<time datetime=\"2023-03-16T19:00:00Z\" class=\"datetime\">...</time>"
          },
          {
            "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.69:1. Recommendation:  change text colour to #515a62.",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<time datetime=\"2023-03-23T16:00:00Z\" class=\"datetime\">...</time>"
          },
          {
            "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.69:1. Recommendation:  change text colour to #515a62.",
            "ordinalSeverity": 3,
            "tagName": "TIME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<time datetime=\"2023-04-19T17:00:00Z\" class=\"datetime\">...</time>"
          },
          {
            "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>...</h1>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"dropdownMenu1\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">...</h3>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"block-mccarty-theme-main-menu\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<ul id=\"block-mccarty-theme-main-menu\" class=\"clearfix nav navbar-nav\">...</ul>"
          }
        ]
      },
      "endTime": 1687101736704
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687101736704,
      "endTime": 1687101737212
    },
    {
      "type": "url",
      "which": "https://a06.asmdc.org/",
      "what": "Member Kevin McCarty (D)",
      "startTime": 1687101737212,
      "result": {
        "url": "https://a06.asmdc.org/"
      },
      "endTime": 1687101738101
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687101738101,
      "url": "https://a06.asmdc.org/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 55,
          "recommendation": 22,
          "ignored": 0
        },
        "items": [
          {
            "ruleId": "label_name_visible",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/button[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/button[1]"
            },
            "message": "Accessible name does not match or contain the visible label text",
            "bounds": {
              "left": 8,
              "top": 150,
              "height": 22,
              "width": 50
            },
            "snippet": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"CollapsingNavbar\" data-target=\"#CollapsingNavbar\" data-toggle=\"collapse\" type=\"button\" class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\">",
            "level": "violation"
          },
          {
            "ruleId": "html_lang_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]",
              "aria": "/document[1]/main[1]/article[4]/document[1]"
            },
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 113,
              "width": 200
            },
            "snippet": "<html>",
            "level": "violation"
          },
          {
            "ruleId": "html_lang_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]",
              "aria": "/document[1]/main[1]/article[3]/document[1]"
            },
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 113,
              "width": 200
            },
            "snippet": "<html>",
            "level": "violation"
          },
          {
            "ruleId": "html_lang_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]",
              "aria": "/document[1]/main[1]/article[2]/document[1]"
            },
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 113,
              "width": 200
            },
            "snippet": "<html>",
            "level": "violation"
          },
          {
            "ruleId": "html_lang_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]",
              "aria": "/document[1]/main[1]/article[1]/document[1]"
            },
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 150,
              "width": 200
            },
            "snippet": "<html>",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]"
            },
            "message": "The <ul> element has the id \"block-mccarty-theme-main-menu\" that is already in use",
            "bounds": {
              "left": 8,
              "top": 239,
              "height": 592,
              "width": 784
            },
            "snippet": "<ul class=\"clearfix nav navbar-nav\" id=\"block-mccarty-theme-main-menu\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]",
              "aria": "/document[1]/heading[5]"
            },
            "message": "The <h3> element has the id \"dropdownMenu1\" that is already in use",
            "bounds": {
              "left": 8,
              "top": 1486,
              "height": 43,
              "width": 784
            },
            "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]",
              "aria": "/document[1]/heading[4]"
            },
            "message": "The <h3> element has the id \"dropdownMenu1\" that is already in use",
            "bounds": {
              "left": 8,
              "top": 1332,
              "height": 43,
              "width": 784
            },
            "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]",
              "aria": "/document[1]/heading[3]"
            },
            "message": "The <h3> element has the id \"dropdownMenu1\" that is already in use",
            "bounds": {
              "left": 8,
              "top": 1159,
              "height": 43,
              "width": 784
            },
            "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_role_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[10]",
              "aria": "/document[1]/main[1]/navigation[1]/list[1]"
            },
            "message": "The ARIA role 'presentation' is not valid for the element <li> and may be ignored by the browser since the element is focusable",
            "bounds": {
              "left": 48,
              "top": 2919,
              "height": 19,
              "width": 744
            },
            "snippet": "<li role=\"presentation\" class=\"page-item\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_navigation_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[1]",
              "aria": "/document[1]/banner[1]/navigation[1]"
            },
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "bounds": {
              "left": 8,
              "top": 27,
              "height": 105,
              "width": 784
            },
            "snippet": "<nav id=\"navbar-top\" class=\"navbar navbar-top\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_navigation_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]",
              "aria": "/document[1]/banner[1]/navigation[2]"
            },
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "bounds": {
              "left": 8,
              "top": 150,
              "height": 681,
              "width": 784
            },
            "snippet": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[1]",
              "aria": "/document[1]/banner[1]/navigation[1]"
            },
            "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 8,
              "top": 27,
              "height": 105,
              "width": 784
            },
            "snippet": "<nav id=\"navbar-top\" class=\"navbar navbar-top\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]",
              "aria": "/document[1]/banner[1]/navigation[2]"
            },
            "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 8,
              "top": 150,
              "height": 681,
              "width": 784
            },
            "snippet": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]",
              "aria": "/document[1]/complementary[2]"
            },
            "message": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 8,
              "top": 2994,
              "height": 504,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"section\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]",
              "aria": "/document[1]/complementary[1]"
            },
            "message": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 8,
              "top": 900,
              "height": 19,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"container section clearfix\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]",
              "aria": "/document[1]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 8,
              "top": 938,
              "height": 28,
              "width": 784
            },
            "snippet": "<h1>",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[5]/a[1]",
              "aria": "/document[1]/list[4]/listitem[5]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1622,
              "height": 18,
              "width": 111
            },
            "snippet": "<a href=\"/kevins-priorities\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[4]/a[1]",
              "aria": "/document[1]/list[4]/listitem[4]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1603,
              "height": 18,
              "width": 146
            },
            "snippet": "<a href=\"/2015-2016-legislative-priorities\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[3]/a[1]",
              "aria": "/document[1]/list[4]/listitem[3]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1585,
              "height": 18,
              "width": 146
            },
            "snippet": "<a href=\"/2017-2018-legislative-priorities\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[2]/a[1]",
              "aria": "/document[1]/list[4]/listitem[2]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1566,
              "height": 18,
              "width": 146
            },
            "snippet": "<a href=\"/2019-2020-legislative-priorities\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[1]/a[1]",
              "aria": "/document[1]/list[4]/listitem[1]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1548,
              "height": 18,
              "width": 146
            },
            "snippet": "<a href=\"/2021-2022-legislative-priorities\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]",
              "aria": "/document[1]/heading[5]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 8,
              "top": 1486,
              "height": 43,
              "width": 784
            },
            "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[4]/a[1]",
              "aria": "/document[1]/list[3]/listitem[4]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1449,
              "height": 18,
              "width": 91
            },
            "snippet": "<a href=\"/videos\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[3]/a[1]",
              "aria": "/document[1]/list[3]/listitem[3]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1430,
              "height": 18,
              "width": 94
            },
            "snippet": "<a href=\"/press-releases\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[2]/a[1]",
              "aria": "/document[1]/list[3]/listitem[2]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1412,
              "height": 18,
              "width": 90
            },
            "snippet": "<a href=\"/photo\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[1]/a[1]",
              "aria": "/document[1]/list[3]/listitem[1]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1393,
              "height": 18,
              "width": 80
            },
            "snippet": "<a href=\"/news\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]",
              "aria": "/document[1]/heading[4]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 8,
              "top": 1332,
              "height": 43,
              "width": 784
            },
            "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[5]/a[1]",
              "aria": "/document[1]/list[2]/listitem[5]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1294,
              "height": 18,
              "width": 168
            },
            "snippet": "<a href=\"https://scheduling.assembly.ca.gov/a06\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/a[1]",
              "aria": "/document[1]/list[2]/listitem[4]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1276,
              "height": 18,
              "width": 117
            },
            "snippet": "<a target=\"_blank\" href=\"http://findyourrep.legislature.ca.gov/\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/a[1]",
              "aria": "/document[1]/list[2]/listitem[3]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1257,
              "height": 18,
              "width": 130
            },
            "snippet": "<a target=\"_blank\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD06\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]",
              "aria": "/document[1]/list[2]/listitem[2]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1239,
              "height": 18,
              "width": 93
            },
            "snippet": "<a href=\"https://a06.asmdc.org/contact-0\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]",
              "aria": "/document[1]/list[2]/listitem[1]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1220,
              "height": 18,
              "width": 131
            },
            "snippet": "<a href=\"/contact-1\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]",
              "aria": "/document[1]/heading[3]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 8,
              "top": 1159,
              "height": 43,
              "width": 784
            },
            "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/a[1]",
              "aria": "/document[1]/list[1]/listitem[5]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1121,
              "height": 18,
              "width": 74
            },
            "snippet": "<a href=\"/2-1-1-vs-9-1-1\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]",
              "aria": "/document[1]/list[1]/listitem[4]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1103,
              "height": 18,
              "width": 132
            },
            "snippet": "<a href=\"/constituent-services-0\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]",
              "aria": "/document[1]/list[1]/listitem[3]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1084,
              "height": 18,
              "width": 32
            },
            "snippet": "<a href=\"/state-resources-0\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "aria": "/document[1]/list[1]/listitem[2]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1066,
              "height": 18,
              "width": 48
            },
            "snippet": "<a href=\"/district-resources-0\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "aria": "/document[1]/list[1]/listitem[1]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 48,
              "top": 1047,
              "height": 18,
              "width": 105
            },
            "snippet": "<a href=\"https://a06.asmdc.org/contact-0\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]",
              "aria": "/document[1]/heading[2]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 8,
              "top": 986,
              "height": 43,
              "width": 784
            },
            "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">",
            "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": 8,
              "top": 8,
              "height": 18,
              "width": 133
            },
            "snippet": "<a class=\"visually-hidden-focusable skip-link\" href=\"#main-content\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_complementary_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]",
              "aria": "/document[1]/complementary[2]"
            },
            "message": "The element with \"complementary\" role does not have a label",
            "bounds": {
              "left": 8,
              "top": 2994,
              "height": 504,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"section\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_complementary_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]",
              "aria": "/document[1]/complementary[1]"
            },
            "message": "The element with \"complementary\" role does not have a label",
            "bounds": {
              "left": 8,
              "top": 900,
              "height": 19,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"container section clearfix\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_complementary_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]",
              "aria": "/document[1]/complementary[2]"
            },
            "message": "Multiple elements with \"complementary\" role do not have unique labels",
            "bounds": {
              "left": 8,
              "top": 2994,
              "height": 504,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"section\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_complementary_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]",
              "aria": "/document[1]/complementary[1]"
            },
            "message": "Multiple elements with \"complementary\" role do not have unique labels",
            "bounds": {
              "left": 8,
              "top": 900,
              "height": 19,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"container section clearfix\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[6]/span[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[6]/generic[1]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "bounds": {
              "left": 48,
              "top": 757,
              "height": 18,
              "width": 129
            },
            "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[5]/span[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[5]/generic[1]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "bounds": {
              "left": 48,
              "top": 664,
              "height": 18,
              "width": 50
            },
            "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[4]/span[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[4]/generic[1]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "bounds": {
              "left": 48,
              "top": 572,
              "height": 18,
              "width": 80
            },
            "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[3]/span[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[3]/generic[1]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "bounds": {
              "left": 48,
              "top": 387,
              "height": 18,
              "width": 72
            },
            "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[2]/span[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[2]/generic[1]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "bounds": {
              "left": 48,
              "top": 294,
              "height": 18,
              "width": 48
            },
            "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[1]/span[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[1]/generic[1]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "bounds": {
              "left": 48,
              "top": 239,
              "height": 18,
              "width": 40
            },
            "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]",
              "aria": "/document[1]/heading[5]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"",
            "bounds": {
              "left": 8,
              "top": 1486,
              "height": 43,
              "width": 784
            },
            "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]",
              "aria": "/document[1]/heading[4]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"",
            "bounds": {
              "left": 8,
              "top": 1332,
              "height": 43,
              "width": 784
            },
            "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]",
              "aria": "/document[1]/heading[3]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"",
            "bounds": {
              "left": 8,
              "top": 1159,
              "height": 43,
              "width": 784
            },
            "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]",
              "aria": "/document[1]/heading[2]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"",
            "bounds": {
              "left": 8,
              "top": 986,
              "height": 43,
              "width": 784
            },
            "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">",
            "level": "violation"
          },
          {
            "ruleId": "heading_content_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/h1[1]",
              "aria": "/document[1]/main[1]/heading[1]"
            },
            "message": "Heading element has no descriptive content",
            "bounds": {
              "left": 8,
              "top": 1660,
              "height": 0,
              "width": 784
            },
            "snippet": "<h1 class=\"title\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[6]",
              "aria": "/document[1]"
            },
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 0,
              "width": 0
            },
            "snippet": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[2]/center[1]",
              "aria": "/document[1]/contentinfo[1]"
            },
            "message": "The <center> element is deprecated in HTML 5",
            "bounds": {
              "left": 8,
              "top": 3676,
              "height": 111,
              "width": 784
            },
            "snippet": "<center>",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/center[3]",
              "aria": "/document[1]/contentinfo[1]"
            },
            "message": "The <center> element is deprecated in HTML 5",
            "bounds": {
              "left": 8,
              "top": 3658,
              "height": 19,
              "width": 784
            },
            "snippet": "<center>",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/center[2]",
              "aria": "/document[1]/contentinfo[1]"
            },
            "message": "The <center> element is deprecated in HTML 5",
            "bounds": {
              "left": 8,
              "top": 3584,
              "height": 74,
              "width": 784
            },
            "snippet": "<center>",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/center[1]",
              "aria": "/document[1]/contentinfo[1]"
            },
            "message": "The <center> element is deprecated in HTML 5",
            "bounds": {
              "left": 8,
              "top": 3565,
              "height": 19,
              "width": 784
            },
            "snippet": "<center>",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/center[1]",
              "aria": "/document[1]/contentinfo[1]"
            },
            "message": "The <center> element is deprecated in HTML 5",
            "bounds": {
              "left": 8,
              "top": 3518,
              "height": 28,
              "width": 784
            },
            "snippet": "<center>",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]",
              "aria": "/document[1]/main[1]/article[4]"
            },
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "bounds": {
              "left": 8,
              "top": 2426,
              "height": 113,
              "width": 200
            },
            "snippet": "<iframe title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&max_width=0&max_height=0&hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]",
              "aria": "/document[1]/main[1]/article[3]"
            },
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "bounds": {
              "left": 8,
              "top": 2196,
              "height": 113,
              "width": 200
            },
            "snippet": "<iframe title=\"Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&max_width=0&max_height=0&hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]",
              "aria": "/document[1]/main[1]/article[2]"
            },
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "bounds": {
              "left": 8,
              "top": 1966,
              "height": 113,
              "width": 200
            },
            "snippet": "<iframe title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&max_width=0&max_height=0&hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]",
              "aria": "/document[1]/main[1]/article[1]"
            },
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "bounds": {
              "left": 8,
              "top": 1726,
              "height": 150,
              "width": 200
            },
            "snippet": "<iframe title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\" class=\"media-oembed-content\" height=\"150\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&max_width=0&max_height=0&hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/center[1]",
              "aria": "/document[1]/complementary[1]"
            },
            "message": "The <center> element is deprecated in HTML 5",
            "bounds": {
              "left": 8,
              "top": 900,
              "height": 19,
              "width": 784
            },
            "snippet": "<center>",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]"
            },
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "bounds": {
              "left": 8,
              "top": 191,
              "height": 640,
              "width": 784
            },
            "snippet": "<nav class=\"block block-menu navigation menu--main\" id=\"block-mccarty-theme-main-menu\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" role=\"navigation\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]",
              "aria": "/document[1]/banner[1]"
            },
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "bounds": {
              "left": 8,
              "top": 27,
              "height": 857,
              "width": 784
            },
            "snippet": "<header aria-label=\"Site header\" role=\"banner\" class=\"header\" id=\"header\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]",
              "aria": "/document[1]/main[1]/article[5]"
            },
            "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
            "bounds": {
              "left": 8,
              "top": 2563,
              "height": 128,
              "width": 784
            },
            "snippet": "<article class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\" about=\"/press-releases/20230217-assemblymember-kevin-mccarty-introduces-legislation-requiring-minimum-age\" role=\"article\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]",
              "aria": "/document[1]/main[1]/article[4]"
            },
            "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
            "bounds": {
              "left": 8,
              "top": 2333,
              "height": 211,
              "width": 784
            },
            "snippet": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230316-assemblymember-kevin-mccarty-adjourns-memory-former-legislator-eugene-gualco\" role=\"article\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]",
              "aria": "/document[1]/main[1]/article[3]"
            },
            "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
            "bounds": {
              "left": 8,
              "top": 2103,
              "height": 211,
              "width": 784
            },
            "snippet": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230316-assemblymember-mccarty-tiny-home-plan-spot-way-reduce-homelessness\" role=\"article\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]",
              "aria": "/document[1]/main[1]/article[2]"
            },
            "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
            "bounds": {
              "left": 8,
              "top": 1900,
              "height": 183,
              "width": 784
            },
            "snippet": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230323-assemblymember-kevin-mccarty-honors-tuskegee-airmen-day\" role=\"article\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]",
              "aria": "/document[1]/main[1]/article[1]"
            },
            "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
            "bounds": {
              "left": 8,
              "top": 1660,
              "height": 220,
              "width": 784
            },
            "snippet": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230419-assemblymember-kevin-mccarty-and-students-rally-debt-free-college\" role=\"article\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]",
              "aria": "/document[1]/main[1]"
            },
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "bounds": {
              "left": 8,
              "top": 1660,
              "height": 1315,
              "width": 784
            },
            "snippet": "<main role=\"main\" id=\"content\" class=\"main-content col order-first\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]",
              "aria": "/document[1]/complementary[2]"
            },
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "bounds": {
              "left": 8,
              "top": 2994,
              "height": 504,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"section\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]",
              "aria": "/document[1]/complementary[1]"
            },
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "bounds": {
              "left": 8,
              "top": 900,
              "height": 19,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"container section clearfix\">",
            "level": "recommendation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          22,
          0,
          55
        ],
        "instances": [
          {
            "ruleID": "label_name_visible",
            "what": "Accessible name does not match or contain the visible label text",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/button[1]"
            },
            "excerpt": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"CollapsingNavbar\" data-target=\"#CollapsingNavbar\" data-toggle=\"collapse\" type=\"button\" class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\">"
          },
          {
            "ruleID": "html_lang_exists",
            "what": "Page detected as HTML, but does not have a 'lang' attribute",
            "ordinalSeverity": 3,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]"
            },
            "excerpt": "<html>"
          },
          {
            "ruleID": "html_lang_exists",
            "what": "Page detected as HTML, but does not have a 'lang' attribute",
            "ordinalSeverity": 3,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]"
            },
            "excerpt": "<html>"
          },
          {
            "ruleID": "html_lang_exists",
            "what": "Page detected as HTML, but does not have a 'lang' attribute",
            "ordinalSeverity": 3,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]"
            },
            "excerpt": "<html>"
          },
          {
            "ruleID": "html_lang_exists",
            "what": "Page detected as HTML, but does not have a 'lang' attribute",
            "ordinalSeverity": 3,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]"
            },
            "excerpt": "<html>"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <ul> element has the id \"block-mccarty-theme-main-menu\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]"
            },
            "excerpt": "<ul class=\"clearfix nav navbar-nav\" id=\"block-mccarty-theme-main-menu\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <h3> element has the id \"dropdownMenu1\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <h3> element has the id \"dropdownMenu1\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <h3> element has the id \"dropdownMenu1\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">"
          },
          {
            "ruleID": "aria_role_valid",
            "what": "The ARIA role 'presentation' is not valid for the element <li> and may be ignored by the browser since the element is focusable",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[10]"
            },
            "excerpt": "<li role=\"presentation\" class=\"page-item\">"
          },
          {
            "ruleID": "aria_navigation_label_unique",
            "what": "Multiple elements with \"navigation\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-top",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[1]"
            },
            "excerpt": "<nav id=\"navbar-top\" class=\"navbar navbar-top\">"
          },
          {
            "ruleID": "aria_navigation_label_unique",
            "what": "Multiple elements with \"navigation\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-main",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]"
            },
            "excerpt": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-top",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[1]"
            },
            "excerpt": "<nav id=\"navbar-top\" class=\"navbar navbar-top\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-main",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]"
            },
            "excerpt": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"section\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"container section clearfix\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]"
            },
            "excerpt": "<h1>"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a href=\"/kevins-priorities\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a href=\"/2015-2016-legislative-priorities\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a href=\"/2017-2018-legislative-priorities\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a href=\"/2019-2020-legislative-priorities\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a href=\"/2021-2022-legislative-priorities\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a href=\"/videos\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a href=\"/press-releases\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a href=\"/photo\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a href=\"/news\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a href=\"https://scheduling.assembly.ca.gov/a06\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a target=\"_blank\" href=\"http://findyourrep.legislature.ca.gov/\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a target=\"_blank\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD06\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a href=\"https://a06.asmdc.org/contact-0\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a href=\"/contact-1\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a href=\"/2-1-1-vs-9-1-1\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a href=\"/constituent-services-0\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a href=\"/state-resources-0\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a href=\"/district-resources-0\">"
          },
          {
            "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a href=\"https://a06.asmdc.org/contact-0\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">"
          },
          {
            "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 class=\"visually-hidden-focusable skip-link\" href=\"#main-content\">"
          },
          {
            "ruleID": "aria_complementary_labelled",
            "what": "The element with \"complementary\" role does not have a label",
            "ordinalSeverity": 3,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"section\">"
          },
          {
            "ruleID": "aria_complementary_labelled",
            "what": "The element with \"complementary\" role does not have a label",
            "ordinalSeverity": 3,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"container section clearfix\">"
          },
          {
            "ruleID": "aria_complementary_label_unique",
            "what": "Multiple elements with \"complementary\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"section\">"
          },
          {
            "ruleID": "aria_complementary_label_unique",
            "what": "Multiple elements with \"complementary\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"container section clearfix\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[6]/span[1]"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[5]/span[1]"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[4]/span[1]"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[3]/span[1]"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[2]/span[1]"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[1]/span[1]"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]"
            },
            "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">"
          },
          {
            "ruleID": "heading_content_exists",
            "what": "Heading element has no descriptive content",
            "ordinalSeverity": 1,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/h1[1]"
            },
            "excerpt": "<h1 class=\"title\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/head[1]/meta[6]"
            },
            "excerpt": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The <center> element is deprecated in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[2]/center[1]"
            },
            "excerpt": "<center>"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The <center> element is deprecated in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/center[3]"
            },
            "excerpt": "<center>"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The <center> element is deprecated in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/center[2]"
            },
            "excerpt": "<center>"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The <center> element is deprecated in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/center[1]"
            },
            "excerpt": "<center>"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The <center> element is deprecated in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/center[1]"
            },
            "excerpt": "<center>"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]"
            },
            "excerpt": "<iframe title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&max_width=0&max_height=0&hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]"
            },
            "excerpt": "<iframe title=\"Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&max_width=0&max_height=0&hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]"
            },
            "excerpt": "<iframe title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&max_width=0&max_height=0&hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]"
            },
            "excerpt": "<iframe title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\" class=\"media-oembed-content\" height=\"150\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&max_width=0&max_height=0&hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The <center> element is deprecated in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/center[1]"
            },
            "excerpt": "<center>"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "ordinalSeverity": 1,
            "tagName": "NAV",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]"
            },
            "excerpt": "<nav class=\"block block-menu navigation menu--main\" id=\"block-mccarty-theme-main-menu\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" role=\"navigation\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "ordinalSeverity": 1,
            "tagName": "HEADER",
            "id": "header",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]"
            },
            "excerpt": "<header aria-label=\"Site header\" role=\"banner\" class=\"header\" id=\"header\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
            "ordinalSeverity": 1,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]"
            },
            "excerpt": "<article class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\" about=\"/press-releases/20230217-assemblymember-kevin-mccarty-introduces-legislation-requiring-minimum-age\" role=\"article\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
            "ordinalSeverity": 1,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]"
            },
            "excerpt": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230316-assemblymember-kevin-mccarty-adjourns-memory-former-legislator-eugene-gualco\" role=\"article\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
            "ordinalSeverity": 1,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]"
            },
            "excerpt": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230316-assemblymember-mccarty-tiny-home-plan-spot-way-reduce-homelessness\" role=\"article\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
            "ordinalSeverity": 1,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]"
            },
            "excerpt": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230323-assemblymember-kevin-mccarty-honors-tuskegee-airmen-day\" role=\"article\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
            "ordinalSeverity": 1,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]"
            },
            "excerpt": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230419-assemblymember-kevin-mccarty-and-students-rally-debt-free-college\" role=\"article\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "ordinalSeverity": 1,
            "tagName": "MAIN",
            "id": "content",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]"
            },
            "excerpt": "<main role=\"main\" id=\"content\" class=\"main-content col order-first\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "ordinalSeverity": 1,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"section\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "ordinalSeverity": 1,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"container section clearfix\">"
          }
        ]
      },
      "endTime": 1687101741868
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687101741868,
      "endTime": 1687101742391
    },
    {
      "type": "url",
      "which": "https://a06.asmdc.org/",
      "what": "Member Kevin McCarty (D)",
      "startTime": 1687101742391,
      "result": {
        "url": "https://a06.asmdc.org/"
      },
      "endTime": 1687101743298
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687101743298,
      "url": "https://a06.asmdc.org/",
      "what": "Nu Html Checker",
      "result": {
        "pageContent": {
          "messages": [
            {
              "type": "info",
              "lastLine": 43,
              "lastColumn": 78,
              "firstColumn": 5,
              "subType": "warning",
              "message": "The banner role is unnecessary for element header.",
              "extract": "age\">\n    <header id=\"header\" class=\"header\" role=\"banner\" aria-label=\"Site header\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 74
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 172,
              "firstColumn": 15,
              "subType": "warning",
              "message": "The navigation role is unnecessary for element nav.",
              "extract": "          <nav role=\"navigation\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" id=\"block-mccarty-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "error",
              "lastLine": 109,
              "lastColumn": 85,
              "firstColumn": 15,
              "message": "Duplicate ID block-mccarty-theme-main-menu.",
              "extract": "          <ul id=\"block-mccarty-theme-main-menu\" class=\"clearfix nav navbar-nav\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 71
            },
            {
              "type": "info",
              "lastLine": 103,
              "lastColumn": 172,
              "firstColumn": 15,
              "subType": "warning",
              "message": "The first occurrence of ID block-mccarty-theme-main-menu was here.",
              "extract": "          <nav role=\"navigation\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" id=\"block-mccarty-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "error",
              "lastLine": 111,
              "lastColumn": 131,
              "firstColumn": 27,
              "message": "Element span is missing one or more of the following attributes: role.",
              "extract": "          <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About<",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "error",
              "lastLine": 123,
              "lastColumn": 131,
              "firstColumn": 27,
              "message": "Element span is missing one or more of the following attributes: role.",
              "extract": "          <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Distri",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "error",
              "lastLine": 141,
              "lastColumn": 131,
              "firstColumn": 27,
              "message": "Element span is missing one or more of the following attributes: role.",
              "extract": "          <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Legisl",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "error",
              "lastLine": 174,
              "lastColumn": 131,
              "firstColumn": 27,
              "message": "Element span is missing one or more of the following attributes: role.",
              "extract": "          <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">News R",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "error",
              "lastLine": 192,
              "lastColumn": 131,
              "firstColumn": 27,
              "message": "Element span is missing one or more of the following attributes: role.",
              "extract": "          <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Contac",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "error",
              "lastLine": 210,
              "lastColumn": 131,
              "firstColumn": 27,
              "message": "Element span is missing one or more of the following attributes: role.",
              "extract": "          <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">COVID-",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "info",
              "lastLine": 252,
              "lastColumn": 71,
              "firstColumn": 9,
              "subType": "warning",
              "message": "The complementary role is unnecessary for element aside.",
              "extract": ">\n        <aside class=\"container section clearfix\" role=\"complementary\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 63
            },
            {
              "type": "error",
              "lastLine": 258,
              "lastColumn": 142,
              "firstColumn": 135,
              "message": "The center element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><center><a cla",
              "hiliteStart": 10,
              "hiliteLength": 8
            },
            {
              "type": "error",
              "lastLine": 280,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Attribute type not allowed on element h3 at this point.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "error",
              "lastLine": 295,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Duplicate ID dropdownMenu1.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><a hre",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 280,
              "lastColumn": 126,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The first occurrence of ID dropdownMenu1 was here.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "error",
              "lastLine": 295,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Attribute type not allowed on element h3 at this point.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><a hre",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "error",
              "lastLine": 310,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Duplicate ID dropdownMenu1.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 280,
              "lastColumn": 126,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The first occurrence of ID dropdownMenu1 was here.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "error",
              "lastLine": 310,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Attribute type not allowed on element h3 at this point.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "error",
              "lastLine": 324,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Duplicate ID dropdownMenu1.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 280,
              "lastColumn": 126,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The first occurrence of ID dropdownMenu1 was here.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "error",
              "lastLine": 324,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Attribute type not allowed on element h3 at this point.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 350,
              "lastColumn": 82,
              "firstColumn": 15,
              "subType": "warning",
              "message": "The main role is unnecessary for element main.",
              "extract": "          <main class=\"main-content col order-first\" id=\"content\" role=\"main\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 68
            },
            {
              "type": "info",
              "lastLine": 358,
              "lastColumn": 20,
              "firstColumn": 3,
              "subType": "warning",
              "message": "Empty heading.",
              "extract": "\n      \n  <h1 class=\"title\"></h1>\n",
              "hiliteStart": 10,
              "hiliteLength": 18
            },
            {
              "type": "info",
              "lastLine": 379,
              "lastColumn": 192,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The article role is unnecessary for element article.",
              "extract": "w\">\n    \n\n<article role=\"article\" about=\"/video/20230419-assemblymember-kevin-mccarty-and-students-rally-debt-free-college\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n  <he",
              "hiliteStart": 10,
              "hiliteLength": 192
            },
            {
              "type": "error",
              "lastLine": 396,
              "lastColumn": 486,
              "firstColumn": 150,
              "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp;max_height=0&amp;hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"150\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 337
            },
            {
              "type": "error",
              "lastLine": 396,
              "lastColumn": 486,
              "firstColumn": 150,
              "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp;max_height=0&amp;hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"150\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 337
            },
            {
              "type": "info",
              "lastLine": 409,
              "lastColumn": 182,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The article role is unnecessary for element article.",
              "extract": "w\">\n    \n\n<article role=\"article\" about=\"/video/20230323-assemblymember-kevin-mccarty-honors-tuskegee-airmen-day\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n  <he",
              "hiliteStart": 10,
              "hiliteLength": 182
            },
            {
              "type": "error",
              "lastLine": 426,
              "lastColumn": 472,
              "firstColumn": 150,
              "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp;max_height=0&amp;hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 323
            },
            {
              "type": "error",
              "lastLine": 426,
              "lastColumn": 472,
              "firstColumn": 150,
              "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp;max_height=0&amp;hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 323
            },
            {
              "type": "info",
              "lastLine": 439,
              "lastColumn": 193,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The article role is unnecessary for element article.",
              "extract": "w\">\n    \n\n<article role=\"article\" about=\"/video/20230316-assemblymember-mccarty-tiny-home-plan-spot-way-reduce-homelessness\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n  <he",
              "hiliteStart": 10,
              "hiliteLength": 193
            },
            {
              "type": "error",
              "lastLine": 456,
              "lastColumn": 505,
              "firstColumn": 150,
              "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp;max_height=0&amp;hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember McCarty: Tiny Home Plan is &quot;Spot On&quot; Way to Reduce Homelessness\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 356
            },
            {
              "type": "error",
              "lastLine": 456,
              "lastColumn": 505,
              "firstColumn": 150,
              "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp;max_height=0&amp;hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember McCarty: Tiny Home Plan is &quot;Spot On&quot; Way to Reduce Homelessness\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 356
            },
            {
              "type": "info",
              "lastLine": 469,
              "lastColumn": 203,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The article role is unnecessary for element article.",
              "extract": "w\">\n    \n\n<article role=\"article\" about=\"/video/20230316-assemblymember-kevin-mccarty-adjourns-memory-former-legislator-eugene-gualco\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n  <he",
              "hiliteStart": 10,
              "hiliteLength": 203
            },
            {
              "type": "error",
              "lastLine": 486,
              "lastColumn": 508,
              "firstColumn": 150,
              "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp;max_height=0&amp;hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 359
            },
            {
              "type": "error",
              "lastLine": 486,
              "lastColumn": 508,
              "firstColumn": 150,
              "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp;max_height=0&amp;hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 359
            },
            {
              "type": "info",
              "lastLine": 499,
              "lastColumn": 217,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The article role is unnecessary for element article.",
              "extract": "w\">\n    \n\n<article role=\"article\" about=\"/press-releases/20230217-assemblymember-kevin-mccarty-introduces-legislation-requiring-minimum-age\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\">\n  <he",
              "hiliteStart": 10,
              "hiliteLength": 217
            },
            {
              "type": "info",
              "lastLine": 578,
              "lastColumn": 60,
              "firstColumn": 17,
              "subType": "warning",
              "message": "The complementary role is unnecessary for element aside.",
              "extract": "          <aside class=\"section\" role=\"complementary\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "error",
              "lastLine": 654,
              "lastColumn": 8,
              "firstColumn": 1,
              "message": "The center element is obsolete. Use CSS instead.",
              "extract": "l-md-12\">\n<center>\n<h2>C",
              "hiliteStart": 10,
              "hiliteLength": 8
            },
            {
              "type": "error",
              "lastLine": 662,
              "lastColumn": 8,
              "firstColumn": 1,
              "message": "The center element is obsolete. Use CSS instead.",
              "extract": "ol-lg-6\">\n<center><stron",
              "hiliteStart": 10,
              "hiliteLength": 8
            },
            {
              "type": "error",
              "lastLine": 664,
              "lastColumn": 8,
              "firstColumn": 1,
              "message": "The center element is obsolete. Use CSS instead.",
              "extract": "/center>\n\n<center>State ",
              "hiliteStart": 10,
              "hiliteLength": 8
            },
            {
              "type": "error",
              "lastLine": 669,
              "lastColumn": 8,
              "firstColumn": 1,
              "message": "The center element is obsolete. Use CSS instead.",
              "extract": "/center>\n\n<center>Fax: (",
              "hiliteStart": 10,
              "hiliteLength": 8
            },
            {
              "type": "error",
              "lastLine": 673,
              "lastColumn": 8,
              "firstColumn": 1,
              "message": "The center element is obsolete. Use CSS instead.",
              "extract": "ol-lg-6\">\n<center><stron",
              "hiliteStart": 10,
              "hiliteLength": 8
            }
          ]
        },
        "rawPage": {
          "messages": [
            {
              "type": "info",
              "lastLine": 4,
              "lastColumn": 28,
              "firstColumn": 5,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "head>\n    <meta charset=\"utf-8\" />\n<nosc",
              "hiliteStart": 10,
              "hiliteLength": 24
            },
            {
              "type": "info",
              "lastLine": 6,
              "lastColumn": 65,
              "firstColumn": 12,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "/noscript><link rel=\"canonical\" href=\"https://a06.asmdc.org/\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 54
            },
            {
              "type": "info",
              "lastLine": 7,
              "lastColumn": 54,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".org/\" />\n<link rel=\"shortlink\" href=\"https://a06.asmdc.org/\" />\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 54
            },
            {
              "type": "info",
              "lastLine": 8,
              "lastColumn": 101,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".org/\" />\n<meta name=\"description\" content=\"Official Website for Assemblymember Kevin McCarty, 6th District\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 101
            },
            {
              "type": "info",
              "lastLine": 9,
              "lastColumn": 57,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "trict\" />\n<link rel=\"icon\" href=\"/sites/all/favicon/favicon.ico\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "info",
              "lastLine": 10,
              "lastColumn": 74,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "n.ico\" />\n<link rel=\"icon\" sizes=\"16x16\" href=\"/sites/all/favicon/favicon-16.png\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 74
            },
            {
              "type": "info",
              "lastLine": 11,
              "lastColumn": 74,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "6.png\" />\n<link rel=\"icon\" sizes=\"32x32\" href=\"/sites/all/favicon/favicon-32.png\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 74
            },
            {
              "type": "info",
              "lastLine": 12,
              "lastColumn": 74,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "2.png\" />\n<link rel=\"icon\" sizes=\"96x96\" href=\"/sites/all/favicon/favicon-96.png\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 74
            },
            {
              "type": "info",
              "lastLine": 13,
              "lastColumn": 77,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "6.png\" />\n<link rel=\"icon\" sizes=\"192x192\" href=\"/sites/all/favicon/favicon-192.png\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 77
            },
            {
              "type": "info",
              "lastLine": 14,
              "lastColumn": 72,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "2.png\" />\n<link rel=\"apple-touch-icon\" href=\"/sites/all/favicon/favicon-60.png\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 72
            },
            {
              "type": "info",
              "lastLine": 15,
              "lastColumn": 86,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "0.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/sites/all/favicon/favicon-72.png\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 86
            },
            {
              "type": "info",
              "lastLine": 16,
              "lastColumn": 86,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "2.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/sites/all/favicon/favicon-76.png\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 86
            },
            {
              "type": "info",
              "lastLine": 17,
              "lastColumn": 89,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "6.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/sites/all/favicon/favicon-114.png\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 89
            },
            {
              "type": "info",
              "lastLine": 18,
              "lastColumn": 89,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "4.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/sites/all/favicon/favicon-120.png\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 89
            },
            {
              "type": "info",
              "lastLine": 19,
              "lastColumn": 89,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "0.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/sites/all/favicon/favicon-144.png\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 89
            },
            {
              "type": "info",
              "lastLine": 20,
              "lastColumn": 89,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "4.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/sites/all/favicon/favicon-152.png\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 89
            },
            {
              "type": "info",
              "lastLine": 21,
              "lastColumn": 89,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "2.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/sites/all/favicon/favicon-180.png\" />\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 89
            },
            {
              "type": "info",
              "lastLine": 22,
              "lastColumn": 47,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "0.png\" />\n<meta name=\"MobileOptimized\" content=\"width\" />\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 47
            },
            {
              "type": "info",
              "lastLine": 23,
              "lastColumn": 47,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "width\" />\n<meta name=\"HandheldFriendly\" content=\"true\" />\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 47
            },
            {
              "type": "info",
              "lastLine": 24,
              "lastColumn": 88,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\"true\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\" />\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 88
            },
            {
              "type": "info",
              "lastLine": 25,
              "lastColumn": 55,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "it=no\" />\n<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\" />\n<scri",
              "hiliteStart": 10,
              "hiliteLength": 55
            },
            {
              "type": "info",
              "lastLine": 29,
              "lastColumn": 131,
              "firstColumn": 5,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "itle>\n    <link rel=\"stylesheet\" media=\"all\" href=\"/sites/a06.asmdc.org/files/css/css_F_sJGIUvuiT2tnUT7n7a9On0ZAQXq4-Ue2-yus4GV3U.css\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 127
            },
            {
              "type": "info",
              "lastLine": 30,
              "lastColumn": 127,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "U.css\" />\n<link rel=\"stylesheet\" media=\"all\" href=\"/sites/a06.asmdc.org/files/css/css_pjZ3V_5JyT5nT-vQT8kgOQ5Q-RvZ8m1kHdK4i6co4XM.css\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 127
            },
            {
              "type": "info",
              "lastLine": 31,
              "lastColumn": 74,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "M.css\" />\n<link rel=\"stylesheet\" media=\"all\" href=\"//use.typekit.net/plg3sbl.css\" />\n<lin",
              "hiliteStart": 10,
              "hiliteLength": 74
            },
            {
              "type": "info",
              "lastLine": 32,
              "lastColumn": 74,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "l.css\" />\n<link rel=\"stylesheet\" media=\"all\" href=\"//use.typekit.net/wtq1aoy.css\" />\n\n    ",
              "hiliteStart": 10,
              "hiliteLength": 74
            },
            {
              "type": "info",
              "lastLine": 45,
              "lastColumn": 78,
              "firstColumn": 5,
              "subType": "warning",
              "message": "The banner role is unnecessary for element header.",
              "extract": "age\">\n    <header id=\"header\" class=\"header\" role=\"banner\" aria-label=\"Site header\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 74
            },
            {
              "type": "info",
              "lastLine": 94,
              "lastColumn": 76,
              "firstColumn": 7,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "e\">\n      <img src=\"/sites/a06.asmdc.org/files/McCarty-Logo21.svg\" alt=\"Home\" />\n    <",
              "hiliteStart": 10,
              "hiliteLength": 70
            },
            {
              "type": "info",
              "lastLine": 105,
              "lastColumn": 172,
              "firstColumn": 15,
              "subType": "warning",
              "message": "The navigation role is unnecessary for element nav.",
              "extract": "          <nav role=\"navigation\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" id=\"block-mccarty-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "error",
              "lastLine": 111,
              "lastColumn": 85,
              "firstColumn": 15,
              "message": "Duplicate ID block-mccarty-theme-main-menu.",
              "extract": "          <ul id=\"block-mccarty-theme-main-menu\" class=\"clearfix nav navbar-nav\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 71
            },
            {
              "type": "info",
              "lastLine": 105,
              "lastColumn": 172,
              "firstColumn": 15,
              "subType": "warning",
              "message": "The first occurrence of ID block-mccarty-theme-main-menu was here.",
              "extract": "          <nav role=\"navigation\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" id=\"block-mccarty-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "error",
              "lastLine": 113,
              "lastColumn": 131,
              "firstColumn": 27,
              "message": "Element span is missing one or more of the following attributes: role.",
              "extract": "          <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About<",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "error",
              "lastLine": 125,
              "lastColumn": 131,
              "firstColumn": 27,
              "message": "Element span is missing one or more of the following attributes: role.",
              "extract": "          <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Distri",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "error",
              "lastLine": 143,
              "lastColumn": 131,
              "firstColumn": 27,
              "message": "Element span is missing one or more of the following attributes: role.",
              "extract": "          <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Legisl",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "error",
              "lastLine": 176,
              "lastColumn": 131,
              "firstColumn": 27,
              "message": "Element span is missing one or more of the following attributes: role.",
              "extract": "          <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">News R",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "error",
              "lastLine": 194,
              "lastColumn": 131,
              "firstColumn": 27,
              "message": "Element span is missing one or more of the following attributes: role.",
              "extract": "          <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Contac",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "error",
              "lastLine": 212,
              "lastColumn": 131,
              "firstColumn": 27,
              "message": "Element span is missing one or more of the following attributes: role.",
              "extract": "          <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">COVID-",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "info",
              "lastLine": 254,
              "lastColumn": 71,
              "firstColumn": 9,
              "subType": "warning",
              "message": "The complementary role is unnecessary for element aside.",
              "extract": ">\n        <aside class=\"container section clearfix\" role=\"complementary\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 63
            },
            {
              "type": "error",
              "lastLine": 260,
              "lastColumn": 142,
              "firstColumn": 135,
              "message": "The center element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><center><a cla",
              "hiliteStart": 10,
              "hiliteLength": 8
            },
            {
              "type": "error",
              "lastLine": 282,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Attribute type not allowed on element h3 at this point.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 282,
              "lastColumn": 225,
              "firstColumn": 127,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" /><br />",
              "hiliteStart": 10,
              "hiliteLength": 99
            },
            {
              "type": "info",
              "lastLine": 282,
              "lastColumn": 231,
              "firstColumn": 226,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "eFaSTx\" /><br />\nResou",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "error",
              "lastLine": 297,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Duplicate ID dropdownMenu1.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><a hre",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 282,
              "lastColumn": 126,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The first occurrence of ID dropdownMenu1 was here.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "error",
              "lastLine": 297,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Attribute type not allowed on element h3 at this point.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><a hre",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 297,
              "lastColumn": 243,
              "firstColumn": 161,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rvices-0\"><img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\" /><br />",
              "hiliteStart": 10,
              "hiliteLength": 83
            },
            {
              "type": "info",
              "lastLine": 297,
              "lastColumn": 249,
              "firstColumn": 244,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "50.png\" /><br />\nConta",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "error",
              "lastLine": 312,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Duplicate ID dropdownMenu1.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 282,
              "lastColumn": 126,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The first occurrence of ID dropdownMenu1 was here.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "error",
              "lastLine": 312,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Attribute type not allowed on element h3 at this point.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 312,
              "lastColumn": 206,
              "firstColumn": 127,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=\"button\"><img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\" /><br />",
              "hiliteStart": 10,
              "hiliteLength": 80
            },
            {
              "type": "info",
              "lastLine": 312,
              "lastColumn": 212,
              "firstColumn": 207,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "50.png\" /><br />\nNews ",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "error",
              "lastLine": 326,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Duplicate ID dropdownMenu1.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 282,
              "lastColumn": 126,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The first occurrence of ID dropdownMenu1 was here.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "error",
              "lastLine": 326,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Attribute type not allowed on element h3 at this point.",
              "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 326,
              "lastColumn": 209,
              "firstColumn": 127,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=\"button\"><img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_leg_50.png\" /><br />",
              "hiliteStart": 10,
              "hiliteLength": 83
            },
            {
              "type": "info",
              "lastLine": 326,
              "lastColumn": 215,
              "firstColumn": 210,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "50.png\" /><br />\nLegis",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 352,
              "lastColumn": 82,
              "firstColumn": 15,
              "subType": "warning",
              "message": "The main role is unnecessary for element main.",
              "extract": "          <main class=\"main-content col order-first\" id=\"content\" role=\"main\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 68
            },
            {
              "type": "info",
              "lastLine": 360,
              "lastColumn": 20,
              "firstColumn": 3,
              "subType": "warning",
              "message": "Empty heading.",
              "extract": "\n      \n  <h1 class=\"title\"></h1>\n",
              "hiliteStart": 10,
              "hiliteLength": 18
            },
            {
              "type": "info",
              "lastLine": 381,
              "lastColumn": 192,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The article role is unnecessary for element article.",
              "extract": "w\">\n    \n\n<article role=\"article\" about=\"/video/20230419-assemblymember-kevin-mccarty-and-students-rally-debt-free-college\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n  <he",
              "hiliteStart": 10,
              "hiliteLength": 192
            },
            {
              "type": "error",
              "lastLine": 398,
              "lastColumn": 483,
              "firstColumn": 150,
              "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp;max_height=0&amp;hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\" frameborder=\"0\" allowtransparency width=\"200\" height=\"150\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 334
            },
            {
              "type": "error",
              "lastLine": 398,
              "lastColumn": 483,
              "firstColumn": 150,
              "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp;max_height=0&amp;hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\" frameborder=\"0\" allowtransparency width=\"200\" height=\"150\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 334
            },
            {
              "type": "info",
              "lastLine": 411,
              "lastColumn": 182,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The article role is unnecessary for element article.",
              "extract": "w\">\n    \n\n<article role=\"article\" about=\"/video/20230323-assemblymember-kevin-mccarty-honors-tuskegee-airmen-day\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n  <he",
              "hiliteStart": 10,
              "hiliteLength": 182
            },
            {
              "type": "error",
              "lastLine": 428,
              "lastColumn": 469,
              "firstColumn": 150,
              "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp;max_height=0&amp;hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 320
            },
            {
              "type": "error",
              "lastLine": 428,
              "lastColumn": 469,
              "firstColumn": 150,
              "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp;max_height=0&amp;hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 320
            },
            {
              "type": "info",
              "lastLine": 441,
              "lastColumn": 193,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The article role is unnecessary for element article.",
              "extract": "w\">\n    \n\n<article role=\"article\" about=\"/video/20230316-assemblymember-mccarty-tiny-home-plan-spot-way-reduce-homelessness\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n  <he",
              "hiliteStart": 10,
              "hiliteLength": 193
            },
            {
              "type": "error",
              "lastLine": 458,
              "lastColumn": 502,
              "firstColumn": 150,
              "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp;max_height=0&amp;hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember McCarty: Tiny Home Plan is &quot;Spot On&quot; Way to Reduce Homelessness\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 353
            },
            {
              "type": "error",
              "lastLine": 458,
              "lastColumn": 502,
              "firstColumn": 150,
              "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp;max_height=0&amp;hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember McCarty: Tiny Home Plan is &quot;Spot On&quot; Way to Reduce Homelessness\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 353
            },
            {
              "type": "info",
              "lastLine": 471,
              "lastColumn": 203,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The article role is unnecessary for element article.",
              "extract": "w\">\n    \n\n<article role=\"article\" about=\"/video/20230316-assemblymember-kevin-mccarty-adjourns-memory-former-legislator-eugene-gualco\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n  <he",
              "hiliteStart": 10,
              "hiliteLength": 203
            },
            {
              "type": "error",
              "lastLine": 488,
              "lastColumn": 505,
              "firstColumn": 150,
              "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp;max_height=0&amp;hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 356
            },
            {
              "type": "error",
              "lastLine": 488,
              "lastColumn": 505,
              "firstColumn": 150,
              "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
              "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp;max_height=0&amp;hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\"></ifra",
              "hiliteStart": 10,
              "hiliteLength": 356
            },
            {
              "type": "info",
              "lastLine": 501,
              "lastColumn": 217,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The article role is unnecessary for element article.",
              "extract": "w\">\n    \n\n<article role=\"article\" about=\"/press-releases/20230217-assemblymember-kevin-mccarty-introduces-legislation-requiring-minimum-age\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\">\n  <he",
              "hiliteStart": 10,
              "hiliteLength": 217
            },
            {
              "type": "info",
              "lastLine": 580,
              "lastColumn": 60,
              "firstColumn": 17,
              "subType": "warning",
              "message": "The complementary role is unnecessary for element aside.",
              "extract": "          <aside class=\"section\" role=\"complementary\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "info",
              "lastLine": 596,
              "lastColumn": 219,
              "firstColumn": 21,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\" />\n\n    ",
              "hiliteStart": 10,
              "hiliteLength": 199
            },
            {
              "type": "info",
              "lastLine": 599,
              "lastColumn": 275,
              "firstColumn": 115,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "-actions\"><input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\" />\n</div",
              "hiliteStart": 10,
              "hiliteLength": 161
            },
            {
              "type": "info",
              "lastLine": 617,
              "lastColumn": 241,
              "firstColumn": 56,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "McCarty/\"><img alt=\"Facebook Logo\" data-entity-type=\"file\" data-entity-uuid=\"c6a0c190-e595-48e8-a4ae-43ffc5f2e856\" src=\"/sites/a04.asmdc.org/files/inline-images/f_logo_RGB-Hex-Blue_299-1_0.png\" /></a> <",
              "hiliteStart": 10,
              "hiliteLength": 186
            },
            {
              "type": "info",
              "lastLine": 617,
              "lastColumn": 472,
              "firstColumn": 293,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "nMcCarty\"><img alt=\"Twitter Logo\" data-entity-type=\"file\" data-entity-uuid=\"72e929a4-0f12-4dcb-bb51-f2863541927e\" src=\"/sites/a04.asmdc.org/files/inline-images/tw-logo-Blue_299-1_2_0.png\" /></a> <",
              "hiliteStart": 10,
              "hiliteLength": 180
            },
            {
              "type": "info",
              "lastLine": 617,
              "lastColumn": 745,
              "firstColumn": 531,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "mccarty/\"><img alt=\"Instagram Logo\" data-entity-type=\"file\" data-entity-uuid=\"baf2a132-0939-4969-929d-f0043280c3e4\" src=\"/sites/a06.asmdc.org/files/inline-images/Instragram%20copy.png\" width=\"78\" height=\"78\" loading=\"lazy\" /></a></",
              "hiliteStart": 10,
              "hiliteLength": 215
            },
            {
              "type": "info",
              "lastLine": 621,
              "lastColumn": 41,
              "firstColumn": 36,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ":</strong><br />\nState",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 622,
              "lastColumn": 19,
              "firstColumn": 14,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "te Capitol<br />\nP.O. ",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 623,
              "lastColumn": 21,
              "firstColumn": 16,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "Box 942849<br />\nSacra",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 624,
              "lastColumn": 31,
              "firstColumn": 26,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "94249-0006<br />\nTel: ",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 625,
              "lastColumn": 25,
              "firstColumn": 20,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ") 319-2006<br />\nFax: ",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 628,
              "lastColumn": 42,
              "firstColumn": 37,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ":</strong><br />\n915 L",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 629,
              "lastColumn": 19,
              "firstColumn": 14,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": " L Street <br />\nSuite",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 630,
              "lastColumn": 15,
              "firstColumn": 10,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\nSuite 110<br />\nSacra",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 631,
              "lastColumn": 26,
              "firstColumn": 21,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ", CA 95814<br />\nTel: ",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 632,
              "lastColumn": 25,
              "firstColumn": 20,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ") 324-4676<br />\nFax: ",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "error",
              "lastLine": 656,
              "lastColumn": 8,
              "firstColumn": 1,
              "message": "The center element is obsolete. Use CSS instead.",
              "extract": "l-md-12\">\n<center>\n<h2>C",
              "hiliteStart": 10,
              "hiliteLength": 8
            },
            {
              "type": "error",
              "lastLine": 664,
              "lastColumn": 8,
              "firstColumn": 1,
              "message": "The center element is obsolete. Use CSS instead.",
              "extract": "ol-lg-6\">\n<center><stron",
              "hiliteStart": 10,
              "hiliteLength": 8
            },
            {
              "type": "error",
              "lastLine": 666,
              "lastColumn": 8,
              "firstColumn": 1,
              "message": "The center element is obsolete. Use CSS instead.",
              "extract": "/center>\n\n<center>State ",
              "hiliteStart": 10,
              "hiliteLength": 8
            },
            {
              "type": "info",
              "lastLine": 666,
              "lastColumn": 27,
              "firstColumn": 22,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "te Capitol<br />\nP.O. ",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 667,
              "lastColumn": 21,
              "firstColumn": 16,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "Box 942849<br />\nSacra",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 668,
              "lastColumn": 31,
              "firstColumn": 26,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "94249-0007<br />\nTel: ",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "error",
              "lastLine": 671,
              "lastColumn": 8,
              "firstColumn": 1,
              "message": "The center element is obsolete. Use CSS instead.",
              "extract": "/center>\n\n<center>Fax: (",
              "hiliteStart": 10,
              "hiliteLength": 8
            },
            {
              "type": "error",
              "lastLine": 675,
              "lastColumn": 8,
              "firstColumn": 1,
              "message": "The center element is obsolete. Use CSS instead.",
              "extract": "ol-lg-6\">\n<center><stron",
              "hiliteStart": 10,
              "hiliteLength": 8
            },
            {
              "type": "info",
              "lastLine": 675,
              "lastColumn": 47,
              "firstColumn": 42,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ":</strong><br />\n915 L",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 676,
              "lastColumn": 18,
              "firstColumn": 13,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "5 L Street<br />\nSuite",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 677,
              "lastColumn": 15,
              "firstColumn": 10,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\nSuite 110<br />\nSacra",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 678,
              "lastColumn": 26,
              "firstColumn": 21,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ", CA 95814<br />\nTel: ",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 679,
              "lastColumn": 25,
              "firstColumn": 20,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ") 324-4676<br />\nFax: ",
              "hiliteStart": 10,
              "hiliteLength": 6
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          30,
          0,
          56,
          0
        ],
        "instances": [
          {
            "ruleID": "The banner role is unnecessary for element header.",
            "what": "The banner role is unnecessary for element header.",
            "ordinalSeverity": 0,
            "tagName": "HEADER",
            "id": "header",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "43"
            },
            "excerpt": "age\"> <header id=\"header\" class=\"header\" role=\"banner\" aria-label=\"Site header\"> "
          },
          {
            "ruleID": "The navigation role is unnecessary for element nav.",
            "what": "The navigation role is unnecessary for element nav.",
            "ordinalSeverity": 0,
            "tagName": "NAV",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "103"
            },
            "excerpt": " <nav role=\"navigation\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" id=\"block-mccarty-theme-main-menu\" class=\"block block-menu navigation menu--main\"> "
          },
          {
            "ruleID": "Duplicate ID block-mccarty-theme-main-menu.",
            "what": "Duplicate ID block-mccarty-theme-main-menu.",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "109"
            },
            "excerpt": " <ul id=\"block-mccarty-theme-main-menu\" class=\"clearfix nav navbar-nav\"> "
          },
          {
            "ruleID": "The first occurrence of ID block-mccarty-theme-main-menu was here.",
            "what": "The first occurrence of ID block-mccarty-theme-main-menu was here.",
            "ordinalSeverity": 0,
            "tagName": "NAV",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "103"
            },
            "excerpt": " <nav role=\"navigation\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" id=\"block-mccarty-theme-main-menu\" class=\"block block-menu navigation menu--main\"> "
          },
          {
            "ruleID": "Element span is missing one or more of the following attributes: role.",
            "what": "Element span is missing one or more of the following attributes: role.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "111"
            },
            "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About<"
          },
          {
            "ruleID": "Element span is missing one or more of the following attributes: role.",
            "what": "Element span is missing one or more of the following attributes: role.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "123"
            },
            "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Distri"
          },
          {
            "ruleID": "Element span is missing one or more of the following attributes: role.",
            "what": "Element span is missing one or more of the following attributes: role.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "141"
            },
            "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Legisl"
          },
          {
            "ruleID": "Element span is missing one or more of the following attributes: role.",
            "what": "Element span is missing one or more of the following attributes: role.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "174"
            },
            "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">News R"
          },
          {
            "ruleID": "Element span is missing one or more of the following attributes: role.",
            "what": "Element span is missing one or more of the following attributes: role.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "192"
            },
            "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Contac"
          },
          {
            "ruleID": "Element span is missing one or more of the following attributes: role.",
            "what": "Element span is missing one or more of the following attributes: role.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "210"
            },
            "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">COVID-"
          },
          {
            "ruleID": "The complementary role is unnecessary for element aside.",
            "what": "The complementary role is unnecessary for element aside.",
            "ordinalSeverity": 0,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "252"
            },
            "excerpt": "> <aside class=\"container section clearfix\" role=\"complementary\"> "
          },
          {
            "ruleID": "The center element is obsolete. Use CSS instead.",
            "what": "The center element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "258"
            },
            "excerpt": "ld__item\"><center><a cla"
          },
          {
            "ruleID": "Attribute type not allowed on element h3 at this point.",
            "what": "Attribute type not allowed on element h3 at this point.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "280"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "Duplicate ID dropdownMenu1.",
            "what": "Duplicate ID dropdownMenu1.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "295"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><a hre"
          },
          {
            "ruleID": "The first occurrence of ID dropdownMenu1 was here.",
            "what": "The first occurrence of ID dropdownMenu1 was here.",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "280"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "Attribute type not allowed on element h3 at this point.",
            "what": "Attribute type not allowed on element h3 at this point.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "295"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><a hre"
          },
          {
            "ruleID": "Duplicate ID dropdownMenu1.",
            "what": "Duplicate ID dropdownMenu1.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "310"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "The first occurrence of ID dropdownMenu1 was here.",
            "what": "The first occurrence of ID dropdownMenu1 was here.",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "280"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "Attribute type not allowed on element h3 at this point.",
            "what": "Attribute type not allowed on element h3 at this point.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "310"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "Duplicate ID dropdownMenu1.",
            "what": "Duplicate ID dropdownMenu1.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "324"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "The first occurrence of ID dropdownMenu1 was here.",
            "what": "The first occurrence of ID dropdownMenu1 was here.",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "280"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "Attribute type not allowed on element h3 at this point.",
            "what": "Attribute type not allowed on element h3 at this point.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "324"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "The main role is unnecessary for element main.",
            "what": "The main role is unnecessary for element main.",
            "ordinalSeverity": 0,
            "tagName": "MAIN",
            "id": "content",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "350"
            },
            "excerpt": " <main class=\"main-content col order-first\" id=\"content\" role=\"main\"> "
          },
          {
            "ruleID": "Empty heading.",
            "what": "Empty heading.",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "358"
            },
            "excerpt": " <h1 class=\"title\"></h1> "
          },
          {
            "ruleID": "The article role is unnecessary for element article.",
            "what": "The article role is unnecessary for element article.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "379"
            },
            "excerpt": "w\"> <article role=\"article\" about=\"/video/20230419-assemblymember-kevin-mccarty-and-students-rally-debt-free-college\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he"
          },
          {
            "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "396"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp;max_height=0&amp;hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"150\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\"></ifra"
          },
          {
            "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "396"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp;max_height=0&amp;hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"150\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\"></ifra"
          },
          {
            "ruleID": "The article role is unnecessary for element article.",
            "what": "The article role is unnecessary for element article.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "409"
            },
            "excerpt": "w\"> <article role=\"article\" about=\"/video/20230323-assemblymember-kevin-mccarty-honors-tuskegee-airmen-day\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he"
          },
          {
            "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "426"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp;max_height=0&amp;hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\"></ifra"
          },
          {
            "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "426"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp;max_height=0&amp;hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\"></ifra"
          },
          {
            "ruleID": "The article role is unnecessary for element article.",
            "what": "The article role is unnecessary for element article.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "439"
            },
            "excerpt": "w\"> <article role=\"article\" about=\"/video/20230316-assemblymember-mccarty-tiny-home-plan-spot-way-reduce-homelessness\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he"
          },
          {
            "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "456"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp;max_height=0&amp;hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember McCarty: Tiny Home Plan is &quot;Spot On&quot; Way to Reduce Homelessness\"></ifra"
          },
          {
            "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "456"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp;max_height=0&amp;hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember McCarty: Tiny Home Plan is &quot;Spot On&quot; Way to Reduce Homelessness\"></ifra"
          },
          {
            "ruleID": "The article role is unnecessary for element article.",
            "what": "The article role is unnecessary for element article.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "469"
            },
            "excerpt": "w\"> <article role=\"article\" about=\"/video/20230316-assemblymember-kevin-mccarty-adjourns-memory-former-legislator-eugene-gualco\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he"
          },
          {
            "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "486"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp;max_height=0&amp;hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\"></ifra"
          },
          {
            "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "486"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp;max_height=0&amp;hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\"></ifra"
          },
          {
            "ruleID": "The article role is unnecessary for element article.",
            "what": "The article role is unnecessary for element article.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "499"
            },
            "excerpt": "w\"> <article role=\"article\" about=\"/press-releases/20230217-assemblymember-kevin-mccarty-introduces-legislation-requiring-minimum-age\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\"> <he"
          },
          {
            "ruleID": "The complementary role is unnecessary for element aside.",
            "what": "The complementary role is unnecessary for element aside.",
            "ordinalSeverity": 0,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "578"
            },
            "excerpt": " <aside class=\"section\" role=\"complementary\"> "
          },
          {
            "ruleID": "The center element is obsolete. Use CSS instead.",
            "what": "The center element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "654"
            },
            "excerpt": "l-md-12\"> <center> <h2>C"
          },
          {
            "ruleID": "The center element is obsolete. Use CSS instead.",
            "what": "The center element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "662"
            },
            "excerpt": "ol-lg-6\"> <center><stron"
          },
          {
            "ruleID": "The center element is obsolete. Use CSS instead.",
            "what": "The center element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "664"
            },
            "excerpt": "/center> <center>State "
          },
          {
            "ruleID": "The center element is obsolete. Use CSS instead.",
            "what": "The center element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "/center> <center>Fax: ("
          },
          {
            "ruleID": "The center element is obsolete. Use CSS instead.",
            "what": "The center element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "673"
            },
            "excerpt": "ol-lg-6\"> <center><stron"
          },
          {
            "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": "4"
            },
            "excerpt": "head> <meta charset=\"utf-8\" /> <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": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "6"
            },
            "excerpt": "/noscript><link rel=\"canonical\" href=\"https://a06.asmdc.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": "7"
            },
            "excerpt": ".org/\" /> <link rel=\"shortlink\" href=\"https://a06.asmdc.org/\" /> <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": "8"
            },
            "excerpt": ".org/\" /> <meta name=\"description\" content=\"Official Website for Assemblymember Kevin McCarty, 6th District\" /> <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": "9"
            },
            "excerpt": "trict\" /> <link rel=\"icon\" href=\"/sites/all/favicon/favicon.ico\" /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "10"
            },
            "excerpt": "n.ico\" /> <link rel=\"icon\" sizes=\"16x16\" href=\"/sites/all/favicon/favicon-16.png\" /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "11"
            },
            "excerpt": "6.png\" /> <link rel=\"icon\" sizes=\"32x32\" href=\"/sites/all/favicon/favicon-32.png\" /> <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": "12"
            },
            "excerpt": "2.png\" /> <link rel=\"icon\" sizes=\"96x96\" href=\"/sites/all/favicon/favicon-96.png\" /> <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": "13"
            },
            "excerpt": "6.png\" /> <link rel=\"icon\" sizes=\"192x192\" href=\"/sites/all/favicon/favicon-192.png\" /> <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": "14"
            },
            "excerpt": "2.png\" /> <link rel=\"apple-touch-icon\" href=\"/sites/all/favicon/favicon-60.png\" /> <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": "15"
            },
            "excerpt": "0.png\" /> <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/sites/all/favicon/favicon-72.png\" /> <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": "16"
            },
            "excerpt": "2.png\" /> <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/sites/all/favicon/favicon-76.png\" /> <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": "17"
            },
            "excerpt": "6.png\" /> <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/sites/all/favicon/favicon-114.png\" /> <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": "18"
            },
            "excerpt": "4.png\" /> <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/sites/all/favicon/favicon-120.png\" /> <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": "19"
            },
            "excerpt": "0.png\" /> <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/sites/all/favicon/favicon-144.png\" /> <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": "20"
            },
            "excerpt": "4.png\" /> <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/sites/all/favicon/favicon-152.png\" /> <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": "21"
            },
            "excerpt": "2.png\" /> <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/sites/all/favicon/favicon-180.png\" /> <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": "22"
            },
            "excerpt": "0.png\" /> <meta name=\"MobileOptimized\" content=\"width\" /> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "23"
            },
            "excerpt": "width\" /> <meta name=\"HandheldFriendly\" content=\"true\" /> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "24"
            },
            "excerpt": "\"true\" /> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\" /> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "25"
            },
            "excerpt": "it=no\" /> <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\" /> <scri"
          },
          {
            "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": "29"
            },
            "excerpt": "itle> <link rel=\"stylesheet\" media=\"all\" href=\"/sites/a06.asmdc.org/files/css/css_F_sJGIUvuiT2tnUT7n7a9On0ZAQXq4-Ue2-yus4GV3U.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": "30"
            },
            "excerpt": "U.css\" /> <link rel=\"stylesheet\" media=\"all\" href=\"/sites/a06.asmdc.org/files/css/css_pjZ3V_5JyT5nT-vQT8kgOQ5Q-RvZ8m1kHdK4i6co4XM.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": "31"
            },
            "excerpt": "M.css\" /> <link rel=\"stylesheet\" media=\"all\" href=\"//use.typekit.net/plg3sbl.css\" /> <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": "32"
            },
            "excerpt": "l.css\" /> <link rel=\"stylesheet\" media=\"all\" href=\"//use.typekit.net/wtq1aoy.css\" /> "
          },
          {
            "ruleID": "The banner role is unnecessary for element header.",
            "what": "The banner role is unnecessary for element header.",
            "ordinalSeverity": 0,
            "tagName": "HEADER",
            "id": "header",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "45"
            },
            "excerpt": "age\"> <header id=\"header\" class=\"header\" role=\"banner\" aria-label=\"Site header\"> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "94"
            },
            "excerpt": "e\"> <img src=\"/sites/a06.asmdc.org/files/McCarty-Logo21.svg\" alt=\"Home\" /> <"
          },
          {
            "ruleID": "The navigation role is unnecessary for element nav.",
            "what": "The navigation role is unnecessary for element nav.",
            "ordinalSeverity": 0,
            "tagName": "NAV",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "105"
            },
            "excerpt": " <nav role=\"navigation\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" id=\"block-mccarty-theme-main-menu\" class=\"block block-menu navigation menu--main\"> "
          },
          {
            "ruleID": "Duplicate ID block-mccarty-theme-main-menu.",
            "what": "Duplicate ID block-mccarty-theme-main-menu.",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "111"
            },
            "excerpt": " <ul id=\"block-mccarty-theme-main-menu\" class=\"clearfix nav navbar-nav\"> "
          },
          {
            "ruleID": "The first occurrence of ID block-mccarty-theme-main-menu was here.",
            "what": "The first occurrence of ID block-mccarty-theme-main-menu was here.",
            "ordinalSeverity": 0,
            "tagName": "NAV",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "105"
            },
            "excerpt": " <nav role=\"navigation\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" id=\"block-mccarty-theme-main-menu\" class=\"block block-menu navigation menu--main\"> "
          },
          {
            "ruleID": "Element span is missing one or more of the following attributes: role.",
            "what": "Element span is missing one or more of the following attributes: role.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "113"
            },
            "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About<"
          },
          {
            "ruleID": "Element span is missing one or more of the following attributes: role.",
            "what": "Element span is missing one or more of the following attributes: role.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "125"
            },
            "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Distri"
          },
          {
            "ruleID": "Element span is missing one or more of the following attributes: role.",
            "what": "Element span is missing one or more of the following attributes: role.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "143"
            },
            "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Legisl"
          },
          {
            "ruleID": "Element span is missing one or more of the following attributes: role.",
            "what": "Element span is missing one or more of the following attributes: role.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "176"
            },
            "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">News R"
          },
          {
            "ruleID": "Element span is missing one or more of the following attributes: role.",
            "what": "Element span is missing one or more of the following attributes: role.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "194"
            },
            "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Contac"
          },
          {
            "ruleID": "Element span is missing one or more of the following attributes: role.",
            "what": "Element span is missing one or more of the following attributes: role.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "212"
            },
            "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">COVID-"
          },
          {
            "ruleID": "The complementary role is unnecessary for element aside.",
            "what": "The complementary role is unnecessary for element aside.",
            "ordinalSeverity": 0,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "254"
            },
            "excerpt": "> <aside class=\"container section clearfix\" role=\"complementary\"> "
          },
          {
            "ruleID": "The center element is obsolete. Use CSS instead.",
            "what": "The center element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "260"
            },
            "excerpt": "ld__item\"><center><a cla"
          },
          {
            "ruleID": "Attribute type not allowed on element h3 at this point.",
            "what": "Attribute type not allowed on element h3 at this point.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "282"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "282"
            },
            "excerpt": "=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" /><br />"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "282"
            },
            "excerpt": "eFaSTx\" /><br /> Resou"
          },
          {
            "ruleID": "Duplicate ID dropdownMenu1.",
            "what": "Duplicate ID dropdownMenu1.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "297"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><a hre"
          },
          {
            "ruleID": "The first occurrence of ID dropdownMenu1 was here.",
            "what": "The first occurrence of ID dropdownMenu1 was here.",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "282"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "Attribute type not allowed on element h3 at this point.",
            "what": "Attribute type not allowed on element h3 at this point.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "297"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><a hre"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "297"
            },
            "excerpt": "rvices-0\"><img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\" /><br />"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "297"
            },
            "excerpt": "50.png\" /><br /> Conta"
          },
          {
            "ruleID": "Duplicate ID dropdownMenu1.",
            "what": "Duplicate ID dropdownMenu1.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "312"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "The first occurrence of ID dropdownMenu1 was here.",
            "what": "The first occurrence of ID dropdownMenu1 was here.",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "282"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "Attribute type not allowed on element h3 at this point.",
            "what": "Attribute type not allowed on element h3 at this point.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "312"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "312"
            },
            "excerpt": "=\"button\"><img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\" /><br />"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "312"
            },
            "excerpt": "50.png\" /><br /> News "
          },
          {
            "ruleID": "Duplicate ID dropdownMenu1.",
            "what": "Duplicate ID dropdownMenu1.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "326"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "The first occurrence of ID dropdownMenu1 was here.",
            "what": "The first occurrence of ID dropdownMenu1 was here.",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "282"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "Attribute type not allowed on element h3 at this point.",
            "what": "Attribute type not allowed on element h3 at this point.",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "326"
            },
            "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "326"
            },
            "excerpt": "=\"button\"><img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_leg_50.png\" /><br />"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "326"
            },
            "excerpt": "50.png\" /><br /> Legis"
          },
          {
            "ruleID": "The main role is unnecessary for element main.",
            "what": "The main role is unnecessary for element main.",
            "ordinalSeverity": 0,
            "tagName": "MAIN",
            "id": "content",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "352"
            },
            "excerpt": " <main class=\"main-content col order-first\" id=\"content\" role=\"main\"> "
          },
          {
            "ruleID": "Empty heading.",
            "what": "Empty heading.",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "360"
            },
            "excerpt": " <h1 class=\"title\"></h1> "
          },
          {
            "ruleID": "The article role is unnecessary for element article.",
            "what": "The article role is unnecessary for element article.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "381"
            },
            "excerpt": "w\"> <article role=\"article\" about=\"/video/20230419-assemblymember-kevin-mccarty-and-students-rally-debt-free-college\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he"
          },
          {
            "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "398"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp;max_height=0&amp;hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\" frameborder=\"0\" allowtransparency width=\"200\" height=\"150\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\"></ifra"
          },
          {
            "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "398"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp;max_height=0&amp;hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\" frameborder=\"0\" allowtransparency width=\"200\" height=\"150\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\"></ifra"
          },
          {
            "ruleID": "The article role is unnecessary for element article.",
            "what": "The article role is unnecessary for element article.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "411"
            },
            "excerpt": "w\"> <article role=\"article\" about=\"/video/20230323-assemblymember-kevin-mccarty-honors-tuskegee-airmen-day\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he"
          },
          {
            "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "428"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp;max_height=0&amp;hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\"></ifra"
          },
          {
            "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "428"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp;max_height=0&amp;hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\"></ifra"
          },
          {
            "ruleID": "The article role is unnecessary for element article.",
            "what": "The article role is unnecessary for element article.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "441"
            },
            "excerpt": "w\"> <article role=\"article\" about=\"/video/20230316-assemblymember-mccarty-tiny-home-plan-spot-way-reduce-homelessness\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he"
          },
          {
            "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "458"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp;max_height=0&amp;hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember McCarty: Tiny Home Plan is &quot;Spot On&quot; Way to Reduce Homelessness\"></ifra"
          },
          {
            "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "458"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp;max_height=0&amp;hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember McCarty: Tiny Home Plan is &quot;Spot On&quot; Way to Reduce Homelessness\"></ifra"
          },
          {
            "ruleID": "The article role is unnecessary for element article.",
            "what": "The article role is unnecessary for element article.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "471"
            },
            "excerpt": "w\"> <article role=\"article\" about=\"/video/20230316-assemblymember-kevin-mccarty-adjourns-memory-former-legislator-eugene-gualco\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he"
          },
          {
            "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "488"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp;max_height=0&amp;hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\"></ifra"
          },
          {
            "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "488"
            },
            "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp;max_height=0&amp;hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\"></ifra"
          },
          {
            "ruleID": "The article role is unnecessary for element article.",
            "what": "The article role is unnecessary for element article.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "501"
            },
            "excerpt": "w\"> <article role=\"article\" about=\"/press-releases/20230217-assemblymember-kevin-mccarty-introduces-legislation-requiring-minimum-age\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\"> <he"
          },
          {
            "ruleID": "The complementary role is unnecessary for element aside.",
            "what": "The complementary role is unnecessary for element aside.",
            "ordinalSeverity": 0,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "580"
            },
            "excerpt": " <aside class=\"section\" role=\"complementary\"> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "INPUT",
            "id": "edit-keys",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "596"
            },
            "excerpt": " <input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\" /> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "INPUT",
            "id": "edit-submit",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "599"
            },
            "excerpt": "-actions\"><input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\" /> </div"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "617"
            },
            "excerpt": "McCarty/\"><img alt=\"Facebook Logo\" data-entity-type=\"file\" data-entity-uuid=\"c6a0c190-e595-48e8-a4ae-43ffc5f2e856\" src=\"/sites/a04.asmdc.org/files/inline-images/f_logo_RGB-Hex-Blue_299-1_0.png\" /></a> <"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "617"
            },
            "excerpt": "nMcCarty\"><img alt=\"Twitter Logo\" data-entity-type=\"file\" data-entity-uuid=\"72e929a4-0f12-4dcb-bb51-f2863541927e\" src=\"/sites/a04.asmdc.org/files/inline-images/tw-logo-Blue_299-1_2_0.png\" /></a> <"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "617"
            },
            "excerpt": "mccarty/\"><img alt=\"Instagram Logo\" data-entity-type=\"file\" data-entity-uuid=\"baf2a132-0939-4969-929d-f0043280c3e4\" src=\"/sites/a06.asmdc.org/files/inline-images/Instragram%20copy.png\" width=\"78\" height=\"78\" loading=\"lazy\" /></a></"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "621"
            },
            "excerpt": ":</strong><br /> State"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "622"
            },
            "excerpt": "te Capitol<br /> P.O. "
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "623"
            },
            "excerpt": "Box 942849<br /> Sacra"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "624"
            },
            "excerpt": "94249-0006<br /> Tel: "
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "625"
            },
            "excerpt": ") 319-2006<br /> Fax: "
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "628"
            },
            "excerpt": ":</strong><br /> 915 L"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "629"
            },
            "excerpt": " L Street <br /> Suite"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "630"
            },
            "excerpt": " Suite 110<br /> Sacra"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "631"
            },
            "excerpt": ", CA 95814<br /> Tel: "
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "632"
            },
            "excerpt": ") 324-4676<br /> Fax: "
          },
          {
            "ruleID": "The center element is obsolete. Use CSS instead.",
            "what": "The center element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "656"
            },
            "excerpt": "l-md-12\"> <center> <h2>C"
          },
          {
            "ruleID": "The center element is obsolete. Use CSS instead.",
            "what": "The center element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "664"
            },
            "excerpt": "ol-lg-6\"> <center><stron"
          },
          {
            "ruleID": "The center element is obsolete. Use CSS instead.",
            "what": "The center element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "666"
            },
            "excerpt": "/center> <center>State "
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "666"
            },
            "excerpt": "te Capitol<br /> P.O. "
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "667"
            },
            "excerpt": "Box 942849<br /> Sacra"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "668"
            },
            "excerpt": "94249-0007<br /> Tel: "
          },
          {
            "ruleID": "The center element is obsolete. Use CSS instead.",
            "what": "The center element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "671"
            },
            "excerpt": "/center> <center>Fax: ("
          },
          {
            "ruleID": "The center element is obsolete. Use CSS instead.",
            "what": "The center element is obsolete. Use CSS instead.",
            "ordinalSeverity": 2,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "675"
            },
            "excerpt": "ol-lg-6\"> <center><stron"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "675"
            },
            "excerpt": ":</strong><br /> 915 L"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "676"
            },
            "excerpt": "5 L Street<br /> Suite"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "677"
            },
            "excerpt": " Suite 110<br /> Sacra"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "678"
            },
            "excerpt": ", CA 95814<br /> Tel: "
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "679"
            },
            "excerpt": ") 324-4676<br /> Fax: "
          }
        ]
      },
      "endTime": 1687101744891
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687101744891,
      "url": "https://a06.asmdc.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 15:22:25",
          "hash": "9fd9e69e726c8d72eb8a4e4ae18ffa89ff536640de79ab6baac9b4e3b5423084ee94b6544081ab2b9e0c792ab727f2dd703dbcbf8f3ac25451d0b1287e821e7d",
          "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": 38,
          "warning": 14,
          "failed": 10,
          "inapplicable": 63
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 17,
              "warning": 7,
              "failed": 3,
              "inapplicable": 40
            },
            "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": 4,
                  "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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\" style=\"font-size: 1rem;\"><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": 4,
                  "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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\" style=\"font-size: 1rem;\"><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": 4,
                  "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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\" style=\"font-size: 1rem;\"><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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\" style=\"font-size: 1rem;\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R18": {
                "name": "`id` attribute value is unique",
                "code": "QW-ACT-R18",
                "mapping": "3ea0c8",
                "description": "This rule checks that all id attribute values on a single page are unique.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "4.1.1",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#parsing"
                    }
                  ],
                  "related": [
                    "H93"
                  ],
                  "url": "https://act-rules.github.io/rules/3ea0c8",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 25,
                  "warning": 0,
                  "failed": 2,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Several elements have the same `id` attribute."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<nav role=\"navigation\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" id=\"block-mccarty-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n            \n  Main navigation\n  \n\n        \n              \n                          \n                          About\n                        \n                          \n                          Biography\n              \n                      \n                          Assemblymember Kevin McCarty High Res Photo\n              \n        \n  \n              \n                      \n                          District\n                        \n                          \n                          District Map\n              \n                      …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1)"
                      },
                      {
                        "htmlCode": "<ul id=\"block-mccarty-theme-main-menu\" class=\"clearfix nav navbar-nav\">\n                          \n                          About\n                        \n                          \n                          Biography\n              \n                      \n                          Assemblymember Kevin McCarty High Res Photo\n              \n        \n  \n              \n                      \n                          District\n                        \n                          \n                          District Map\n              \n                      \n                          Constituent Services\n              \n                      \n                          SB1 Transportation Projects in As …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nResources</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
                      },
                      {
                        "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nContact</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1)"
                      },
                      {
                        "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nNews Room</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)"
                      },
                      {
                        "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nLegislation</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > h3:nth-child(1)"
                      }
                    ],
                    "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": 94,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if the element has some visible focus indication"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\">\n      Skip to main content\n    </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 class=\"ca-gov-icon-home\" href=\"/\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\">Facebook</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"ca-gov-icon-instagram\" href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\">Instagram</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"ca-gov-icon-twitter\" href=\"https://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\">Twitter</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"ca-gov-icon-email\" href=\"https://a06.asmdc.org/contact-0\">Email</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://a06.asmdc.org/contact-0\">Contact Me</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">Settings</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button class=\"btn btn-secondary disableHighContrastMode\" type=\"button\">Default</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button class=\"btn btn-secondary enableHighContrastMode\" type=\"button\">High Contrast</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button class=\"btn btn-secondary resetTextSize\" type=\"button\">Reset</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button class=\"btn btn-secondary increaseTextSize\" type=\"button\">Increase Font SizeFont Increase</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button class=\"btn btn-secondary decreaseTextSize\" type=\"button\">Decrease Font SizeFont Decrease</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" aria-label=\"Close\" class=\"close\" data-target=\"#siteSettings\" data-toggle=\"collapse\" type=\"button\">×</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > button:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\">\n      \n    </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">Menu</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > button:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/biography-1\" data-drupal-link-system-path=\"node/36\">Biography</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > 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://a06.asmdc.org/assemblymember-kevin-mccarty\">Assemblymember Kevin McCarty High Res Photo</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > 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=\"/district-map\" data-drupal-link-system-path=\"node/1587\">District Map</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > 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=\"/how-i-can-help-you\" data-drupal-link-system-path=\"node/1527\">Constituent Services</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > 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=\"/sb1-transportation-projects-assembly-district-7\" data-drupal-link-system-path=\"node/1358\">SB1 Transportation Projects in Assembly District 7</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > 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=\"/events\" data-drupal-link-system-path=\"events\">Upcoming Events</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > 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=\"/committees\" data-drupal-link-system-path=\"node/923\">Committees</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > 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=\"/2023-2024-legislative-priorities\" data-drupal-link-system-path=\"node/1754\">2023-2024 Legislative Priorities</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > 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=\"/2021-2022-legislative-priorities\" data-drupal-link-system-path=\"node/1611\">2021-2022 Legislative Priorities</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > 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=\"/2019-2020-legislative-priorities\" data-drupal-link-system-path=\"node/1434\">2019-2020 Legislative Priorities</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > 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=\"/2017-2018-legislative-priorities\" data-drupal-link-system-path=\"node/924\">2017-2018 Legislative Priorities</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > 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 href=\"/2015-2016-legislative-priorities\" data-drupal-link-system-path=\"node/1594\">2015-2016 Legislative Priorities</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > 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=\"/universal-transitional-kindergarten\" data-drupal-link-system-path=\"node/1589\">Universal Transitional Kindergarten</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/deadly-force-accountability-act-ab-1506-fact-sheet-2020\" data-drupal-link-system-path=\"node/1562\">Deadly Force Accountability Act (AB 1506) Fact Sheet 2020</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(8) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/racial-justice-police-reform-bills\" data-drupal-link-system-path=\"node/1569\">Racial Justice and Police Reform Bills</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(9) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/news\" data-drupal-link-system-path=\"news\">News Articles</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > 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=\"/photo\" data-drupal-link-system-path=\"photo\">Photo Album</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > 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=\"/press-releases\" data-drupal-link-system-path=\"press-releases\">Press Releases</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > 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=\"/videos\" data-drupal-link-system-path=\"videos\">Video Gallery</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > 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=\"/contact-1\" data-drupal-link-system-path=\"node/1609\">Contact Information</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > 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://a06.asmdc.org/contact-0\">Contact Kevin</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > 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://scheduling.assembly.ca.gov/a06\">Meeting or Event Request</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > 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=\"/sign-updates-0\" data-drupal-link-system-path=\"node/1524\">Sign Up for Updates</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > 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=\"/covid-19-updates\" data-drupal-link-system-path=\"node/1542\">COVID-19 Updates</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > 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=\"/covid-19-edd-assistance-information\" data-drupal-link-system-path=\"node/1566\">COVID-19 EDD Assistance Information</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > 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=\"/covid-19-vaccines\" data-drupal-link-system-path=\"node/1603\">COVID-19 Vaccines</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > 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://a06.asmdc.org/contact-0\" target=\"_blank\">Contact</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > 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)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find Your District</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > 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)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD06\" target=\"_blank\">Sign-up for Updates</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > center: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 class=\"btn btn-danger\" href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">Submit EDD Assistance Request</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > center:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://a06.asmdc.org/contact-0\">EDD Assistance</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > 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=\"/district-resources-0\">District</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > 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=\"/state-resources-0\">State</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > 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=\"/constituent-services-0\">Constituent Services</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > 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=\"/2-1-1-vs-9-1-1\">211 vs. 911</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > 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 href=\"/constituent-services-0\">\nContact</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > h3: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=\"/contact-1\">Contact Information</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > 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://a06.asmdc.org/contact-0\">Contact Kevin</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > 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://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD06\" target=\"_blank\">Sign-up for Updates</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > 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=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find Your District</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > 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://scheduling.assembly.ca.gov/a06\">Meeting or Event Request</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > 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 href=\"/news\">Latest News</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > 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=\"/photo\">Photo Gallery</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > 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=\"/press-releases\">Press Releases</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > 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=\"/videos\">Video Gallery</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > 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=\"/2021-2022-legislative-priorities\">2021-2022 Legislation</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > 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=\"/2019-2020-legislative-priorities\">2019-2020 Legislation</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > 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=\"/2017-2018-legislative-priorities\">2017-2018 Legislation</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > 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=\"/2015-2016-legislative-priorities\">2015-2016 Legislation</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > 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=\"/kevins-priorities\">Kevin's Priorities</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > 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 href=\"/video/20230419-assemblymember-kevin-mccarty-and-students-rally-debt-free-college\" rel=\"bookmark\">Assemblymember Kevin McCarty and Students Rally for Debt-Free College\n</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp;max_height=0&amp;hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"150\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\"></iframe>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/video/20230323-assemblymember-kevin-mccarty-honors-tuskegee-airmen-day\" rel=\"bookmark\">Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\n</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(2) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp;max_height=0&amp;hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\"></iframe>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(2) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/video/20230316-assemblymember-mccarty-tiny-home-plan-spot-way-reduce-homelessness\" rel=\"bookmark\">Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness\n</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(3) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp;max_height=0&amp;hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember McCarty: Tiny Home Plan is &quot;Spot On&quot; Way to Reduce Homelessness\"></iframe>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/video/20230316-assemblymember-kevin-mccarty-adjourns-memory-former-legislator-eugene-gualco\" rel=\"bookmark\">Assemblymember Kevin McCarty Adjourns in Memory former Legislator Eugene Gualco\n</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(4) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp;max_height=0&amp;hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\"></iframe>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(4) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/press-releases/20230217-assemblymember-kevin-mccarty-introduces-legislation-requiring-minimum-age\" rel=\"bookmark\">Assemblymember Kevin McCarty introduces legislation requiring a minimum age for kids to play youth tackle football\n</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(5) > article:nth-child(1) > header:nth-child(1) > h2: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=\"?page=1\" title=\"\" class=\"page-link\">2</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > 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=\"?page=2\" title=\"\" class=\"page-link\">3</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > 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=\"?page=3\" title=\"\" class=\"page-link\">4</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > 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=\"?page=4\" title=\"\" class=\"page-link\">5</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > 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 href=\"?page=5\" title=\"\" class=\"page-link\">6</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > 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=\"?page=6\" title=\"\" class=\"page-link\">7</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"?page=7\" title=\"\" class=\"page-link\">8</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(8) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"?page=8\" title=\"\" class=\"page-link\">9</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(9) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"?page=1\" title=\"Go to next page\" rel=\"next\" class=\"page-link\">\n            Next ›\n            Next page\n          </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(11) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"?page=65\" title=\"Go to last page\" class=\"page-link\">\n            Last »\n            Last page\n          </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(12) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > form:nth-child(1) > 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 data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"btn btn-primary\" href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Do you live in the 6th District?</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p: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://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p: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://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">Privacy and Conditions of Use</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > p: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=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">Accessibility</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://asmdc.org/general-disclaimer\">General Disclaimer</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R9": {
                "name": "Links with identical accessible names have equivalent purpose",
                "code": "QW-ACT-R9",
                "mapping": "b20e66",
                "description": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.",
                "metadata": {
                  "target": {
                    "element": "a, [role='link']"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/b20e66",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 8,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/constituent-services-0\">Constituent Services</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)",
                        "accessibleName": "Constituent Services"
                      },
                      {
                        "htmlCode": "<a href=\"/how-i-can-help-you\" data-drupal-link-system-path=\"node/1527\">Constituent Services</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)",
                        "accessibleName": "Constituent Services"
                      }
                    ],
                    "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": 1,
                  "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 title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R30": {
                "name": "Visible label is part of accessible name",
                "code": "QW-ACT-R30",
                "mapping": "2ee8b8",
                "description": "This rule checks that interactive elements labeled through their content have their visible label as part of their accessible name.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "2.5.3",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/label-in-name.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#label-in-name"
                    }
                  ],
                  "related": [
                    "G208"
                  ],
                  "url": "https://act-rules.github.io/rules/2ee8b8",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The complete visible text content of the test target neither matches or is contained within its accessible name."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The complete visible text content of the test target neither matches or is contained within its accessible name.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<button class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">Menu</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > button:nth-child(1)",
                        "accessibleName": "Toggle navigation"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R35": {
                "name": "Heading has accessible name",
                "code": "QW-ACT-R35",
                "mapping": "ffd0e9",
                "description": "This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree.",
                "metadata": {
                  "target": {
                    "element": [
                      "h1-h6",
                      "*[role='heading']"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#info-and-relationships"
                    }
                  ],
                  "related": [
                    "H42"
                  ],
                  "url": "https://act-rules.github.io/rules/ffd0e9",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 16,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target accessible name doesn't exist or it's empty ('')."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target accessible name doesn't exist or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"title\"></h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h1:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "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": 5,
                  "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=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\">\n    \n      Skip to main content\n    \n    <iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-WPWRSGB\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe>\n      \n    \n\n  \n    \n              \n\n          \n            \n  \n    \n      \n        \n          Home\n                      Facebook\n                                Instagram\n                                Twitter\n                              Email\n        \n\n        \n\n          Contact Me\n          Settings\n      \n    \n\n    \n      \n        DefaultHigh Contrast\n\n        ResetIncrease Font SizeFont IncreaseDecrease Font SizeFon …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Please verify that headers are used to divide the page correctly.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<body></body>",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Please verify that headers are used to divide the page correctly.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<body></body>",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Please verify that headers are used to divide the page correctly.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<body></body>",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Please verify that headers are used to divide the page correctly.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<body></body>",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T23": {
                "name": "Adding a link at the top of each page that goes directly to the main content area",
                "code": "QW-WCAG-T23",
                "mapping": "G1",
                "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
                "metadata": {
                  "target": {
                    "element": "body"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G123",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The first focusable control is a visible link to a <main> element."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The first focusable control is a visible link to a <main> element.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\">\n      Skip to main content\n    </a>",
                        "pointer": "html > body:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T10": {
                "name": "Combining adjacent image and text links for the same resource",
                "code": "QW-WCAG-T10",
                "mapping": "H2",
                "description": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.",
                "metadata": {
                  "target": {
                    "element": "a"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/text-equiv-all.html"
                    },
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-link.html"
                    }
                  ],
                  "related": [
                    "G91",
                    "G94",
                    "H30",
                    "C9",
                    "F89"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H2",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The link contains an image that has an alt attribute that should be manually verified."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The link contains an image that has an alt attribute that should be manually verified.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/constituent-services-0\">\nContact</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1) > 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": 3,
                  "failed": 8,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The element's title attribute is empty."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Please verify that the element's title attribute describes correctly the link.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\">\n      \n    </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The element's title attribute is empty.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"?page=1\" title=\"\" class=\"page-link\">2</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The element's title attribute is empty.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"?page=2\" title=\"\" class=\"page-link\">3</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The element's title attribute is empty.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"?page=3\" title=\"\" class=\"page-link\">4</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The element's title attribute is empty.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"?page=4\" title=\"\" class=\"page-link\">5</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The element's title attribute is empty.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"?page=5\" title=\"\" class=\"page-link\">6</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The element's title attribute is empty.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"?page=6\" title=\"\" class=\"page-link\">7</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The element's title attribute is empty.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"?page=7\" title=\"\" class=\"page-link\">8</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(8) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The element's title attribute is empty.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"?page=8\" title=\"\" class=\"page-link\">9</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(9) > 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=\"?page=1\" title=\"Go to next page\" rel=\"next\" class=\"page-link\">\n            Next ›\n            Next page\n          </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(11) > 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=\"?page=65\" title=\"Go to last page\" class=\"page-link\">\n            Last »\n            Last page\n          </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(12) > a:nth-child(1)"
                      }
                    ],
                    "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": 13,
                  "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=\"block-mccarty-theme-main-menu\" class=\"clearfix nav navbar-nav\">\n                          <li class=\"nav-item menu-item--expanded dropdown\">\n                          <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > span:nth-child(1)\">About</span>\n                        <ul class=\"dropdown-menu\" _selector=\"htm …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2)"
                      }
                    ],
                    "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=\"dropdown-menu\">\n                          <li class=\"dropdown-item\">\n                          <a href=\"/biography-1\" data-drupal-link-system-path=\"node/36\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Biography</a>\n              </li>\n                      <li class=\"dropdown-item\">\n                          <a href=\"https://a06.asmdc.org/assemblymember-k …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2)"
                      }
                    ],
                    "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=\"dropdown-menu\">\n                          <li class=\"dropdown-item\">\n                          <a href=\"/district-map\" data-drupal-link-system-path=\"node/1587\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">District Map</a>\n              </li>\n                      <li class=\"dropdown-item\">\n                          <a href=\"/how-i-can-help-you\" data-drupal …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2)"
                      }
                    ],
                    "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=\"dropdown-menu\">\n                          <li class=\"dropdown-item\">\n                          <a href=\"/committees\" data-drupal-link-system-path=\"node/923\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Committees</a>\n              </li>\n                      <li class=\"dropdown-item\">\n                          <a href=\"/2023-2024-legislative-priorities\" da …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2)"
                      }
                    ],
                    "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=\"dropdown-menu\">\n                          <li class=\"dropdown-item\">\n                          <a href=\"/news\" data-drupal-link-system-path=\"news\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">News Articles</a>\n              </li>\n                      <li class=\"dropdown-item\">\n                          <a href=\"/photo\" data-drupal-link-system-path=\"photo\" …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2)"
                      }
                    ],
                    "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=\"dropdown-menu\">\n                          <li class=\"dropdown-item\">\n                          <a href=\"/contact-1\" data-drupal-link-system-path=\"node/1609\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Contact Information</a>\n              </li>\n                      <li class=\"dropdown-item\">\n                          <a href=\"https://a06.asmdc.org/contac …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2)"
                      }
                    ],
                    "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=\"dropdown-menu\">\n                          <li class=\"dropdown-item\">\n                          <a href=\"/covid-19-updates\" data-drupal-link-system-path=\"node/1542\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">COVID-19 Updates</a>\n              </li>\n                      <li class=\"dropdown-item\">\n                          <a href=\"/covid-19-edd-assistance …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2)"
                      }
                    ],
                    "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>\n        <li>\n\n          <a href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > 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)\">Contact</a></li>\n        <li><a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > 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-c …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">\n\t<li><a href=\"https://a06.asmdc.org/contact-0\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">EDD Assistance</a></li>\n\t<li><a href=\"/district-resources-0\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)  …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2)"
                      }
                    ],
                    "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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">\n\t<li><a href=\"/contact-1\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Contact Information</a></li>\n\t<li><a href=\"https://a06.asmdc.org/contact-0\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div: …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(2)"
                      }
                    ],
                    "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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">\n\t<li><a href=\"/news\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Latest News</a></li>\n\t<li><a href=\"/photo\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2)"
                      }
                    ],
                    "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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">\n\t<li><a href=\"/2021-2022-legislative-priorities\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">2021-2022 Legislation</a></li>\n\t<li><a href=\"/2019-2020-legislative-priorities\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1 …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2)"
                      }
                    ],
                    "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=\"pagination js-pager__items\">\n                                                        <li class=\"page-item active\">\n                      <span class=\"page-link\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > span:nth-child(1)\">1</span>\n                  </li>\n              <li class=\"page-item \">\n                      <a href=\"?page=1\" title=\"\" class=\"page-link\" _selector=\"html > body:nth-child(2) > div:nth …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T8": {
                "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives",
                "code": "QW-WCAG-T8",
                "mapping": "F30",
                "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
                "metadata": {
                  "target": {
                    "attributes": "alt"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content"
                    },
                    {
                      "name": "1.2.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded"
                    }
                  ],
                  "related": [],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30",
                  "passed": 0,
                  "warning": 8,
                  "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=\"/sites/a06.asmdc.org/files/McCarty-Logo21.svg\" alt=\"Home\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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) > a:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > h3: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 alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_leg_50.png\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > h3:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Facebook Logo\" data-entity-type=\"file\" data-entity-uuid=\"c6a0c190-e595-48e8-a4ae-43ffc5f2e856\" src=\"/sites/a04.asmdc.org/files/inline-images/f_logo_RGB-Hex-Blue_299-1_0.png\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Twitter Logo\" data-entity-type=\"file\" data-entity-uuid=\"72e929a4-0f12-4dcb-bb51-f2863541927e\" src=\"/sites/a04.asmdc.org/files/inline-images/tw-logo-Blue_299-1_2_0.png\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(2) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Instagram Logo\" data-entity-type=\"file\" data-entity-uuid=\"baf2a132-0939-4969-929d-f0043280c3e4\" src=\"/sites/a06.asmdc.org/files/inline-images/Instragram%20copy.png\" width=\"78\" height=\"78\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(3) > 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": 0,
                  "warning": 0,
                  "failed": 2,
                  "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": "<a href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">Contact</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > 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)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find Your District</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > 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)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 13,
              "warning": 2,
              "failed": 5,
              "inapplicable": 4
            },
            "assertions": {
              "QW-BP10": {
                "name": "HTML elements are used to control visual presentation of content",
                "code": "QW-BP10",
                "description": "No HTML elements are used to control the visual presentation of content",
                "metadata": {
                  "target": {
                    "element": [
                      "b",
                      "blink",
                      "blockquote",
                      "basefont",
                      "center",
                      "cite",
                      "em",
                      "font",
                      "i",
                      "link",
                      "mark",
                      "strong",
                      "s",
                      "strike",
                      "u",
                      "vlink"
                    ]
                  },
                  "passed": 0,
                  "warning": 0,
                  "failed": 6,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The webpage uses the element center to control the visual content presentation."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The webpage uses the element center to control the visual content presentation.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<center>Sign-up for Updates Submit EDD Assistance Request</center>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > center:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "center"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "The webpage uses the element center to control the visual content presentation.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<center>\nContact\n</center>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > center:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "center"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "The webpage uses the element center to control the visual content presentation.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<center>Capitol Office:</center>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > center:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "center"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "The webpage uses the element center to control the visual content presentation.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<center>State Capitol\nP.O. Box 942849\nSacramento, CA 94249-0007\nTel: (916) 319-2006</center>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > center:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "center"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "The webpage uses the element center to control the visual content presentation.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<center>Fax: (916) 319-2106</center>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > center:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "center"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "The webpage uses the element center to control the visual content presentation.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<center>District Office:\n915 L Street\nSuite 110\nSacramento, CA 95814\nTel: (916) 324-4676\nFax: (916) 327-3338</center>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > center:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "center"
                    ]
                  }
                ]
              },
              "QW-BP11": {
                "name": "Using br to make a list",
                "code": "QW-BP11",
                "description": "Using 3 consecutive br elements",
                "metadata": {
                  "target": {
                    "element": "br"
                  },
                  "passed": 5,
                  "warning": 0,
                  "failed": 3,
                  "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": "<p>Capitol Office:\nState Capitol\nP.O. Box 942849\nSacramento, CA 94249-0006\nTel: (916) 319-2006\nFax: (916) 319-2106</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "`br` elements are being be used as a list.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>District Office:\n915 L Street&nbsp;\nSuite 110\nSacramento, CA 95814\nTel: (916) 324-4676\nFax: (916) 327-3338</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "`br` elements are being be used as a list.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<center>District Office:\n915 L Street\nSuite 110\nSacramento, CA 95814\nTel: (916) 324-4676\nFax: (916) 327-3338</center>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > center: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": 17,
                  "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": "<h2 class=\"visually-hidden\" id=\"block-mccarty-theme-main-menu-menu\">Main navigation</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1>How Can I Help You?</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nResources</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nContact</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nNews Room</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nLegislation</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > h3:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"title\"></h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(2) > 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": "<h2 class=\"node__title\">\n        Assemblymember Kevin McCarty and Students Rally for Debt-Free College\n\n      </h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"node__title\">\n        Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\n\n      </h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(2) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"node__title\">\n        Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness\n\n      </h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(3) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"node__title\">\n        Assemblymember Kevin McCarty Adjourns in Memory former Legislator Eugene Gualco\n\n      </h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(4) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"node__title\">\n        Assemblymember Kevin McCarty introduces legislation requiring a minimum age for kids to play youth tackle football\n\n      </h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(5) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h4 id=\"pagination-heading\" class=\"visually-hidden\">Pagination</h4>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > h4:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2>Search</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h4>Connect with us:</h4>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h4>Contact:</h4>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2>Contact</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > center:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP20": {
                "name": "Landmark no duplicate banner",
                "code": "QW-BP20",
                "description": "Ensures the document has at most one banner landmark",
                "metadata": {
                  "target": {
                    "element": "body"
                  },
                  "passed": 0,
                  "warning": 0,
                  "failed": 5,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "There are multiple banner landmarks"
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "There are multiple banner landmarks",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\">\n    \n      Skip to main content\n    \n    <iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-WPWRSGB\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe>\n      \n    \n\n  \n    \n              \n\n          \n            \n  \n    \n      \n        \n          Home\n                      Facebook\n                                Instagram\n                                Twitter\n                              Email\n        \n\n        \n\n          Contact Me\n          Settings\n      \n    \n\n    \n      \n        DefaultHigh Contrast\n\n        ResetIncrease Font SizeFont IncreaseDecrease Font SizeFon …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "There are multiple banner landmarks",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<body></body>",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "There are multiple banner landmarks",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<body></body>",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "There are multiple banner landmarks",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<body></body>",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "There are multiple banner landmarks",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<body></body>",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP15": {
                "name": "At least one width attribute of an HTML element is expressed in absolute values",
                "code": "QW-BP15",
                "description": "At least one width attribute of an HTML element is expressed in absolute values",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "width"
                  },
                  "passed": 0,
                  "warning": 0,
                  "failed": 4,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target `width` attribute uses absolute units."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp;max_height=0&amp;hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"150\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\"></iframe>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp;max_height=0&amp;hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\"></iframe>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(2) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp;max_height=0&amp;hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember McCarty: Tiny Home Plan is &quot;Spot On&quot; Way to Reduce Homelessness\"></iframe>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp;max_height=0&amp;hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\"></iframe>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(4) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP17": {
                "name": "Adding a link at the beginning of a block of repeated content to go to the end of the block",
                "code": "QW-BP17",
                "mapping": "G123",
                "description": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
                "metadata": {
                  "target": {
                    "element": "a",
                    "attributes": "href"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G123",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "This link skips a content block."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\">\n      Skip to main content\n    </a>",
                        "pointer": "html > body:nth-child(2) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<a id=\"main-content\" tabindex=\"-1\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP19": {
                "name": "Landmark banner is top level",
                "code": "QW-BP19",
                "description": "Ensures the banner landmark is at top level",
                "metadata": {
                  "target": {
                    "element": "header:not([role]), [role=banner]"
                  },
                  "passed": 1,
                  "warning": 0,
                  "failed": 5,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The banner landmark is not at top level."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The banner landmark is not at top level.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<header>\n    \n          \n        Assemblymember Kevin McCarty and Students Rally for Debt-Free College\n\n      \n        \n      </header>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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) > article:nth-child(1) > header:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The banner landmark is not at top level.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<header>\n    \n          \n        Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\n\n      \n        \n      </header>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(2) > article:nth-child(1) > header:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The banner landmark is not at top level.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<header>\n    \n          \n        Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness\n\n      \n        \n      </header>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(3) > article:nth-child(1) > header:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The banner landmark is not at top level.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<header>\n    \n          \n        Assemblymember Kevin McCarty Adjourns in Memory former Legislator Eugene Gualco\n\n      \n        \n      </header>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(4) > article:nth-child(1) > header:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The banner landmark is not at top level.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<header>\n    \n          \n        Assemblymember Kevin McCarty introduces legislation requiring a minimum age for kids to play youth tackle football\n\n      \n        \n      </header>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(5) > article:nth-child(1) > header:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 99,
                "document": 5,
                "banner": 6,
                "navigation": 4,
                "button": 9,
                "alert": 1,
                "group": 2,
                "img": 8,
                "heading": 17,
                "list": 13,
                "listitem": 64,
                "complementary": 2,
                "region": 3,
                "main": 1,
                "article": 5,
                "presentation": 1,
                "search": 1,
                "form": 1,
                "searchbox": 1
              },
              "tags": {
                "html": 5,
                "head": 5,
                "meta": 6,
                "noscript": 2,
                "link": 19,
                "script": 14,
                "title": 1,
                "body": 5,
                "a": 81,
                "div": 102,
                "header": 6,
                "nav": 4,
                "span": 38,
                "button": 8,
                "img": 8,
                "h2": 8,
                "ul": 13,
                "li": 65,
                "aside": 2,
                "center": 6,
                "section": 3,
                "h1": 2,
                "h3": 4,
                "br": 22,
                "main": 1,
                "article": 5,
                "time": 5,
                "iframe": 4,
                "p": 6,
                "b": 1,
                "h4": 3,
                "form": 1,
                "label": 1,
                "input": 2,
                "strong": 6,
                "footer": 1
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          50,
          124,
          10,
          8
        ],
        "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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... g/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\" style=\"font-size: 1rem;\"><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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... g/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\" style=\"font-size: 1rem;\"><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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... g/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\" style=\"font-size: 1rem;\"><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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... g/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\" style=\"font-size: 1rem;\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1)"
            },
            "excerpt": "<nav role=\"navigation\" aria-labelledby=\"block-mccarty-theme-main-menu-menu\" id=\"block-mccarty-theme-main-menu\" class=\"block block-menu navigation menu--main\"> Main navigation About Biography Assemblymember Kevin McCarty High Res Photo District District Map …"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2)"
            },
            "excerpt": "<ul id=\"block-mccarty-theme-main-menu\" class=\"clearfix nav navbar-nav\"> About Biography Assemblymember Kevin McCarty High Res Photo District District Map Constituent Services SB1 Transportation Projects in As …"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> Resources</h3>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1)"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> Contact</h3>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> News Room</h3>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > h3:nth-child(1)"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> Legislation</h3>"
          },
          {
            "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 href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main 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(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"ca-gov-icon-home\" href=\"/\">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(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a class=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\">Facebook</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(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)"
            },
            "excerpt": "<a class=\"ca-gov-icon-instagram\" href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\">Instagram</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(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(4)"
            },
            "excerpt": "<a class=\"ca-gov-icon-twitter\" href=\"https://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\">Twitter</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(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(5)"
            },
            "excerpt": "<a class=\"ca-gov-icon-email\" href=\"https://a06.asmdc.org/contact-0\">Email</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(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://a06.asmdc.org/contact-0\">Contact Me</a>"
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)"
            },
            "excerpt": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">Settings</button>"
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1)"
            },
            "excerpt": "<button class=\"btn btn-secondary disableHighContrastMode\" type=\"button\">Default</button>"
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2)"
            },
            "excerpt": "<button class=\"btn btn-secondary enableHighContrastMode\" type=\"button\">High Contrast</button>"
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)"
            },
            "excerpt": "<button class=\"btn btn-secondary resetTextSize\" type=\"button\">Reset</button>"
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)"
            },
            "excerpt": "<button class=\"btn btn-secondary increaseTextSize\" type=\"button\">Increase Font SizeFont Increase</button>"
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)"
            },
            "excerpt": "<button class=\"btn btn-secondary decreaseTextSize\" type=\"button\">Decrease Font SizeFont Decrease</button>"
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > button:nth-child(3)"
            },
            "excerpt": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" aria-label=\"Close\" class=\"close\" data-target=\"#siteSettings\" data-toggle=\"collapse\" type=\"button\">×</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(3) > div:nth-child(1) > div:nth-child(1) > header: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) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"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": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > button:nth-child(1)"
            },
            "excerpt": "<button class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">Menu</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/biography-1\" data-drupal-link-system-path=\"node/36\">Biography</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://a06.asmdc.org/assemblymember-kevin-mccarty\">Assemblymember Kevin McCarty High Res Photo</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/district-map\" data-drupal-link-system-path=\"node/1587\">District Map</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/how-i-can-help-you\" data-drupal-link-system-path=\"node/1527\">Constituent Services</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/sb1-transportation-projects-assembly-district-7\" data-drupal-link-system-path=\"node/1358\">SB1 Transportation Projects in Assembly District 7</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/events\" data-drupal-link-system-path=\"events\">Upcoming Events</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/committees\" data-drupal-link-system-path=\"node/923\">Committees</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/2023-2024-legislative-priorities\" data-drupal-link-system-path=\"node/1754\">2023-2024 Legislative Priorities</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/2021-2022-legislative-priorities\" data-drupal-link-system-path=\"node/1611\">2021-2022 Legislative Priorities</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/2019-2020-legislative-priorities\" data-drupal-link-system-path=\"node/1434\">2019-2020 Legislative Priorities</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/2017-2018-legislative-priorities\" data-drupal-link-system-path=\"node/924\">2017-2018 Legislative Priorities</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/2015-2016-legislative-priorities\" data-drupal-link-system-path=\"node/1594\">2015-2016 Legislative Priorities</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/universal-transitional-kindergarten\" data-drupal-link-system-path=\"node/1589\">Universal Transitional Kindergarten</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(8) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/deadly-force-accountability-act-ab-1506-fact-sheet-2020\" data-drupal-link-system-path=\"node/1562\">Deadly Force Accountability Act (AB 1506) Fact Sheet 2020</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(9) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/racial-justice-police-reform-bills\" data-drupal-link-system-path=\"node/1569\">Racial Justice and Police Reform Bills</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/news\" data-drupal-link-system-path=\"news\">News Articles</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/photo\" data-drupal-link-system-path=\"photo\">Photo Album</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/press-releases\" data-drupal-link-system-path=\"press-releases\">Press Releases</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/videos\" data-drupal-link-system-path=\"videos\">Video Gallery</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/contact-1\" data-drupal-link-system-path=\"node/1609\">Contact Information</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://a06.asmdc.org/contact-0\">Contact Kevin</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://scheduling.assembly.ca.gov/a06\">Meeting or Event Request</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/sign-updates-0\" data-drupal-link-system-path=\"node/1524\">Sign Up for Updates</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/covid-19-updates\" data-drupal-link-system-path=\"node/1542\">COVID-19 Updates</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/covid-19-edd-assistance-information\" data-drupal-link-system-path=\"node/1566\">COVID-19 EDD Assistance Information</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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/covid-19-vaccines\" data-drupal-link-system-path=\"node/1603\">COVID-19 Vaccines</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(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > 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)"
            },
            "excerpt": "<a href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">Contact</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > 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)"
            },
            "excerpt": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find Your District</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > center:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD06\" target=\"_blank\">Sign-up for Updates</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > center:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a class=\"btn btn-danger\" href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">Submit EDD Assistance Request</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://a06.asmdc.org/contact-0\">EDD Assistance</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/district-resources-0\">District</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/state-resources-0\">State</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/constituent-services-0\">Constituent Services</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/2-1-1-vs-9-1-1\">211 vs. 911</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/constituent-services-0\"> Contact</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/contact-1\">Contact Information</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://a06.asmdc.org/contact-0\">Contact Kevin</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD06\" target=\"_blank\">Sign-up for Updates</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find Your District</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://scheduling.assembly.ca.gov/a06\">Meeting or Event Request</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/news\">Latest News</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/photo\">Photo Gallery</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/press-releases\">Press Releases</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/videos\">Video Gallery</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/2021-2022-legislative-priorities\">2021-2022 Legislation</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/2019-2020-legislative-priorities\">2019-2020 Legislation</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/2017-2018-legislative-priorities\">2017-2018 Legislation</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/2015-2016-legislative-priorities\">2015-2016 Legislation</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/kevins-priorities\">Kevin's Priorities</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/video/20230419-assemblymember-kevin-mccarty-and-students-rally-debt-free-college\" rel=\"bookmark\">Assemblymember Kevin McCarty and Students Rally for Debt-Free College </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp;max_height=0&amp;hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"150\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\"></iframe>"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(2) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/video/20230323-assemblymember-kevin-mccarty-honors-tuskegee-airmen-day\" rel=\"bookmark\">Assemblymember Kevin McCarty Honors Tuskegee Airmen Day </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(2) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp;max_height=0&amp;hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\"></iframe>"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(3) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/video/20230316-assemblymember-mccarty-tiny-home-plan-spot-way-reduce-homelessness\" rel=\"bookmark\">Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp;max_height=0&amp;hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember McCarty: Tiny Home Plan is &quot;Spot On&quot; Way to Reduce Homelessness\"></iframe>"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(4) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/video/20230316-assemblymember-kevin-mccarty-adjourns-memory-former-legislator-eugene-gualco\" rel=\"bookmark\">Assemblymember Kevin McCarty Adjourns in Memory former Legislator Eugene Gualco </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(4) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp;max_height=0&amp;hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\"></iframe>"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(5) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/press-releases/20230217-assemblymember-kevin-mccarty-introduces-legislation-requiring-minimum-age\" rel=\"bookmark\">Assemblymember Kevin McCarty introduces legislation requiring a minimum age for kids to play youth tackle football </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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=1\" title=\"\" class=\"page-link\">2</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=2\" title=\"\" class=\"page-link\">3</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=3\" title=\"\" class=\"page-link\">4</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=4\" title=\"\" class=\"page-link\">5</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=5\" title=\"\" class=\"page-link\">6</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=6\" title=\"\" class=\"page-link\">7</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(8) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=7\" title=\"\" class=\"page-link\">8</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(9) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=8\" title=\"\" class=\"page-link\">9</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(11) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=1\" title=\"Go to next page\" rel=\"next\" class=\"page-link\"> Next › Next page </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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(12) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=65\" title=\"Go to last page\" class=\"page-link\"> Last » Last page </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": "edit-keys",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\">"
          },
          {
            "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": "edit-submit",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > input:nth-child(1)"
            },
            "excerpt": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\">"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"btn btn-primary\" href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Do you live in the 6th District?</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\"></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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(2)"
            },
            "excerpt": "<a href=\"https://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\"></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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(3)"
            },
            "excerpt": "<a href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\"></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(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">Privacy and Conditions of Use</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(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">Accessibility</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(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)"
            },
            "excerpt": "<a href=\"https://asmdc.org/general-disclaimer\">General Disclaimer</a>"
          },
          {
            "ruleID": "QW-ACT-R9",
            "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/constituent-services-0\">Constituent Services</a>"
          },
          {
            "ruleID": "QW-ACT-R9",
            "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/how-i-can-help-you\" data-drupal-link-system-path=\"node/1527\">Constituent Services</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": "edit-keys",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\">"
          },
          {
            "ruleID": "QW-ACT-R30",
            "what": "This rule checks that interactive elements labeled through their content have their visible label as part of their accessible name.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > button:nth-child(1)"
            },
            "excerpt": "<button class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">Menu</button>"
          },
          {
            "ruleID": "QW-ACT-R35",
            "what": "This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree.",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"title\"></h1>"
          },
          {
            "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=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"> Skip to main content <iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-WPWRSGB\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe> Home Facebook Instagram Twitter Email Contact Me Settings DefaultHigh Contrast ResetIncrease Font SizeFont IncreaseDecrease Font SizeFon …"
          },
          {
            "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></body>"
          },
          {
            "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></body>"
          },
          {
            "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></body>"
          },
          {
            "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></body>"
          },
          {
            "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 href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </a>"
          },
          {
            "ruleID": "QW-WCAG-T10",
            "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/constituent-services-0\"> Contact</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(3) > div:nth-child(1) > div:nth-child(1) > header: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) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\"> </a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=1\" title=\"\" class=\"page-link\">2</a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=2\" title=\"\" class=\"page-link\">3</a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=3\" title=\"\" class=\"page-link\">4</a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=4\" title=\"\" class=\"page-link\">5</a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=5\" title=\"\" class=\"page-link\">6</a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=6\" title=\"\" class=\"page-link\">7</a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(8) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=7\" title=\"\" class=\"page-link\">8</a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(9) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=8\" title=\"\" class=\"page-link\">9</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(11) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=1\" title=\"Go to next page\" rel=\"next\" class=\"page-link\"> Next › Next page </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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(12) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"?page=65\" title=\"Go to last page\" class=\"page-link\"> Last » Last page </a>"
          },
          {
            "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": "block-mccarty-theme-main-menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2)"
            },
            "excerpt": "<ul id=\"block-mccarty-theme-main-menu\" class=\"clearfix nav navbar-nav\"> <li class=\"nav-item menu-item--expanded dropdown\"> <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\" ... th-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > span:nth-child(1)\">About</span> <ul class=\"dropdown-menu\" _selector=\"htm …"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/biography-1\" data-drupal-link-system-path=\"node/36\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth- ... :nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Biography</a> </li> <li class=\"dropdown-item\"> <a href=\"https://a06.asmdc.org/assemblymember-k …"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/district-map\" data-drupal-link-system-path=\"node/1587\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:n ... nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">District Map</a> </li> <li class=\"dropdown-item\"> <a href=\"/how-i-can-help-you\" data-drupal …"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/committees\" data-drupal-link-system-path=\"node/923\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth- ... :nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Committees</a> </li> <li class=\"dropdown-item\"> <a href=\"/2023-2024-legislative-priorities\" da …"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/news\" data-drupal-link-system-path=\"news\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ... (1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">News Articles</a> </li> <li class=\"dropdown-item\"> <a href=\"/photo\" data-drupal-link-system-path=\"photo\" …"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/contact-1\" data-drupal-link-system-path=\"node/1609\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth- ... :nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Contact Information</a> </li> <li class=\"dropdown-item\"> <a href=\"https://a06.asmdc.org/contac …"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/covid-19-updates\" data-drupal-link-system-path=\"node/1542\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > d ... ) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">COVID-19 Updates</a> </li> <li class=\"dropdown-item\"> <a href=\"/covid-19-edd-assistance …"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul> <li> <a href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2 ... div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > 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-c …"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2)"
            },
            "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\"> <li><a href=\"https://a06.asmdc.org/contact-0\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) >  ... ces-0\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) …"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(2)"
            },
            "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\"> <li><a href=\"/contact-1\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > di ... _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div: …"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2)"
            },
            "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\"> <li><a href=\"/news\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth ... div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: …"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2)"
            },
            "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\"> <li><a href=\"/2021-2022-legislative-priorities\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)  ... 20-legislative-priorities\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1 …"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"pagination js-pager__items\"> <li class=\"page-item active\"> <span class=\"page-link\" _selector=\"html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-chi ... th-child(2) > ul:nth-child(2) > li:nth-child(1) > span:nth-child(1)\">1</span> </li> <li class=\"page-item \"> <a href=\"?page=1\" title=\"\" class=\"page-link\" _selector=\"html > body:nth-child(2) > div:nth …"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > header: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) > a:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"/sites/a06.asmdc.org/files/McCarty-Logo21.svg\" alt=\"Home\">"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\">"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1) > a:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\">"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\">"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > h3:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_leg_50.png\">"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img alt=\"Facebook Logo\" data-entity-type=\"file\" data-entity-uuid=\"c6a0c190-e595-48e8-a4ae-43ffc5f2e856\" src=\"/sites/a04.asmdc.org/files/inline-images/f_logo_RGB-Hex-Blue_299-1_0.png\">"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(2) > img:nth-child(1)"
            },
            "excerpt": "<img alt=\"Twitter Logo\" data-entity-type=\"file\" data-entity-uuid=\"72e929a4-0f12-4dcb-bb51-f2863541927e\" src=\"/sites/a04.asmdc.org/files/inline-images/tw-logo-Blue_299-1_2_0.png\">"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(3) > img:nth-child(1)"
            },
            "excerpt": "<img alt=\"Instagram Logo\" data-entity-type=\"file\" data-entity-uuid=\"baf2a132-0939-4969-929d-f0043280c3e4\" src=\"/sites/a06.asmdc.org/files/inline-images/Instragram%20copy.png\" width=\"78\" height=\"78\" loading=\"lazy\">"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > 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)"
            },
            "excerpt": "<a href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">Contact</a>"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > 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)"
            },
            "excerpt": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find Your District</a>"
          },
          {
            "ruleID": "QW-BP10",
            "what": "No HTML elements are used to control the visual presentation of content",
            "ordinalSeverity": 1,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > center:nth-child(1)"
            },
            "excerpt": "<center>Sign-up for Updates Submit EDD Assistance Request</center>"
          },
          {
            "ruleID": "QW-BP10",
            "what": "No HTML elements are used to control the visual presentation of content",
            "ordinalSeverity": 1,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > center:nth-child(1)"
            },
            "excerpt": "<center> Contact </center>"
          },
          {
            "ruleID": "QW-BP10",
            "what": "No HTML elements are used to control the visual presentation of content",
            "ordinalSeverity": 1,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > center:nth-child(1)"
            },
            "excerpt": "<center>Capitol Office:</center>"
          },
          {
            "ruleID": "QW-BP10",
            "what": "No HTML elements are used to control the visual presentation of content",
            "ordinalSeverity": 1,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > center:nth-child(2)"
            },
            "excerpt": "<center>State Capitol P.O. Box 942849 Sacramento, CA 94249-0007 Tel: (916) 319-2006</center>"
          },
          {
            "ruleID": "QW-BP10",
            "what": "No HTML elements are used to control the visual presentation of content",
            "ordinalSeverity": 1,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > center:nth-child(3)"
            },
            "excerpt": "<center>Fax: (916) 319-2106</center>"
          },
          {
            "ruleID": "QW-BP10",
            "what": "No HTML elements are used to control the visual presentation of content",
            "ordinalSeverity": 1,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > center:nth-child(1)"
            },
            "excerpt": "<center>District Office: 915 L Street Suite 110 Sacramento, CA 95814 Tel: (916) 324-4676 Fax: (916) 327-3338</center>"
          },
          {
            "ruleID": "QW-BP11",
            "what": "Using 3 consecutive br elements",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)"
            },
            "excerpt": "<p>Capitol Office: State Capitol P.O. Box 942849 Sacramento, CA 94249-0006 Tel: (916) 319-2006 Fax: (916) 319-2106</p>"
          },
          {
            "ruleID": "QW-BP11",
            "what": "Using 3 consecutive br elements",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6)"
            },
            "excerpt": "<p>District Office: 915 L Street&nbsp; Suite 110 Sacramento, CA 95814 Tel: (916) 324-4676 Fax: (916) 327-3338</p>"
          },
          {
            "ruleID": "QW-BP11",
            "what": "Using 3 consecutive br elements",
            "ordinalSeverity": 1,
            "tagName": "CENTER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > center:nth-child(1)"
            },
            "excerpt": "<center>District Office: 915 L Street Suite 110 Sacramento, CA 95814 Tel: (916) 324-4676 Fax: (916) 327-3338</center>"
          },
          {
            "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": "H2",
            "id": "block-mccarty-theme-main-menu-menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > header: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(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"visually-hidden\" id=\"block-mccarty-theme-main-menu-menu\">Main navigation</h2>"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1>How Can I Help You?</h1>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> Resources</h3>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > h3:nth-child(1)"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> Contact</h3>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> News Room</h3>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > h3:nth-child(1)"
            },
            "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> Legislation</h3>"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"title\"></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": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"node__title\"> Assemblymember Kevin McCarty and Students Rally for Debt-Free College </h2>"
          },
          {
            "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": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(2) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"node__title\"> Assemblymember Kevin McCarty Honors Tuskegee Airmen Day </h2>"
          },
          {
            "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": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(3) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"node__title\"> Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness </h2>"
          },
          {
            "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": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(4) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"node__title\"> Assemblymember Kevin McCarty Adjourns in Memory former Legislator Eugene Gualco </h2>"
          },
          {
            "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": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(5) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"node__title\"> Assemblymember Kevin McCarty introduces legislation requiring a minimum age for kids to play youth tackle football </h2>"
          },
          {
            "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": "pagination-heading",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > h4:nth-child(1)"
            },
            "excerpt": "<h4 id=\"pagination-heading\" class=\"visually-hidden\">Pagination</h4>"
          },
          {
            "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": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2>Search</h2>"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(2)"
            },
            "excerpt": "<h4>Connect with us:</h4>"
          },
          {
            "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(4)"
            },
            "excerpt": "<h4>Contact:</h4>"
          },
          {
            "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": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > center:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2>Contact</h2>"
          },
          {
            "ruleID": "QW-BP20",
            "what": "Ensures the document has at most one banner landmark",
            "ordinalSeverity": 1,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"> Skip to main content <iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-WPWRSGB\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe> Home Facebook Instagram Twitter Email Contact Me Settings DefaultHigh Contrast ResetIncrease Font SizeFont IncreaseDecrease Font SizeFon …"
          },
          {
            "ruleID": "QW-BP20",
            "what": "Ensures the document has at most one banner landmark",
            "ordinalSeverity": 1,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body></body>"
          },
          {
            "ruleID": "QW-BP20",
            "what": "Ensures the document has at most one banner landmark",
            "ordinalSeverity": 1,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body></body>"
          },
          {
            "ruleID": "QW-BP20",
            "what": "Ensures the document has at most one banner landmark",
            "ordinalSeverity": 1,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body></body>"
          },
          {
            "ruleID": "QW-BP20",
            "what": "Ensures the document has at most one banner landmark",
            "ordinalSeverity": 1,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body></body>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp;max_height=0&amp;hash=Aw_aXevxFLMliOyQGc-Js2qph19IUUlyZTr_B0R4V1E\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"150\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty and Students Rally for Debt-Free College\"></iframe>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(2) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp;max_height=0&amp;hash=8ZkQLuw480KHQRteDlFZ2_2OrYUWOC_t497wbJdWql4\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Honors Tuskegee Airmen Day\"></iframe>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp;max_height=0&amp;hash=-7ZnIpYWFEf95XTYjkiO_AzxWeCKl93EI70hvRdVIXs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember McCarty: Tiny Home Plan is &quot;Spot On&quot; Way to Reduce Homelessness\"></iframe>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(4) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp;max_height=0&amp;hash=D4gltcKdI7YFYt1CW_5UZ5Kl3ReV3QuWCCL08LHs5Mk\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Kevin McCarty Adjourns in Memory in honor of former Legislator Eugene Gualco\"></iframe>"
          },
          {
            "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 href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main 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": "A",
            "id": "main-content",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>"
          },
          {
            "ruleID": "QW-BP19",
            "what": "Ensures the banner landmark is at top level",
            "ordinalSeverity": 1,
            "tagName": "HEADER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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) > article:nth-child(1) > header:nth-child(1)"
            },
            "excerpt": "<header> Assemblymember Kevin McCarty and Students Rally for Debt-Free College </header>"
          },
          {
            "ruleID": "QW-BP19",
            "what": "Ensures the banner landmark is at top level",
            "ordinalSeverity": 1,
            "tagName": "HEADER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(2) > article:nth-child(1) > header:nth-child(1)"
            },
            "excerpt": "<header> Assemblymember Kevin McCarty Honors Tuskegee Airmen Day </header>"
          },
          {
            "ruleID": "QW-BP19",
            "what": "Ensures the banner landmark is at top level",
            "ordinalSeverity": 1,
            "tagName": "HEADER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(3) > article:nth-child(1) > header:nth-child(1)"
            },
            "excerpt": "<header> Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness </header>"
          },
          {
            "ruleID": "QW-BP19",
            "what": "Ensures the banner landmark is at top level",
            "ordinalSeverity": 1,
            "tagName": "HEADER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(4) > article:nth-child(1) > header:nth-child(1)"
            },
            "excerpt": "<header> Assemblymember Kevin McCarty Adjourns in Memory former Legislator Eugene Gualco </header>"
          },
          {
            "ruleID": "QW-BP19",
            "what": "Ensures the banner landmark is at top level",
            "ordinalSeverity": 1,
            "tagName": "HEADER",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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(5) > article:nth-child(1) > header:nth-child(1)"
            },
            "excerpt": "<header> Assemblymember Kevin McCarty introduces legislation requiring a minimum age for kids to play youth tackle football </header>"
          }
        ]
      },
      "endTime": 1687101746712
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "startTime": 1687101746712,
      "url": "https://a06.asmdc.org/",
      "what": "Tenon",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.068",
        "responseTime": "2023-06-18T15:22:26.162Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1002964,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 173,
              "failing": 7
            },
            "issues": {
              "totalErrors": 29,
              "totalWarnings": 1,
              "totalIssues": 30
            },
            "issuesByLevel": {
              "A": {
                "count": 13,
                "pct": 43.33
              },
              "AA": {
                "count": 10,
                "pct": 33.33
              },
              "AAA": {
                "count": 30,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 3,
              "warningDensity": 0,
              "allDensity": 3
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "f17da17a-24f5-4e14-a42d-a2a25332340c",
          "docID": "7e0c0e16-4e93-439f-8ab1-e2f7d0bb8220",
          "sourceHash": "d14555effc08298cb11681efa08e0e60",
          "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=f17da17a-24f5-4e14-a42d-a2a25332340c",
          "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": 1008,
                  "y": 3700.94
                },
                "height": 3700.94,
                "width": 1008
              },
              "position": {
                "line": 2073,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"&gt; &lt;a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"&gt; Skip to main content &lt;/a&gt; &lt;noscript&gt;&amp;lt;iframe src=\"https://www.goo",
              "xpath": "/html/body",
              "issueID": "8b7deba5541b933b078a4079ca993693",
              "signature": "05a1cecf8a818b0508e687de2990bf6b",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=8b7deba5541b933b078a4079ca993693"
            },
            {
              "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": 8,
                  "y": 128
                },
                "bottom-right": {
                  "x": 63,
                  "y": 145
                },
                "height": 17,
                "width": 55
              },
              "position": {
                "line": 38,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\"&gt; &lt;img src=\"/sites/a06.asmdc.org/files/McCarty-Logo21.svg\" alt=\"Home\"&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "5944b412986c7fff98d9d46fc400949f",
              "signature": "be1851f3fc6a2d91b52550b09e06e887",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5944b412986c7fff98d9d46fc400949f"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "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": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 48,
                  "y": 1079.34375
                },
                "bottom-right": {
                  "x": 180,
                  "y": 1096.34375
                },
                "height": 17,
                "width": 132
              },
              "position": {
                "line": 4342,
                "column": 33
              },
              "errorSnippet": "&lt;a href=\"/constituent-services-0\"&gt;Constituent Services&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]",
              "issueID": "18e4dd2a5c6d89ae0125253946c5f785",
              "signature": "e5370cbefd6fd201f0e533d00adacaf8",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=18e4dd2a5c6d89ae0125253946c5f785"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1008,
                  "y": 3700.94
                },
                "height": 3700.94,
                "width": 1008
              },
              "position": {
                "line": 2073,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"&gt; &lt;a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"&gt; Skip to main content &lt;/a&gt; &lt;noscript&gt;&amp;lt;iframe src=\"https://www.goo",
              "xpath": "/html/body",
              "issueID": "451a18d2062361d7bf4e78d1463c3521",
              "signature": "321194cf5df9198d3dc7563902d6610a",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=451a18d2062361d7bf4e78d1463c3521"
            },
            {
              "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": 8,
                  "y": 107
                },
                "bottom-right": {
                  "x": 15.7969,
                  "y": 122
                },
                "height": 15,
                "width": 7.796900000000001
              },
              "position": {
                "line": 7780,
                "column": 9
              },
              "errorSnippet": "&lt;button aria-controls=\"siteSettings\" aria-expanded=\"false\" aria-label=\"Close\" class=\"close\" data-target=\"#siteSettings\" data-toggle=\"collapse\" type=\"button\"&gt;&lt;span aria-hidden=\"true\"&gt;×&lt;/span&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[2]/div[1]/button[1]",
              "issueID": "c4511dd9ad7dc137119b52b63a532d70",
              "signature": "579bd8cc2909dbde82df6b2c5a2f1a24",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c4511dd9ad7dc137119b52b63a532d70"
            },
            {
              "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": 48,
                  "y": 2680.25
                },
                "bottom-right": {
                  "x": 56,
                  "y": 2697.25
                },
                "height": 17,
                "width": 8
              },
              "position": {
                "line": 6363,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"?page=1\" title=\"\" class=\"page-link\"&gt;2&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]",
              "issueID": "42e44c72dad9d181366c7e37e6759cc4",
              "signature": "31cc99f3609dd04bc684599c841aa6bd",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=42e44c72dad9d181366c7e37e6759cc4"
            },
            {
              "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": 48,
                  "y": 2698.25
                },
                "bottom-right": {
                  "x": 56,
                  "y": 2715.25
                },
                "height": 17,
                "width": 8
              },
              "position": {
                "line": 6364,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"?page=2\" title=\"\" class=\"page-link\"&gt;3&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]",
              "issueID": "3f7181ab37e8524c52cd8c3435bda5af",
              "signature": "4a27ac3dc3673536d2d7e647dd1d6c46",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=3f7181ab37e8524c52cd8c3435bda5af"
            },
            {
              "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": 48,
                  "y": 2716.25
                },
                "bottom-right": {
                  "x": 56,
                  "y": 2733.25
                },
                "height": 17,
                "width": 8
              },
              "position": {
                "line": 6364,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"?page=3\" title=\"\" class=\"page-link\"&gt;4&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]",
              "issueID": "cc2077642509e04aaab8a997d01f7cb3",
              "signature": "aae775d8777df30def330eae8a0000c3",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=cc2077642509e04aaab8a997d01f7cb3"
            },
            {
              "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": 48,
                  "y": 2734.25
                },
                "bottom-right": {
                  "x": 56,
                  "y": 2751.25
                },
                "height": 17,
                "width": 8
              },
              "position": {
                "line": 6364,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"?page=4\" title=\"\" class=\"page-link\"&gt;5&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]",
              "issueID": "fa92b5d507e40d2c1be1d498f7d49951",
              "signature": "9139cd8391c5b145f2d6804140890707",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=fa92b5d507e40d2c1be1d498f7d49951"
            },
            {
              "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": 48,
                  "y": 2752.25
                },
                "bottom-right": {
                  "x": 56,
                  "y": 2769.25
                },
                "height": 17,
                "width": 8
              },
              "position": {
                "line": 6435,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"?page=5\" title=\"\" class=\"page-link\"&gt;6&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]",
              "issueID": "f2c0d6ece449fd29f395800dac388b21",
              "signature": "779f6d369c8e6b7f1c96b9c6400faaf2",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=f2c0d6ece449fd29f395800dac388b21"
            },
            {
              "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": 48,
                  "y": 2770.25
                },
                "bottom-right": {
                  "x": 56,
                  "y": 2787.25
                },
                "height": 17,
                "width": 8
              },
              "position": {
                "line": 6436,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"?page=6\" title=\"\" class=\"page-link\"&gt;7&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]",
              "issueID": "50591a36143d685451ec2d27071af562",
              "signature": "0022e7f81fe4c3474854c07df7898189",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=50591a36143d685451ec2d27071af562"
            },
            {
              "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": 48,
                  "y": 2788.25
                },
                "bottom-right": {
                  "x": 56,
                  "y": 2805.25
                },
                "height": 17,
                "width": 8
              },
              "position": {
                "line": 6436,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"?page=7\" title=\"\" class=\"page-link\"&gt;8&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]",
              "issueID": "b808f5883bd1aefed476989eaa605a9e",
              "signature": "42b1a8bdb926f67cdebb54197e00c926",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b808f5883bd1aefed476989eaa605a9e"
            },
            {
              "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": 48,
                  "y": 2806.25
                },
                "bottom-right": {
                  "x": 56,
                  "y": 2823.25
                },
                "height": 17,
                "width": 8
              },
              "position": {
                "line": 6436,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"?page=8\" title=\"\" class=\"page-link\"&gt;9&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[9]/a[1]",
              "issueID": "23aa165df4ea4eef1b2a1dccc7dd4590",
              "signature": "2b2d024ecea086b3796d36b68413cf82",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=23aa165df4ea4eef1b2a1dccc7dd4590"
            },
            {
              "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": 8,
                  "y": 2966.0625
                },
                "bottom-right": {
                  "x": 50.2344,
                  "y": 2981.0625
                },
                "height": 15,
                "width": 42.2344
              },
              "position": {
                "line": 3802,
                "column": 34
              },
              "errorSnippet": "&lt;input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\"&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/form[1]/div[2]/input[1]",
              "issueID": "eb3e95ba2995349eb08468c1c5f4ab6d",
              "signature": "6c507fc39529b92c114cb91cacf7c5c0",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=eb3e95ba2995349eb08468c1c5f4ab6d"
            },
            {
              "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": 1008,
                  "y": 3700.94
                },
                "height": 3700.94,
                "width": 1008
              },
              "position": {
                "line": 2073,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"&gt; &lt;a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"&gt; Skip to main content &lt;/a&gt; &lt;noscript&gt;&amp;lt;iframe src=\"https://www.goo",
              "xpath": "/html/body",
              "issueID": "a4e5817a5697fcf471b0926fa6187f4c",
              "signature": "c7c8574617884349440c04c888da8a1f",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=a4e5817a5697fcf471b0926fa6187f4c"
            },
            {
              "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": 51.109375,
                  "y": 26
                },
                "bottom-right": {
                  "x": 113.109375,
                  "y": 43
                },
                "height": 17,
                "width": 62
              },
              "position": {
                "line": 37,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\"&gt;&lt;span class=\"sr-only\"&gt;Facebook&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]",
              "issueID": "6bc09a64c393fb6a2b5dd6c44ee7c8de",
              "signature": "0688890af6a56f32b362139d1cc01770",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=6bc09a64c393fb6a2b5dd6c44ee7c8de"
            },
            {
              "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": 117.3125,
                  "y": 26
                },
                "bottom-right": {
                  "x": 181.3125,
                  "y": 43
                },
                "height": 17,
                "width": 64
              },
              "position": {
                "line": 37,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"ca-gov-icon-instagram\" href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\"&gt;&lt;span class=\"sr-only\"&gt;Instagram&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[3]",
              "issueID": "526f98f39124aec7db962bdc0860797c",
              "signature": "6a1eaf6b23c0da8bd9f03e0ac8ba2423",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=526f98f39124aec7db962bdc0860797c"
            },
            {
              "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": 185.015625,
                  "y": 26
                },
                "bottom-right": {
                  "x": 231.015625,
                  "y": 43
                },
                "height": 17,
                "width": 46
              },
              "position": {
                "line": 38,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"ca-gov-icon-twitter\" href=\"https://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\"&gt;&lt;span class=\"sr-only\"&gt;Twitter&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[4]",
              "issueID": "754ea5cb6cc0cdded0387b3c08d7be66",
              "signature": "0a49b279b08a0839654d285f6454865b",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=754ea5cb6cc0cdded0387b3c08d7be66"
            },
            {
              "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": 48,
                  "y": 825.8125
                },
                "bottom-right": {
                  "x": 98,
                  "y": 842.8125
                },
                "height": 17,
                "width": 50
              },
              "position": {
                "line": 4199,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\"&gt;Contact&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "873ad7b48a403e5f6e2c7664e4f52b42",
              "signature": "ece669f01ca5ab722bc014477ecb4667",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=873ad7b48a403e5f6e2c7664e4f52b42"
            },
            {
              "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": 48,
                  "y": 843.8125
                },
                "bottom-right": {
                  "x": 164,
                  "y": 860.8125
                },
                "height": 17,
                "width": 116
              },
              "position": {
                "line": 4199,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\"&gt;Find Your District&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "3d6e5824b1bebf98c6c007e62e7bca70",
              "signature": "f264f756f6acbe156cb86039bb450d1b",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=3d6e5824b1bebf98c6c007e62e7bca70"
            },
            {
              "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": 340,
                  "y": 877.8125
                },
                "bottom-right": {
                  "x": 470,
                  "y": 894.8125
                },
                "height": 17,
                "width": 130
              },
              "position": {
                "line": 4199,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD06\" target=\"_blank\"&gt;Sign-up for Updates&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/center[1]/a[1]",
              "issueID": "355a87492da8a895644859ad0b1e703e",
              "signature": "0f8ff27b39846df1cc3fd9e1e653a580",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=355a87492da8a895644859ad0b1e703e"
            },
            {
              "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": 473.765625,
                  "y": 877.8125
                },
                "bottom-right": {
                  "x": 683.765625,
                  "y": 894.8125
                },
                "height": 17,
                "width": 210
              },
              "position": {
                "line": 4270,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"btn btn-danger\" href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\"&gt;Submit EDD Assistance Request&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/center[1]/a[2]",
              "issueID": "b17928ca4c505d0fea1e700d6d40b66a",
              "signature": "149298dcd6d976568d6ef79361a98af3",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b17928ca4c505d0fea1e700d6d40b66a"
            },
            {
              "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": 48,
                  "y": 1232.78125
                },
                "bottom-right": {
                  "x": 178,
                  "y": 1249.78125
                },
                "height": 17,
                "width": 130
              },
              "position": {
                "line": 4666,
                "column": 33
              },
              "errorSnippet": "&lt;a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD06\" target=\"_blank\"&gt;Sign-up for Updates&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "eca6e2373987f543a6148e7da3513e3f",
              "signature": "3776a1d0bfbca0c71d49e64a07d77259",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=eca6e2373987f543a6148e7da3513e3f"
            },
            {
              "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": 48,
                  "y": 1250.78125
                },
                "bottom-right": {
                  "x": 164,
                  "y": 1267.78125
                },
                "height": 17,
                "width": 116
              },
              "position": {
                "line": 4667,
                "column": 40
              },
              "errorSnippet": "&lt;a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\"&gt;Find Your District&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/a[1]",
              "issueID": "33aa9d012c5c40a92e7a4c8c7024bef2",
              "signature": "903be3846be4a8ca97d2b2a34737b0e5",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=33aa9d012c5c40a92e7a4c8c7024bef2"
            },
            {
              "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": 8,
                  "y": 3003.0625
                },
                "bottom-right": {
                  "x": 207,
                  "y": 3020.0625
                },
                "height": 17,
                "width": 199
              },
              "position": {
                "line": 6664,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"btn btn-primary\" href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\"&gt;Do you live in the 6th District?&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/p[1]/a[1]",
              "issueID": "04adafe6f55cc28c5aef309ff19a5fbe",
              "signature": "7c8f8e3b25406f363d8aac3e9cddcefe",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=04adafe6f55cc28c5aef309ff19a5fbe"
            },
            {
              "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": 8,
                  "y": 3081.59375
                },
                "bottom-right": {
                  "x": 124,
                  "y": 3098.59375
                },
                "height": 17,
                "width": 116
              },
              "position": {
                "line": 6664,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\"&gt;&lt;img alt=\"Facebook Logo\" data-entity-type=\"file\" data-entity-uuid=\"c6a0c190-e595-48e8-a4ae-43ffc5f2e856\" src=\"/sites/a04.asmdc.org/files/inline-images/f_logo_RGB-",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/p[2]/a[1]",
              "issueID": "56d0ccb4b83262e6f6423db5b55d60ce",
              "signature": "c6292760b7980e7df8b94e39706f130b",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=56d0ccb4b83262e6f6423db5b55d60ce"
            },
            {
              "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": 127.984375,
                  "y": 3081.59375
                },
                "bottom-right": {
                  "x": 227.984375,
                  "y": 3098.59375
                },
                "height": 17,
                "width": 100
              },
              "position": {
                "line": 6664,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\"&gt;&lt;img alt=\"Twitter Logo\" data-entity-type=\"file\" data-entity-uuid=\"72e929a4-0f12-4dcb-bb51-f2863541927e\" src=\"/sites/a04.asmdc.org/files/inline-images/tw-logo-Blue_299-1",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/p[2]/a[2]",
              "issueID": "ef2cbaa859c2df5135b829d3f7fdf03d",
              "signature": "ed2d636cc64e4b670ce09bfe7b1c5b98",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ef2cbaa859c2df5135b829d3f7fdf03d"
            },
            {
              "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": 231.734375,
                  "y": 3081.59375
                },
                "bottom-right": {
                  "x": 348.734375,
                  "y": 3098.59375
                },
                "height": 17,
                "width": 117
              },
              "position": {
                "line": 6831,
                "column": 33
              },
              "errorSnippet": "&lt;a href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\"&gt;&lt;img alt=\"Instagram Logo\" data-entity-type=\"file\" data-entity-uuid=\"baf2a132-0939-4969-929d-f0043280c3e4\" src=\"/sites/a06.asmdc.org/files/inline-images/Instragra",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/p[2]/a[3]",
              "issueID": "3753cca2394ccb02df810cc5ddd858f2",
              "signature": "0453713124cadeb5327afc7efc67581f",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=3753cca2394ccb02df810cc5ddd858f2"
            },
            {
              "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": 8,
                  "y": 3690.9375
                },
                "bottom-right": {
                  "x": 204,
                  "y": 3707.9375
                },
                "height": 17,
                "width": 196
              },
              "position": {
                "line": 6832,
                "column": 40
              },
              "errorSnippet": "&lt;a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\"&gt;Privacy and Conditions of Use&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[1]",
              "issueID": "cde225fe35f500391818c591f189677f",
              "signature": "26c293e6ea708c2b4ee471a17821359f",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=cde225fe35f500391818c591f189677f"
            },
            {
              "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": 214.75,
                  "y": 3690.9375
                },
                "bottom-right": {
                  "x": 297.75,
                  "y": 3707.9375
                },
                "height": 17,
                "width": 83
              },
              "position": {
                "line": 6843,
                "column": 52
              },
              "errorSnippet": "&lt;a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\"&gt;Accessibility&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[2]",
              "issueID": "97b309d8734fbcccff06d3b3083e28e2",
              "signature": "2dcab8c35aaf42def34070ff88ba3f25",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=97b309d8734fbcccff06d3b3083e28e2"
            }
          ],
          "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=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"> <a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </a> <noscript>&amp;lt;iframe src=\"https://www.goo"
          },
          {
            "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]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/a06.asmdc.org/files/McCarty-Logo21.svg\" alt=\"Home\"> </a>"
          },
          {
            "ruleID": "98",
            "what": "These links have the same text but different destinations.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a href=\"/constituent-services-0\">Constituent Services</a>"
          },
          {
            "ruleID": "144",
            "what": "This content's line height is insufficent to properly display the computed element font size.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"> <a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </a> <noscript>&amp;lt;iframe src=\"https://www.goo"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[2]/div[1]/button[1]"
            },
            "excerpt": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" aria-label=\"Close\" class=\"close\" data-target=\"#siteSettings\" data-toggle=\"collapse\" type=\"button\"><span aria-hidden=\"true\">×</span></button>"
          },
          {
            "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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a href=\"?page=1\" title=\"\" class=\"page-link\">2</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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a href=\"?page=2\" title=\"\" class=\"page-link\">3</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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a href=\"?page=3\" title=\"\" class=\"page-link\">4</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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a href=\"?page=4\" title=\"\" class=\"page-link\">5</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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]"
            },
            "excerpt": "<a href=\"?page=5\" title=\"\" class=\"page-link\">6</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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]"
            },
            "excerpt": "<a href=\"?page=6\" title=\"\" class=\"page-link\">7</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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]"
            },
            "excerpt": "<a href=\"?page=7\" title=\"\" class=\"page-link\">8</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[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[3]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[9]/a[1]"
            },
            "excerpt": "<a href=\"?page=8\" title=\"\" class=\"page-link\">9</a>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "edit-submit",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/form[1]/div[2]/input[1]"
            },
            "excerpt": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\">"
          },
          {
            "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=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"> <a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </a> <noscript>&amp;lt;iframe src=\"https://www.goo"
          },
          {
            "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]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]"
            },
            "excerpt": "<a class=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\"><span class=\"sr-only\">Facebook</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[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[3]"
            },
            "excerpt": "<a class=\"ca-gov-icon-instagram\" href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\"><span class=\"sr-only\">Instagram</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[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[4]"
            },
            "excerpt": "<a class=\"ca-gov-icon-twitter\" href=\"https://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\"><span class=\"sr-only\">Twitter</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[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">Contact</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[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find Your District</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[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/center[1]/a[1]"
            },
            "excerpt": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD06\" target=\"_blank\">Sign-up for Updates</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[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/center[1]/a[2]"
            },
            "excerpt": "<a class=\"btn btn-danger\" href=\"https://a06.asmdc.org/contact-0\" target=\"_blank\">Submit EDD Assistance Request</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[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD06\" target=\"_blank\">Sign-up for Updates</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[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find Your District</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[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/p[1]/a[1]"
            },
            "excerpt": "<a class=\"btn btn-primary\" href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Do you live in the 6th District?</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[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/p[2]/a[1]"
            },
            "excerpt": "<a href=\"https://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\"><img alt=\"Facebook Logo\" data-entity-type=\"file\" data-entity-uuid=\"c6a0c190-e595-48e8-a4ae-43ffc5f2e856\" src=\"/sites/a04.asmdc.org/files/inline-images/f_logo_RGB-"
          },
          {
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/p[2]/a[2]"
            },
            "excerpt": "<a href=\"https://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\"><img alt=\"Twitter Logo\" data-entity-type=\"file\" data-entity-uuid=\"72e929a4-0f12-4dcb-bb51-f2863541927e\" src=\"/sites/a04.asmdc.org/files/inline-images/tw-logo-Blue_299-1"
          },
          {
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/p[2]/a[3]"
            },
            "excerpt": "<a href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\"><img alt=\"Instagram Logo\" data-entity-type=\"file\" data-entity-uuid=\"baf2a132-0939-4969-929d-f0043280c3e4\" src=\"/sites/a06.asmdc.org/files/inline-images/Instragra"
          },
          {
            "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]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[1]"
            },
            "excerpt": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">Privacy and Conditions of Use</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[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[2]"
            },
            "excerpt": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">Accessibility</a>"
          }
        ]
      },
      "endTime": 1687101747117
    },
    {
      "type": "test",
      "which": "testaro",
      "withItems": true,
      "rules": [
        "n",
        "motion"
      ],
      "startTime": 1687101747117,
      "url": "https://a06.asmdc.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": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "bulk": {
            "what": "large count of visible elements",
            "data": {
              "visibleElements": 252
            },
            "totals": [
              1,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "bulk",
                "what": "Page contains a large number of visible elements",
                "count": 1,
                "ordinalSeverity": 0,
                "tagName": "HTML",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "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": 40,
              "tabFocused": 40,
              "discrepancy": 0
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "focInd": {
            "what": "missing and nonstandard focus indicators",
            "data": {
              "totals": {
                "total": 40,
                "types": {
                  "missing": {
                    "total": 5,
                    "tagNames": {
                      "A": 1,
                      "IFRAME": 4
                    }
                  },
                  "nonoutline": {
                    "total": 16,
                    "tagNames": {
                      "BUTTON": 1,
                      "A": 13,
                      "INPUT": 2
                    }
                  },
                  "outline": {
                    "total": 19,
                    "meanDelay": 0,
                    "tagNames": {
                      "A": 19
                    }
                  }
                }
              },
              "items": {
                "missing": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to main content"
                  },
                  {
                    "tagName": "IFRAME",
                    "id": "",
                    "text": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp"
                  },
                  {
                    "tagName": "IFRAME",
                    "id": "",
                    "text": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp"
                  },
                  {
                    "tagName": "IFRAME",
                    "id": "",
                    "text": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp"
                  },
                  {
                    "tagName": "IFRAME",
                    "id": "",
                    "text": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp"
                  }
                ],
                "nonoutline": [
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Settings"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Sign-up for Updates"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Submit EDD Assistance Request"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "2"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "3"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "4"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "5"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "6"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "7"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "8"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "9"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Next › Next page"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Last » Last page"
                  },
                  {
                    "tagName": "INPUT",
                    "id": "edit-keys",
                    "text": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search"
                  },
                  {
                    "tagName": "INPUT",
                    "id": "edit-submit",
                    "text": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"butto"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Do you live in the 6th District?"
                  }
                ],
                "outline": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Facebook",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Instagram",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Twitter",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Email",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Me",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/a06.asmdc.or",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assemblymember Kevin McCarty and Students Rally for Debt-Free College",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assemblymember Kevin McCarty Honors Tuskegee Airmen Day",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assemblymember Kevin McCarty Adjourns in Memory former Legislator Eugene Gualco",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assemblymember Kevin McCarty introduces legislation requiring a minimum age for kids to play youth t",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\"><img alt=\"Faceboo",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\"><img alt=\"Twitter Logo\"",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\"><img alt=\"Instag",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Privacy and Conditions of Use",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Accessibility",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "General Disclaimer",
                    "delay": 0
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              16,
              5
            ],
            "standardInstances": [
              {
                "ruleID": "focInd",
                "what": "BUTTON element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Settings"
              },
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Sign-up for Updates"
              },
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Submit EDD Assistance Request"
              },
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "2"
              },
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "3"
              },
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "4"
              },
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "5"
              },
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "6"
              },
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "7"
              },
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "8"
              },
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "9"
              },
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Next › Next page"
              },
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Last » Last page"
              },
              {
                "ruleID": "focInd",
                "what": "INPUT element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "INPUT",
                "id": "edit-keys",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search"
              },
              {
                "ruleID": "focInd",
                "what": "INPUT element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "INPUT",
                "id": "edit-submit",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"butto"
              },
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Do you live in the 6th District?"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to main content"
              },
              {
                "ruleID": "focInd",
                "what": "IFRAME element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "IFRAME",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp"
              },
              {
                "ruleID": "focInd",
                "what": "IFRAME element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "IFRAME",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp"
              },
              {
                "ruleID": "focInd",
                "what": "IFRAME element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "IFRAME",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp"
              },
              {
                "ruleID": "focInd",
                "what": "IFRAME element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "IFRAME",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp"
              }
            ]
          },
          "focOp": {
            "what": "discrepancies between focusability and operability",
            "data": {
              "totals": {
                "total": 105,
                "types": {
                  "onlyFocusable": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "onlyOperable": {
                    "total": 11,
                    "tagNames": {
                      "SPAN": 6,
                      "H3": 4,
                      "A": 1
                    }
                  },
                  "focusableAndOperable": {
                    "total": 94,
                    "tagNames": {
                      "A": 80,
                      "BUTTON": 8,
                      "IFRAME": 4,
                      "INPUT": 2
                    }
                  }
                }
              },
              "items": {
                "onlyFocusable": [],
                "onlyOperable": [
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "About",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "District",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "Legislation",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "News Room",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "Contact",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "COVID-19 Updates",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "H3",
                    "id": "dropdownMenu1",
                    "text": "Resources",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "H3",
                    "id": "dropdownMenu1",
                    "text": "Contact",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "H3",
                    "id": "dropdownMenu1",
                    "text": "News Room",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "H3",
                    "id": "dropdownMenu1",
                    "text": "Legislation",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "main-content",
                    "text": "<a id=\"main-content\" tabindex=\"-1\"></a>",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  }
                ],
                "focusableAndOperable": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to main content",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Facebook",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Instagram",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Twitter",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Email",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Me",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Settings",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Default",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "High Contrast",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Reset",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Increase Font SizeFont Increase",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Decrease Font SizeFont Decrease",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "×",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\" style=\"cursor: default;\"> <img",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Menu",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Biography",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assemblymember Kevin McCarty High Res Photo",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "District Map",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Constituent Services",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "SB1 Transportation Projects in Assembly District 7",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Upcoming Events",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Committees",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "2023-2024 Legislative Priorities",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "2021-2022 Legislative Priorities",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "2019-2020 Legislative Priorities",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "2017-2018 Legislative Priorities",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "2015-2016 Legislative Priorities",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Universal Transitional Kindergarten",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Deadly Force Accountability Act (AB 1506) Fact Sheet 2020",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Racial Justice and Police Reform Bills",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "News Articles",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Photo Album",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Press Releases",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Video Gallery",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Information",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Kevin",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Meeting or Event Request",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Sign Up for Updates",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "COVID-19 Updates",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "COVID-19 EDD Assistance Information",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "COVID-19 Vaccines",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Find Your District",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Sign-up for Updates",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Submit EDD Assistance Request",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "EDD Assistance",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "District",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "State",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Constituent Services",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "211 vs. 911",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Information",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Kevin",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Sign-up for Updates",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Find Your District",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Meeting or Event Request",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Latest News",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Photo Gallery",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Press Releases",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Video Gallery",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "2021-2022 Legislation",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "2019-2020 Legislation",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "2017-2018 Legislation",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "2015-2016 Legislation",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Kevin's Priorities",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assemblymember Kevin McCarty and Students Rally for Debt-Free College",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "IFRAME",
                    "id": "",
                    "text": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assemblymember Kevin McCarty Honors Tuskegee Airmen Day",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "IFRAME",
                    "id": "",
                    "text": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "IFRAME",
                    "id": "",
                    "text": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assemblymember Kevin McCarty Adjourns in Memory former Legislator Eugene Gualco",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "IFRAME",
                    "id": "",
                    "text": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Assemblymember Kevin McCarty introduces legislation requiring a minimum age for kids to play youth t",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "2",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "3",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "4",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "5",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "6",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "7",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "8",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "9",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Next › Next page",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Last » Last page",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "INPUT",
                    "id": "edit-keys",
                    "text": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "edit-submit",
                    "text": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"butto",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Do you live in the 6th District?",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\" style=\"cursor: de",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\" style=\"cursor: default;",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\" style=\"cursor: d",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Privacy and Conditions of Use",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Accessibility",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "General Disclaimer",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              11
            ],
            "standardInstances": [
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "District"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Legislation"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "News Room"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "COVID-19 Updates"
              },
              {
                "ruleID": "focOp",
                "complaint": "H3 element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "H3",
                "id": "dropdownMenu1",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Resources"
              },
              {
                "ruleID": "focOp",
                "complaint": "H3 element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "H3",
                "id": "dropdownMenu1",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact"
              },
              {
                "ruleID": "focOp",
                "complaint": "H3 element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "H3",
                "id": "dropdownMenu1",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "News Room"
              },
              {
                "ruleID": "focOp",
                "complaint": "H3 element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "H3",
                "id": "dropdownMenu1",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Legislation"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "main-content",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>"
              }
            ]
          },
          "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": 52,
                "triggerSample": 12,
                "impactTriggers": 7,
                "additions": 72,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0,
                "unhoverables": 1,
                "noCursors": 0,
                "badCursors": 0,
                "noIndicators": 0,
                "badIndicators": 0
              },
              "items": {
                "impactTriggers": [
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "About Biography Assemblymember Kevin McCarty High Res Photo",
                    "additions": 5,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "District District Map Constituent Services SB1 Transportation Projects in Assembly District 7 Upcomi",
                    "additions": 9,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Legislation Committees 2023-2024 Legislative Priorities 2021-2022 Legislative Priorities 2019-2020 L",
                    "additions": 19,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "News Room News Articles Photo Album Press Releases Video Gallery",
                    "additions": 9,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "COVID-19 Updates COVID-19 Updates COVID-19 EDD Assistance Information COVID-19 Vaccines",
                    "additions": 7,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  }
                ],
                "unhoverables": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to main content"
                  }
                ],
                "noCursors": [],
                "badCursors": [],
                "noIndicators": [],
                "badIndicators": []
              }
            },
            "totals": [
              0,
              72,
              0,
              8
            ],
            "standardInstances": [
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Biography Assemblymember Kevin McCarty High Res Photo"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "District District Map Constituent Services SB1 Transportation Projects in Assembly District 7 Upcomi"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Legislation Committees 2023-2024 Legislative Priorities 2021-2022 Legislative Priorities 2019-2020 L"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "News Room News Articles Photo Album Press Releases Video Gallery"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "COVID-19 Updates COVID-19 Updates COVID-19 EDD Assistance Information COVID-19 Vaccines"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to main content"
              }
            ]
          },
          "labClash": {
            "what": "labeling inconsistencies",
            "data": {
              "totals": {
                "mislabeled": 0,
                "unlabeled": 0,
                "wellLabeled": 10
              },
              "items": {
                "mislabeled": [],
                "unlabeled": [],
                "wellLabeled": [
                  {
                    "index": 0,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "texts": {
                      "content": "Settings"
                    }
                  },
                  {
                    "index": 1,
                    "tagName": "BUTTON",
                    "type": "button",
                    "texts": {
                      "content": "Default"
                    }
                  },
                  {
                    "index": 2,
                    "tagName": "BUTTON",
                    "type": "button",
                    "texts": {
                      "content": "High Contrast"
                    }
                  },
                  {
                    "index": 3,
                    "tagName": "BUTTON",
                    "type": "button",
                    "texts": {
                      "content": "Reset"
                    }
                  },
                  {
                    "index": 4,
                    "tagName": "BUTTON",
                    "type": "button",
                    "texts": {
                      "content": "Increase Font SizeFont Increase"
                    }
                  },
                  {
                    "index": 5,
                    "tagName": "BUTTON",
                    "type": "button",
                    "texts": {
                      "content": "Decrease Font SizeFont Decrease"
                    }
                  },
                  {
                    "index": 6,
                    "tagName": "BUTTON",
                    "type": "button",
                    "labelType": "aria-label",
                    "texts": {
                      "attribute": "Close",
                      "content": "×"
                    }
                  },
                  {
                    "index": 7,
                    "tagName": "BUTTON",
                    "type": "button",
                    "labelType": "aria-label",
                    "texts": {
                      "attribute": "Toggle navigation",
                      "content": "Menu"
                    }
                  },
                  {
                    "index": 8,
                    "tagName": "INPUT",
                    "type": "search",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "Search"
                      ]
                    }
                  },
                  {
                    "index": 9,
                    "tagName": "INPUT",
                    "type": "submit",
                    "texts": {
                      "content": "Search"
                    }
                  }
                ]
              }
            },
            "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": 81,
                "adjacent": {
                  "total": 34,
                  "underlined": 0,
                  "underlinedPercent": 0
                }
              },
              "items": {
                "underlined": [],
                "notUnderlined": [
                  {
                    "id": "",
                    "text": "Skip to main content"
                  },
                  {
                    "id": "",
                    "text": "Home"
                  },
                  {
                    "id": "",
                    "text": "Facebook"
                  },
                  {
                    "id": "",
                    "text": "Instagram"
                  },
                  {
                    "id": "",
                    "text": "Twitter"
                  },
                  {
                    "id": "",
                    "text": "Email"
                  },
                  {
                    "id": "",
                    "text": "Contact Me"
                  },
                  {
                    "id": "",
                    "text": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/a06.asmdc.or"
                  },
                  {
                    "id": "",
                    "text": "Sign-up for Updates"
                  },
                  {
                    "id": "",
                    "text": "Submit EDD Assistance Request"
                  },
                  {
                    "id": "",
                    "text": "Contact"
                  },
                  {
                    "id": "main-content",
                    "text": "<a id=\"main-content\" tabindex=\"-1\"></a>"
                  },
                  {
                    "id": "",
                    "text": "Assemblymember Kevin McCarty and Students Rally for Debt-Free College"
                  },
                  {
                    "id": "",
                    "text": "Assemblymember Kevin McCarty Honors Tuskegee Airmen Day"
                  },
                  {
                    "id": "",
                    "text": "Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness"
                  },
                  {
                    "id": "",
                    "text": "Assemblymember Kevin McCarty Adjourns in Memory former Legislator Eugene Gualco"
                  },
                  {
                    "id": "",
                    "text": "Assemblymember Kevin McCarty introduces legislation requiring a minimum age for kids to play youth t"
                  },
                  {
                    "id": "",
                    "text": "2"
                  },
                  {
                    "id": "",
                    "text": "3"
                  },
                  {
                    "id": "",
                    "text": "4"
                  },
                  {
                    "id": "",
                    "text": "5"
                  },
                  {
                    "id": "",
                    "text": "6"
                  },
                  {
                    "id": "",
                    "text": "7"
                  },
                  {
                    "id": "",
                    "text": "8"
                  },
                  {
                    "id": "",
                    "text": "9"
                  },
                  {
                    "id": "",
                    "text": "Next › Next page"
                  },
                  {
                    "id": "",
                    "text": "Last » Last page"
                  },
                  {
                    "id": "",
                    "text": "Do you live in the 6th District?"
                  },
                  {
                    "id": "",
                    "text": "<a href=\"https://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\"><img alt=\"Faceboo"
                  },
                  {
                    "id": "",
                    "text": "<a href=\"https://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\"><img alt=\"Twitter Logo\""
                  },
                  {
                    "id": "",
                    "text": "<a href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\"><img alt=\"Instag"
                  },
                  {
                    "id": "",
                    "text": "Privacy and Conditions of Use"
                  },
                  {
                    "id": "",
                    "text": "Accessibility"
                  },
                  {
                    "id": "",
                    "text": "General Disclaimer"
                  }
                ]
              }
            },
            "totals": [
              0,
              34,
              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 main content"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Facebook"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Instagram"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Twitter"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Email"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact Me"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/a06.asmdc.or"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Sign-up for Updates"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Submit EDD Assistance Request"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "main-content",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Assemblymember Kevin McCarty and Students Rally for Debt-Free College"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Assemblymember Kevin McCarty Honors Tuskegee Airmen Day"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Assemblymember Kevin McCarty Adjourns in Memory former Legislator Eugene Gualco"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Assemblymember Kevin McCarty introduces legislation requiring a minimum age for kids to play youth t"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "2"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "3"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "4"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "5"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "6"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "7"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "8"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "9"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Next › Next page"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Last » Last page"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Do you live in the 6th District?"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"https://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\"><img alt=\"Faceboo"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"https://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\"><img alt=\"Twitter Logo\""
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\"><img alt=\"Instag"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Privacy and Conditions of Use"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Accessibility"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "General Disclaimer"
              }
            ]
          },
          "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": 15,
              "badRoleElements": 3,
              "redundantRoleElements": 9,
              "tagNames": {
                "HEADER": {
                  "banner": {
                    "bad": 1,
                    "redundant": 0
                  }
                },
                "DIV": {
                  "group": {
                    "bad": 2,
                    "redundant": 0
                  }
                },
                "NAV": {
                  "navigation": {
                    "bad": 0,
                    "redundant": 1
                  }
                },
                "ASIDE": {
                  "complementary": {
                    "bad": 0,
                    "redundant": 2
                  }
                },
                "MAIN": {
                  "main": {
                    "bad": 0,
                    "redundant": 1
                  }
                },
                "ARTICLE": {
                  "article": {
                    "bad": 0,
                    "redundant": 5
                  }
                }
              }
            },
            "totals": [
              0,
              9,
              0,
              3
            ],
            "standardInstances": [
              {
                "ruleID": "role",
                "what": "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)",
                "count": 1,
                "ordinalSeverity": 3,
                "tagName": "HEADER",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "DIV elements have invalid or native-replaceable explicit role group (count: 2)",
                "count": 2,
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "NAV elements have redundant explicit role navigation (count: 1)",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "NAV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "ASIDE elements have redundant explicit role complementary (count: 2)",
                "count": 2,
                "ordinalSeverity": 1,
                "tagName": "ASIDE",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "MAIN elements have redundant explicit role main (count: 1)",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "MAIN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "ARTICLE elements have redundant explicit role article (count: 5)",
                "count": 5,
                "ordinalSeverity": 1,
                "tagName": "ARTICLE",
                "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": 8,
                  "subtotals": [
                    5,
                    1,
                    1,
                    1
                  ]
                },
                "adjacentLink": {
                  "total": 34
                },
                "listLink": {
                  "total": 47,
                  "subtotals": [
                    45,
                    2
                  ]
                },
                "h1": {
                  "total": 2,
                  "subtotals": [
                    1,
                    1
                  ]
                },
                "h2": {
                  "total": 8,
                  "subtotals": [
                    6,
                    1,
                    1
                  ]
                },
                "h3": {
                  "total": 4
                },
                "h4": {
                  "total": 3
                }
              },
              "items": {
                "button": {
                  "fontWeight": {
                    "400": [
                      "Settings",
                      "Default",
                      "High Contrast",
                      "Reset",
                      "Increase Font SizeFont Increase",
                      "Decrease Font SizeFont Decrease",
                      "Menu"
                    ],
                    "700": [
                      "×"
                    ]
                  },
                  "opacity": {
                    "1": [
                      "Settings",
                      "Default",
                      "High Contrast",
                      "Reset",
                      "Increase Font SizeFont Increase",
                      "Decrease Font SizeFont Decrease",
                      "Menu"
                    ],
                    "0.5": [
                      "×"
                    ]
                  },
                  "borderStyle": {
                    "solid": [
                      "Settings",
                      "Default",
                      "High Contrast",
                      "Reset",
                      "Increase Font SizeFont Increase",
                      "Decrease Font SizeFont Decrease",
                      "Menu"
                    ],
                    "none": [
                      "×"
                    ]
                  },
                  "borderWidth": {
                    "1px": [
                      "Settings",
                      "Default",
                      "High Contrast",
                      "Reset",
                      "Increase Font SizeFont Increase",
                      "Decrease Font SizeFont Decrease",
                      "Menu"
                    ],
                    "0px": [
                      "×"
                    ]
                  },
                  "height": {
                    "38px": [
                      "Settings"
                    ],
                    "auto": [
                      "Default",
                      "High Contrast",
                      "Reset",
                      "Increase Font SizeFont Increase",
                      "Decrease Font SizeFont Decrease",
                      "×",
                      "Menu"
                    ]
                  },
                  "lineHeight": {
                    "24px": [
                      "Settings",
                      "Default",
                      "High Contrast",
                      "Reset",
                      "Increase Font SizeFont Increase",
                      "Decrease Font SizeFont Decrease",
                      "×"
                    ],
                    "14px": [
                      "Menu"
                    ]
                  },
                  "minHeight": {
                    "auto": [
                      "Settings"
                    ],
                    "0px": [
                      "Default",
                      "High Contrast",
                      "Reset",
                      "Increase Font SizeFont Increase",
                      "Decrease Font SizeFont Decrease",
                      "×",
                      "Menu"
                    ]
                  },
                  "minWidth": {
                    "auto": [
                      "Settings"
                    ],
                    "0px": [
                      "Default",
                      "High Contrast",
                      "Reset",
                      "Increase Font SizeFont Increase",
                      "Decrease Font SizeFont Decrease",
                      "×",
                      "Menu"
                    ]
                  }
                },
                "listLink": {
                  "fontSize": {
                    "16px": [
                      "Biography",
                      "Assemblymember Kevin McCarty High Res Photo",
                      "District Map",
                      "Constituent Services",
                      "SB1 Transportation Projects in Assembly District 7",
                      "Upcoming Events",
                      "Committees",
                      "2023-2024 Legislative Priorities",
                      "2021-2022 Legislative Priorities",
                      "2019-2020 Legislative Priorities",
                      "2017-2018 Legislative Priorities",
                      "2015-2016 Legislative Priorities",
                      "Universal Transitional Kindergarten",
                      "Deadly Force Accountability Act (AB 1506) Fact Sheet 2020",
                      "Racial Justice and Police Reform Bills",
                      "News Articles",
                      "Photo Album",
                      "Press Releases",
                      "Video Gallery",
                      "Contact Information",
                      "Contact Kevin",
                      "Meeting or Event Request",
                      "Sign Up for Updates",
                      "COVID-19 Updates",
                      "COVID-19 EDD Assistance Information",
                      "COVID-19 Vaccines",
                      "EDD Assistance",
                      "District",
                      "State",
                      "Constituent Services",
                      "211 vs. 911",
                      "Contact Information",
                      "Contact Kevin",
                      "Sign-up for Updates",
                      "Find Your District",
                      "Meeting or Event Request",
                      "Latest News",
                      "Photo Gallery",
                      "Press Releases",
                      "Video Gallery",
                      "2021-2022 Legislation",
                      "2019-2020 Legislation",
                      "2017-2018 Legislation",
                      "2015-2016 Legislation",
                      "Kevin's Priorities"
                    ],
                    "14px": [
                      "Contact",
                      "Find Your District"
                    ]
                  },
                  "lineHeight": {
                    "24px": [
                      "Biography",
                      "Assemblymember Kevin McCarty High Res Photo",
                      "District Map",
                      "Constituent Services",
                      "SB1 Transportation Projects in Assembly District 7",
                      "Upcoming Events",
                      "Committees",
                      "2023-2024 Legislative Priorities",
                      "2021-2022 Legislative Priorities",
                      "2019-2020 Legislative Priorities",
                      "2017-2018 Legislative Priorities",
                      "2015-2016 Legislative Priorities",
                      "Universal Transitional Kindergarten",
                      "Deadly Force Accountability Act (AB 1506) Fact Sheet 2020",
                      "Racial Justice and Police Reform Bills",
                      "News Articles",
                      "Photo Album",
                      "Press Releases",
                      "Video Gallery",
                      "Contact Information",
                      "Contact Kevin",
                      "Meeting or Event Request",
                      "Sign Up for Updates",
                      "COVID-19 Updates",
                      "COVID-19 EDD Assistance Information",
                      "COVID-19 Vaccines",
                      "EDD Assistance",
                      "District",
                      "State",
                      "Constituent Services",
                      "211 vs. 911",
                      "Contact Information",
                      "Contact Kevin",
                      "Sign-up for Updates",
                      "Find Your District",
                      "Meeting or Event Request",
                      "Latest News",
                      "Photo Gallery",
                      "Press Releases",
                      "Video Gallery",
                      "2021-2022 Legislation",
                      "2019-2020 Legislation",
                      "2017-2018 Legislation",
                      "2015-2016 Legislation",
                      "Kevin's Priorities"
                    ],
                    "21px": [
                      "Contact",
                      "Find Your District"
                    ]
                  }
                },
                "h1": {
                  "color": {
                    "rgb(255, 255, 255)": [
                      "How Can I Help You?"
                    ],
                    "rgb(75, 84, 92)": [
                      "<h1 class=\"title\"></h1>"
                    ]
                  }
                },
                "h2": {
                  "color": {
                    "rgb(75, 84, 92)": [
                      "Main navigation",
                      "Assemblymember Kevin McCarty and Students Rally for Debt-Free College",
                      "Assemblymember Kevin McCarty Honors Tuskegee Airmen Day",
                      "Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness",
                      "Assemblymember Kevin McCarty Adjourns in Memory former Legislator Eugene Gualco",
                      "Assemblymember Kevin McCarty introduces legislation requiring a minimum age for kids to play youth t"
                    ],
                    "rgb(20, 58, 129)": [
                      "Search"
                    ],
                    "rgb(255, 255, 255)": [
                      "Contact"
                    ]
                  },
                  "fontSize": {
                    "32px": [
                      "Main navigation",
                      "Assemblymember Kevin McCarty and Students Rally for Debt-Free College",
                      "Assemblymember Kevin McCarty Honors Tuskegee Airmen Day",
                      "Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness",
                      "Assemblymember Kevin McCarty Adjourns in Memory former Legislator Eugene Gualco",
                      "Assemblymember Kevin McCarty introduces legislation requiring a minimum age for kids to play youth t",
                      "Contact"
                    ],
                    "25.6px": [
                      "Search"
                    ]
                  }
                }
              }
            },
            "totals": [
              0,
              1,
              3,
              3
            ],
            "standardInstances": [
              {
                "ruleID": "styleDiff",
                "what": "Links in columns have 2 different styles",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Buttons have 4 different styles",
                "count": 3,
                "ordinalSeverity": 2,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Level-1 headings have 2 different styles",
                "count": 1,
                "ordinalSeverity": 3,
                "tagName": "H1",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Level-2 headings have 3 different styles",
                "count": 2,
                "ordinalSeverity": 3,
                "tagName": "H2",
                "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": 11,
              "items": [
                {
                  "tagName": "A",
                  "id": "",
                  "text": "",
                  "title": "Home"
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "2",
                  "title": ""
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "3",
                  "title": ""
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "4",
                  "title": ""
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "5",
                  "title": ""
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "6",
                  "title": ""
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "7",
                  "title": ""
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "8",
                  "title": ""
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "9",
                  "title": ""
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "Next › Next page",
                  "title": "Go to next page"
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "Last » Last page",
                  "title": "Go to last page"
                }
              ]
            },
            "totals": [
              0,
              0,
              11,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (): Home"
              },
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (2): "
              },
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (3): "
              },
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (4): "
              },
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (5): "
              },
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (6): "
              },
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (7): "
              },
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (8): "
              },
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (9): "
              },
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (Next › Next page): Go to next page"
              },
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (Last » Last page): Go to last page"
              }
            ]
          },
          "zIndex": {
            "what": "non-default Z indexes",
            "data": {
              "totals": {
                "total": 13,
                "tagNames": {
                  "A": 1,
                  "UL": 10,
                  "DIV": 1,
                  "SPAN": 1
                }
              },
              "items": [
                {
                  "tagName": "A",
                  "id": "",
                  "text": "Skip to main content"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "Biography Assemblymember Kevin McCarty High Res Photo"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "District Map Constituent Services SB1 Transportation Projects in Assembly District 7 Upcoming Events"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "Committees 2023-2024 Legislative Priorities 2021-2022 Legislative Priorities 2019-2020 Legislative P"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "News Articles Photo Album Press Releases Video Gallery"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "Contact Information Contact Kevin Meeting or Event Request Sign Up for Updates"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "COVID-19 Updates COVID-19 EDD Assistance Information COVID-19 Vaccines"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Contact Find Your District"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "EDD Assistance District State Constituent Services 211 vs. 911"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "Contact Information Contact Kevin Sign-up for Updates Find Your District Meeting or Event Request"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "Latest News Photo Gallery Press Releases Video Gallery"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "2021-2022 Legislation 2019-2020 Legislation 2017-2018 Legislation 2015-2016 Legislation Kevin's Prio"
                },
                {
                  "tagName": "SPAN",
                  "id": "",
                  "text": "1"
                }
              ]
            },
            "totals": [
              13,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "zIndex",
                "what": "A element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to main content"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Biography Assemblymember Kevin McCarty High Res Photo"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "District Map Constituent Services SB1 Transportation Projects in Assembly District 7 Upcoming Events"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Committees 2023-2024 Legislative Priorities 2021-2022 Legislative Priorities 2019-2020 Legislative P"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "News Articles Photo Album Press Releases Video Gallery"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact Information Contact Kevin Meeting or Event Request Sign Up for Updates"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "COVID-19 Updates COVID-19 EDD Assistance Information COVID-19 Vaccines"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact Find Your District"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "EDD Assistance District State Constituent Services 211 vs. 911"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact Information Contact Kevin Sign-up for Updates Find Your District Meeting or Event Request"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Latest News Photo Gallery Press Releases Video Gallery"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "2021-2022 Legislation 2019-2020 Legislation 2017-2018 Legislation 2015-2016 Legislation Kevin's Prio"
              },
              {
                "ruleID": "zIndex",
                "what": "SPAN element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "1"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          14,
          116,
          30,
          30
        ],
        "instances": [
          {
            "ruleID": "bulk",
            "what": "Page contains a large number of visible elements",
            "count": 1,
            "ordinalSeverity": 0,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "focInd",
            "what": "BUTTON element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Settings"
          },
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Sign-up for Updates"
          },
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Submit EDD Assistance Request"
          },
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "2"
          },
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "3"
          },
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "4"
          },
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "5"
          },
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "6"
          },
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "7"
          },
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "8"
          },
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "9"
          },
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Next › Next page"
          },
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Last » Last page"
          },
          {
            "ruleID": "focInd",
            "what": "INPUT element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "edit-keys",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search"
          },
          {
            "ruleID": "focInd",
            "what": "INPUT element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "edit-submit",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"butto"
          },
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Do you live in the 6th District?"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to main content"
          },
          {
            "ruleID": "focInd",
            "what": "IFRAME element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DqUvMaACQhDU&amp;max_width=0&amp"
          },
          {
            "ruleID": "focInd",
            "what": "IFRAME element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D0xd2sDuE010&amp;max_width=0&amp"
          },
          {
            "ruleID": "focInd",
            "what": "IFRAME element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DrO7K0DQrSWk&amp;max_width=0&amp"
          },
          {
            "ruleID": "focInd",
            "what": "IFRAME element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DFoOSem_mJwA&amp;max_width=0&amp"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "District"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Legislation"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "News Room"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "COVID-19 Updates"
          },
          {
            "ruleID": "focOp",
            "complaint": "H3 element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Resources"
          },
          {
            "ruleID": "focOp",
            "complaint": "H3 element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "focOp",
            "complaint": "H3 element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "News Room"
          },
          {
            "ruleID": "focOp",
            "complaint": "H3 element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Legislation"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "main-content",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Biography Assemblymember Kevin McCarty High Res Photo"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "District District Map Constituent Services SB1 Transportation Projects in Assembly District 7 Upcomi"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Legislation Committees 2023-2024 Legislative Priorities 2021-2022 Legislative Priorities 2019-2020 L"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "News Room News Articles Photo Album Press Releases Video Gallery"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "COVID-19 Updates COVID-19 Updates COVID-19 EDD Assistance Information COVID-19 Vaccines"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to main content"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to main content"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Facebook"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Instagram"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Twitter"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Email"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact Me"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/a06.asmdc.or"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Sign-up for Updates"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Submit EDD Assistance Request"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "main-content",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Assemblymember Kevin McCarty and Students Rally for Debt-Free College"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Assemblymember Kevin McCarty Honors Tuskegee Airmen Day"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Assemblymember McCarty: Tiny Home Plan is \"Spot On\" Way to Reduce Homelessness"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Assemblymember Kevin McCarty Adjourns in Memory former Legislator Eugene Gualco"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Assemblymember Kevin McCarty introduces legislation requiring a minimum age for kids to play youth t"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "2"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "3"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "4"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "5"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "6"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "7"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "8"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "9"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Next › Next page"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Last » Last page"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Do you live in the 6th District?"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://www.facebook.com/AsmKevinMcCarty/\" target=\"_blank\" rel=\"noopener\"><img alt=\"Faceboo"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://twitter.com/AsmKevinMcCarty\" target=\"_blank\" rel=\"noopener\"><img alt=\"Twitter Logo\""
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://www.instagram.com/asmkevinmccarty/\" target=\"_blank\" rel=\"noopener\"><img alt=\"Instag"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Privacy and Conditions of Use"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Accessibility"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "General Disclaimer"
          },
          {
            "ruleID": "role",
            "what": "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)",
            "count": 1,
            "ordinalSeverity": 3,
            "tagName": "HEADER",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "DIV elements have invalid or native-replaceable explicit role group (count: 2)",
            "count": 2,
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "NAV elements have redundant explicit role navigation (count: 1)",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "ASIDE elements have redundant explicit role complementary (count: 2)",
            "count": 2,
            "ordinalSeverity": 1,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "MAIN elements have redundant explicit role main (count: 1)",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "MAIN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "ARTICLE elements have redundant explicit role article (count: 5)",
            "count": 5,
            "ordinalSeverity": 1,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Links in columns have 2 different styles",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Buttons have 4 different styles",
            "count": 3,
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Level-1 headings have 2 different styles",
            "count": 1,
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Level-2 headings have 3 different styles",
            "count": 2,
            "ordinalSeverity": 3,
            "tagName": "H2",
            "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 (): Home"
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (2): "
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (3): "
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (4): "
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (5): "
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (6): "
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (7): "
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (8): "
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (9): "
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (Next › Next page): Go to next page"
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (Last » Last page): Go to last page"
          },
          {
            "ruleID": "zIndex",
            "what": "A element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to main content"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Biography Assemblymember Kevin McCarty High Res Photo"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "District Map Constituent Services SB1 Transportation Projects in Assembly District 7 Upcoming Events"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Committees 2023-2024 Legislative Priorities 2021-2022 Legislative Priorities 2019-2020 Legislative P"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "News Articles Photo Album Press Releases Video Gallery"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact Information Contact Kevin Meeting or Event Request Sign Up for Updates"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "COVID-19 Updates COVID-19 EDD Assistance Information COVID-19 Vaccines"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact Find Your District"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "EDD Assistance District State Constituent Services 211 vs. 911"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact Information Contact Kevin Sign-up for Updates Find Your District Meeting or Event Request"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Latest News Photo Gallery Press Releases Video Gallery"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "2021-2022 Legislation 2019-2020 Legislation 2017-2018 Legislation 2015-2016 Legislation Kevin's Prio"
          },
          {
            "ruleID": "zIndex",
            "what": "SPAN element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "1"
          }
        ]
      },
      "endTime": 1687101778053
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "startTime": 1687101778053,
      "url": "https://a06.asmdc.org/",
      "what": "WAVE",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Official Website - Assemblymember Kevin McCarty Representing the 6th California Assembly District",
          "pageurl": "https://a06.asmdc.org/",
          "time": 5.83,
          "creditsremaining": 1080,
          "allitemcount": 120,
          "totalelements": 448,
          "waveurl": "http://wave.webaim.org/report?url=https://a06.asmdc.org/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 1,
            "items": {
              "heading_empty": {
                "id": "heading_empty",
                "description": "Empty heading",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-mccarty-theme-page-title > DIV:first-child > H1: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"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 2,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > HEADER#header > NAV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > NAV#navbar-main > DIV#CollapsingNavbar > NAV#block-mccarty-theme-main-menu > H2#block-mccarty-theme-main-menu-menu"
                ],
                "contrastdata": [
                  [
                    1.18,
                    "#26437c",
                    "#495057",
                    false
                  ],
                  [
                    1.89,
                    "#4b545c",
                    "#002856",
                    true
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 11,
            "items": {
              "heading_skipped": {
                "id": "heading_skipped",
                "description": "Skipped heading level",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV > ASIDE:first-child + DIV > DIV:first-child > SECTION:first-child > DIV#block-servicesmenu > DIV:first-child > DIV:first-child > H1:first-child + DIV > DIV:first-child > DIV:first-child > H3#dropdownMenu1",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-mccarty-theme-content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + NAV > H4#pagination-heading",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > DIV#sidebar_first > ASIDE:first-child > DIV#block-officelocations > DIV:first-child > DIV:first-child > P:first-child + H4"
                ],
                "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": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > HEADER#header > NAV#navbar-top > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV > ASIDE:first-child + DIV > DIV:first-child > SECTION:first-child > DIV#block-servicesmenu > DIV:first-child > DIV:first-child > H1:first-child + DIV > DIV:first-child > DIV:first-child > H3:first-child + UL > LI: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": 2,
                "selectors": [
                  "HTML > HEAD:first-child > META:first-child + NOSCRIPT",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT"
                ],
                "wcag": []
              },
              "youtube_video": {
                "id": "youtube_video",
                "description": "YouTube video",
                "count": 4,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-mccarty-theme-content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > ARTICLE:first-child > HEADER:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-mccarty-theme-content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > ARTICLE:first-child > HEADER:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-mccarty-theme-content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > ARTICLE:first-child > HEADER:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-mccarty-theme-content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > ARTICLE:first-child > HEADER:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.2.1 Prerecorded Audio-only and Video-only (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.2.1"
                  },
                  {
                    "name": "1.2.2 Captions (Prerecorded) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.2.2"
                  },
                  {
                    "name": "1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.2.3"
                  }
                ]
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          11,
          0,
          0,
          3
        ],
        "instances": [
          {
            "ruleID": "heading_empty",
            "what": "Empty heading",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-mccarty-theme-page-title > DIV:first-child > H1:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H2",
            "id": "block-mccarty-theme-main-menu-menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > HEADER#header > NAV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > NAV#navbar-main > DIV#CollapsingNavbar > NAV#block-mccarty-theme-main-menu > H2#block-mccarty-theme-main-menu-menu"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_skipped",
            "what": "Skipped heading level",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "dropdownMenu1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV > ASIDE:first-child + DIV > DIV:first-child > SECTION:first-child > DIV#block-servicesmenu > DIV:first-child > DIV:first-child > H1:first-child + DIV > DIV:first-child > DIV:first-child > H3#dropdownMenu1"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_skipped",
            "what": "Skipped heading level",
            "ordinalSeverity": 0,
            "tagName": "H4",
            "id": "pagination-heading",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-mccarty-theme-content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + NAV > H4#pagination-heading"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_skipped",
            "what": "Skipped heading level",
            "ordinalSeverity": 0,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > DIV#sidebar_first > ASIDE:first-child > DIV#block-officelocations > DIV:first-child > DIV:first-child > P:first-child + H4"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > HEADER#header > NAV#navbar-top > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV: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 > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV > ASIDE:first-child + DIV > DIV:first-child > SECTION:first-child > DIV#block-servicesmenu > DIV:first-child > DIV:first-child > H1:first-child + DIV > DIV:first-child > DIV:first-child > H3:first-child + UL > LI: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 > META:first-child + NOSCRIPT"
            },
            "excerpt": ""
          },
          {
            "ruleID": "noscript",
            "what": "Noscript element",
            "ordinalSeverity": 0,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT"
            },
            "excerpt": ""
          },
          {
            "ruleID": "youtube_video",
            "what": "YouTube video",
            "ordinalSeverity": 0,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-mccarty-theme-content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > ARTICLE:first-child > HEADER:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "youtube_video",
            "what": "YouTube video",
            "ordinalSeverity": 0,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-mccarty-theme-content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > ARTICLE:first-child > HEADER:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "youtube_video",
            "what": "YouTube video",
            "ordinalSeverity": 0,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-mccarty-theme-content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > ARTICLE:first-child > HEADER:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "youtube_video",
            "what": "YouTube video",
            "ordinalSeverity": 0,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-mccarty-theme-content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > ARTICLE:first-child > HEADER:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child"
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687101784240
    }
  ],
  "sources": {
    "script": "ts27",
    "batch": "caassy",
    "target": {
      "id": "caAD6-a",
      "which": "https://a06.asmdc.org/",
      "what": "Member Kevin McCarty (D)"
    },
    "requester": "pool@jpdev.pro"
  },
  "creationTime": "2023-06-18T02:07:06",
  "timeStamp": "18ixx",
  "jobData": {
    "startTime": "2023-06-18T15:21:48",
    "endTime": "2023-06-18T15:23:04",
    "elapsedSeconds": 75,
    "visitLatency": 6,
    "logCount": 55,
    "logSize": 3894,
    "errorLogCount": 55,
    "errorLogSize": 3894,
    "prohibitedCount": 0,
    "visitRejectionCount": 0,
    "aborted": false,
    "abortedAct": null,
    "presses": 0,
    "amountRead": 0,
    "testTimes": [
      [
        "testaro",
        31
      ],
      [
        "testaro",
        14
      ],
      [
        "wave",
        6
      ],
      [
        "alfa",
        4
      ],
      [
        "ibm",
        4
      ],
      [
        "nuVal",
        2
      ],
      [
        "qualWeb",
        2
      ],
      [
        "axe",
        1
      ],
      [
        "continuum",
        1
      ],
      [
        "htmlcs",
        1
      ],
      [
        "tenon",
        0
      ]
    ]
  },
  "score": {
    "scoreProcID": "tsp27",
    "summary": {
      "total": 1605,
      "issue": 1367,
      "tool": 198,
      "prevention": 0,
      "log": 40,
      "latency": 0
    },
    "details": {
      "severity": {
        "total": [
          153,
          280,
          109,
          235
        ],
        "byTool": {
          "testaro": [
            14,
            116,
            30,
            30
          ],
          "alfa": [
            12,
            0,
            0,
            44
          ],
          "axe": [
            13,
            18,
            12,
            16
          ],
          "continuum": [
            0,
            0,
            0,
            21
          ],
          "htmlcs": [
            23,
            0,
            0,
            29
          ],
          "ibm": [
            0,
            22,
            0,
            55
          ],
          "nuVal": [
            30,
            0,
            56,
            0
          ],
          "qualWeb": [
            50,
            124,
            10,
            8
          ],
          "tenon": [
            0,
            0,
            1,
            29
          ],
          "wave": [
            11,
            0,
            0,
            3
          ]
        }
      },
      "prevention": {},
      "issue": {
        "ariaBadAttribute": {
          "score": 40,
          "maxCount": 10,
          "weight": 4,
          "tools": {
            "alfa": {
              "r18": {
                "quality": 1,
                "what": "ARIA state or property is not allowed for the element on which it is specified",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "aria-* states and properties are allowed"
                  ]
                }
              }
            },
            "axe": {
              "aria-allowed-attr": {
                "quality": 1,
                "what": "ARIA attribute is invalid for the role of its element",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\""
                  ]
                }
              }
            },
            "continuum": {
              "281": {
                "quality": 1,
                "what": "Element has an aria-expanded attribute, which is not allowed",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "The aria-expanded attribute is not allowed on this SPAN",
                    "The aria-expanded attribute is not allowed on this H3"
                  ]
                }
              }
            }
          }
        },
        "duplicateID": {
          "score": 64,
          "maxCount": 16,
          "weight": 4,
          "tools": {
            "alfa": {
              "r3": {
                "quality": 1,
                "what": "Element id attribute value is not unique",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "id attributes have a unique value"
                  ]
                }
              }
            },
            "axe": {
              "duplicate-id-aria": {
                "quality": 1,
                "what": "id attribute used in ARIA or in a label has a value that is not unique",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "IDs used in ARIA and labels must be unique; Document has multiple elements referenced with ARIA with the same id attribute: dropdownMenu1"
                  ]
                }
              },
              "duplicate-id": {
                "quality": 1,
                "what": "id attribute value is not unique",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: block-mccarty-theme-main-menu"
                  ]
                }
              }
            },
            "continuum": {
              "94": {
                "quality": 1,
                "what": "Element contains an id attribute set to a value that is not unique in the DOM",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This NAV has an id attribute of 'block-mccarty-theme-main-menu', which is not unique in the same DOM",
                    "This UL has an id attribute of 'block-mccarty-theme-main-menu', which is not unique in the same DOM",
                    "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.4_1_1.F77": {
                "quality": 1,
                "what": "Duplicate id attribute value",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Duplicate id attribute value \"dropdownMenu1\" found on the web page.",
                    "Duplicate id attribute value \"block-mccarty-theme-main-menu\" found on the web page."
                  ]
                }
              }
            },
            "ibm": {
              "element_id_unique": {
                "quality": 1,
                "what": "Element has an id attribute value that is already in use",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "The <ul> element has the id \"block-mccarty-theme-main-menu\" that is already in use",
                    "The <h3> element has the id \"dropdownMenu1\" that is already in use"
                  ]
                }
              }
            },
            "nuVal": {
              "^Duplicate ID .+$|^The first occurrence of ID .* was here.*$": {
                "quality": 1,
                "what": "Duplicate id",
                "complaints": {
                  "countTotal": 16,
                  "texts": [
                    "Duplicate ID block-mccarty-theme-main-menu.",
                    "The first occurrence of ID block-mccarty-theme-main-menu was here.",
                    "Duplicate ID dropdownMenu1.",
                    "The first occurrence of ID dropdownMenu1 was here."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R18": {
                "quality": 1,
                "what": "id attribute value is not unique",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This rule checks that all id attribute values on a single page are unique."
                  ]
                }
              }
            }
          }
        },
        "headingLevelSkip": {
          "score": 6,
          "maxCount": 3,
          "weight": 2,
          "tools": {
            "alfa": {
              "r53": {
                "quality": 1,
                "what": "Heading skips one or more levels",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Headings are structured"
                  ]
                }
              }
            },
            "axe": {
              "heading-order": {
                "quality": 1,
                "what": "Heading levels do not increase by only one",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Heading levels should only increase by one; Heading order invalid"
                  ]
                }
              }
            },
            "wave": {
              "heading_skipped": {
                "quality": 1,
                "what": "Skipped heading level",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Skipped heading level"
                  ]
                }
              }
            }
          }
        },
        "contentBeyondLandmarks": {
          "score": 50,
          "maxCount": 25,
          "weight": 2,
          "tools": {
            "alfa": {
              "r57": {
                "quality": 1,
                "what": "Perceivable text content is not included in any landmark",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Perceivable text content is included in a landmark"
                  ]
                }
              }
            },
            "axe": {
              "region": {
                "quality": 1,
                "what": "Some page content is not contained by landmarks",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "All page content should be contained by landmarks; Some page content is not contained by landmarks"
                  ]
                }
              }
            },
            "ibm": {
              "aria_content_in_landmark": {
                "quality": 1,
                "what": "Content is not within a landmark element",
                "complaints": {
                  "countTotal": 25,
                  "texts": [
                    "Content is not within a landmark element"
                  ]
                }
              }
            }
          }
        },
        "h1Missing": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "alfa": {
              "r61": {
                "quality": 1,
                "what": "First heading is not h1",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Documents start with a level 1 heading"
                  ]
                }
              }
            }
          }
        },
        "headingEmpty": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "alfa": {
              "r64": {
                "quality": 1,
                "what": "Heading has no non-empty accessible name",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Heading has non-empty accessible name"
                  ]
                }
              }
            },
            "axe": {
              "empty-heading": {
                "quality": 1,
                "what": "Heading empty",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Headings should not be empty; Element does not have text that is visible to screen readers; 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"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.1_3_1.H42.2": {
                "quality": 1,
                "what": "Heading empty",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags."
                  ]
                }
              }
            },
            "ibm": {
              "heading_content_exists": {
                "quality": 1,
                "what": "Heading element has no descriptive content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Heading element has no descriptive content"
                  ]
                }
              }
            },
            "nuVal": {
              "Empty heading.": {
                "quality": 1,
                "what": "Empty heading",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Empty heading."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R35": {
                "quality": 1,
                "what": "Heading has no accessible name",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree."
                  ]
                }
              }
            },
            "wave": {
              "heading_empty": {
                "quality": 1,
                "what": "Empty heading",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Empty heading"
                  ]
                }
              }
            }
          }
        },
        "focusIndication": {
          "score": 376,
          "maxCount": 94,
          "weight": 4,
          "tools": {
            "alfa": {
              "r65": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Element in sequential focus order has visible focus"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R62": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 94,
                  "texts": [
                    "This rule checks that each element in sequential focus order has some visible focus indication."
                  ]
                }
              }
            },
            "testaro": {
              "focInd": {
                "quality": 1,
                "what": "Focused element displays a nonstandard or no focus indicator",
                "complaints": {
                  "countTotal": 21,
                  "texts": [
                    "BUTTON element has a non-outline focus indicator",
                    "A element has a non-outline focus indicator",
                    "INPUT element has a non-outline focus indicator",
                    "A element has no focus indicator",
                    "IFRAME element has no focus indicator"
                  ]
                }
              }
            }
          }
        },
        "contrastAAA": {
          "score": 23,
          "maxCount": 23,
          "weight": 1,
          "tools": {
            "alfa": {
              "r66": {
                "quality": 1,
                "what": "Text contrast less than AAA requires",
                "complaints": {
                  "countTotal": 23,
                  "texts": [
                    "Text outside widget has enhanced contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast-enhanced": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 17,
                  "texts": [
                    "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.52 (foreground color: #ffffff, background color: #dc3545, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 7:1",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #2858af, background color: #ffffff, 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": 19,
                  "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 4.53:1. Recommendation:  change background to #353535.",
                    "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 6.76:1. Recommendation:  change text colour to #2555ac.",
                    "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 NaN:1.",
                    "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 6.76:1. Recommendation:  change background to #2555ac.",
                    "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.69:1. Recommendation:  change text colour to #515a62."
                  ]
                }
              }
            }
          }
        },
        "textContrastAA": {
          "score": 20,
          "maxCount": 5,
          "weight": 4,
          "tools": {
            "alfa": {
              "r69": {
                "quality": 1,
                "what": "Text outside widget has subminimum contrast",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Text outside widget has minimum contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast": {
                "quality": 1,
                "what": "Element has insufficient color contrast",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image"
                  ]
                }
              }
            },
            "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": 1,
                  "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."
                  ]
                }
              }
            },
            "wave": {
              "contrast": {
                "quality": 1,
                "what": "Very low contrast",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Very low contrast"
                  ]
                }
              }
            }
          }
        },
        "obsolete": {
          "score": 84,
          "maxCount": 28,
          "weight": 3,
          "tools": {
            "alfa": {
              "r70": {
                "quality": 1,
                "what": "Element is obsolete or deprecated",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "No obsolete or deprecated elements are used"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.1_3_1.H49.Center": {
                "quality": 1,
                "what": "center element is obsolete",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Presentational markup used that has become obsolete in HTML5."
                  ]
                }
              }
            },
            "ibm": {
              "element_attribute_deprecated": {
                "quality": 1,
                "what": "Element or attribute is obsolete",
                "complaints": {
                  "countTotal": 11,
                  "texts": [
                    "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
                    "The <center> element is deprecated in HTML 5",
                    "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5"
                  ]
                }
              }
            },
            "nuVal": {
              "The center element is obsolete. Use CSS instead.": {
                "quality": 1,
                "what": "center element is obsolete",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "The center element is obsolete. Use CSS instead."
                  ]
                }
              },
              "^The .+ attribute on the .+ element is obsolete.+$": {
                "quality": 1,
                "what": "Attribute is obsolete on its element",
                "complaints": {
                  "countTotal": 16,
                  "texts": [
                    "The frameborder attribute on the iframe element is obsolete. Use CSS instead.",
                    "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-BP10": {
                "quality": 1,
                "what": "HTML element is used to control the visual presentation of content",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "No HTML elements are used to control the visual presentation of content"
                  ]
                }
              }
            }
          }
        },
        "headingOfNothing": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "alfa": {
              "r78": {
                "quality": 1,
                "what": "No content between two headings of the same level",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Headings of same level have text content between them"
                  ]
                }
              }
            }
          }
        },
        "repeatedContentRisk": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "alfa": {
              "r87": {
                "quality": 0.5,
                "what": "First focusable element is not a link to the main content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "First focusable element is link to main content"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R73": {
                "quality": 1,
                "what": "Block of repeated content is not collapsible",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that repeated blocks of content are collapsible."
                  ]
                }
              },
              "QW-ACT-R74": {
                "quality": 1,
                "what": "Document has no instrument to move focus to non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that there is an instrument to move focus to non-repeated content in the page."
                  ]
                }
              },
              "QW-WCAG-T23": {
                "quality": 1,
                "what": "No link at the top of the page that goes directly to the main content area",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page."
                  ]
                }
              },
              "QW-BP17": {
                "quality": 1,
                "what": "No link at the beginning of a block of repeated content goes to the end of the block",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block."
                  ]
                }
              }
            }
          }
        },
        "frameContentRisk": {
          "score": 1,
          "maxCount": 0.8,
          "weight": 1,
          "tools": {
            "axe": {
              "frame-tested": {
                "quality": 0.2,
                "what": "Some content is in an iframe and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Frames should be tested with axe-core; The iframe still has to be tested with axe-core"
                  ]
                }
              }
            }
          }
        },
        "hiddenContentRisk": {
          "score": 13,
          "maxCount": 13,
          "weight": 1,
          "tools": {
            "axe": {
              "hidden-content": {
                "quality": 1,
                "what": "Some content is hidden and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 13,
                  "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."
                  ]
                }
              }
            }
          }
        },
        "landmarkConfusion": {
          "score": 12,
          "maxCount": 4,
          "weight": 3,
          "tools": {
            "axe": {
              "landmark-unique": {
                "quality": 1,
                "what": "Landmark has a role and an accessible name that are identical to another",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                  ]
                }
              }
            },
            "ibm": {
              "aria_landmark_name_unique": {
                "quality": 1,
                "what": "Multiple landmarks with the same parent region are not distinguished from one another",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
                    "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label"
                  ]
                }
              }
            }
          }
        },
        "listChild": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "axe": {
              "list": {
                "quality": 1,
                "what": "List element ul or ol has a child element other than li, script, and template",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "<ul> and <ol> must only directly contain <li>, <script> or <template> elements"
                  ]
                }
              }
            },
            "continuum": {
              "246": {
                "quality": 1,
                "what": "ul element does not contain only li, script, template, or listitem-role elements as direct child elements",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This UL should only contain li elements (without an ARIA-assigned role), script elements (without an ARIA-assigned role) or template elements (without an ARIA-assigned role); or elements with a role=listitem attribute; as direct child elements"
                  ]
                }
              }
            }
          }
        },
        "navConfusion": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "continuum": {
              "531": {
                "quality": 1,
                "what": "nav element has an accessible name that is non-unique among the nav elements",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This nav does not have a unique accessible name as required when two or more nav elements are present"
                  ]
                }
              }
            },
            "ibm": {
              "aria_navigation_label_unique": {
                "quality": 1,
                "what": "Multiple elements with the navigation role do not have unique labels",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Multiple elements with \"navigation\" role do not have unique labels"
                  ]
                }
              }
            }
          }
        },
        "navNoText": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "continuum": {
              "533": {
                "quality": 1,
                "what": "nav element is not the only nav element but has no accessible name",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This nav does not have an accessible name as required when two or more nav elements are present"
                  ]
                }
              }
            }
          }
        },
        "pseudoNavList": {
          "score": 26,
          "maxCount": 13,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1.H48": {
                "quality": 1,
                "what": "Navigation links are not coded as a list",
                "complaints": {
                  "countTotal": 2,
                  "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": 13,
                  "texts": [
                    "The objective of this technique is to create lists of related items using list elements appropriate for their purposes."
                  ]
                }
              }
            }
          }
        },
        "contrastRisk": {
          "score": 6,
          "maxCount": 6,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "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": 4,
                  "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."
                  ]
                }
              },
              "AAA.1_4_6.G18.Abs": {
                "quality": 1,
                "what": "Contrast between the absolutely positioned text and its background may be less than 4.5: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 4.5:1."
                  ]
                }
              }
            }
          }
        },
        "linkWindowSurpriseRisk": {
          "score": 14,
          "maxCount": 14,
          "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": 14,
                  "texts": [
                    "Check that this link's link text contains information indicating that the link will open in a new window."
                  ]
                }
              }
            }
          }
        },
        "linkNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "htmlcs": {
              "AAA.4_1_2.H91.A.Empty": {
                "quality": 1,
                "what": "a element has an id attribute but no href attribute or text",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element."
                  ]
                }
              }
            }
          }
        },
        "headingStructure": {
          "score": 10,
          "maxCount": 5,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1_AAA.G141": {
                "quality": 1,
                "what": "Heading level is incorrect",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.",
                    "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.",
                    "The heading structure is not logically nested. This h3 element should be an h2 to be properly nested.",
                    "The heading structure is not logically nested. This h4 element should be an h3 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."
                  ]
                }
              }
            }
          }
        },
        "visibleLabelNotName": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "ibm": {
              "label_name_visible": {
                "quality": 1,
                "what": "Accessible name does not match or contain the visible label text",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Accessible name does not match or contain the visible label text"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R30": {
                "quality": 1,
                "what": "Visible label is not part of the accessible name",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that interactive elements labeled through their content have their visible label as part of their accessible name."
                  ]
                }
              }
            }
          }
        },
        "pageLanguage": {
          "score": 16,
          "maxCount": 4,
          "weight": 4,
          "tools": {
            "ibm": {
              "html_lang_exists": {
                "quality": 1,
                "what": "Page detected as HTML, but has no lang attribute",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Page detected as HTML, but does not have a 'lang' attribute"
                  ]
                }
              }
            }
          }
        },
        "roleBad": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_role_valid": {
                "quality": 1,
                "what": "ARIA role is not valid for its element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The ARIA role 'presentation' is not valid for the element <li> and may be ignored by the browser since the element is focusable"
                  ]
                }
              }
            }
          }
        },
        "complementaryNoText": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "ibm": {
              "aria_complementary_labelled": {
                "quality": 1,
                "what": "Element with a complementary role has no label",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The element with \"complementary\" role does not have a label"
                  ]
                }
              }
            }
          }
        },
        "asideConfusion": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_complementary_label_unique": {
                "quality": 1,
                "what": "Multiple elements with a complementary role have no unique labels",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Multiple elements with \"complementary\" role do not have unique labels"
                  ]
                }
              }
            }
          }
        },
        "attributeBad": {
          "score": 40,
          "maxCount": 10,
          "weight": 4,
          "tools": {
            "ibm": {
              "aria_attribute_valid": {
                "quality": 1,
                "what": "ARIA attribute is invalid for the role of its element",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
                    "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\""
                  ]
                }
              }
            },
            "nuVal": {
              "^Attribute .+ not allowed on element .+ at this point.*$": {
                "quality": 1,
                "what": "Attribute not allowed on this element",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "Attribute type not allowed on element h3 at this point."
                  ]
                }
              }
            }
          }
        },
        "roleRedundant": {
          "score": 20,
          "maxCount": 20,
          "weight": 1,
          "tools": {
            "ibm": {
              "aria_role_redundant": {
                "quality": 1,
                "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
                    "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
                    "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
                    "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
                    "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>"
                  ]
                }
              }
            },
            "nuVal": {
              "^The .+ role is unnecessary for element .+$": {
                "quality": 1,
                "what": "explicit role is redundant for its element",
                "complaints": {
                  "countTotal": 20,
                  "texts": [
                    "The banner role is unnecessary for element header.",
                    "The navigation role is unnecessary for element nav.",
                    "The complementary role is unnecessary for element aside.",
                    "The main role is unnecessary for element main.",
                    "The article role is unnecessary for element article."
                  ]
                }
              }
            },
            "testaro": {
              "role": {
                "quality": 1,
                "what": "Invalid, native-replacing, or redundant role",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)",
                    "DIV elements have invalid or native-replaceable explicit role group (count: 2)",
                    "NAV elements have redundant explicit role navigation (count: 1)",
                    "ASIDE elements have redundant explicit role complementary (count: 2)",
                    "MAIN elements have redundant explicit role main (count: 1)",
                    "ARTICLE elements have redundant explicit role article (count: 5)"
                  ]
                }
              }
            }
          }
        },
        "attributeMissing": {
          "score": 48,
          "maxCount": 12,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Element .+ is missing one or more of the following attributes: .+$": {
                "quality": 1,
                "what": "Element is missing a required attribute",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "Element span is missing one or more of the following attributes: role."
                  ]
                }
              }
            }
          }
        },
        "slashParseRisk": {
          "score": 57,
          "maxCount": 57,
          "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": 57,
                  "texts": [
                    "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values."
                  ]
                }
              }
            }
          }
        },
        "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": 3,
          "maxCount": 1,
          "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"
                  ]
                }
              }
            }
          }
        },
        "linkTextsSame": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-ACT-R9": {
                "quality": 1,
                "what": "Links with identical accessible names have different purposes",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources."
                  ]
                }
              }
            },
            "tenon": {
              "98": {
                "quality": 1,
                "what": "Links have the same text but different destinations",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "These links have the same text but different destinations."
                  ]
                }
              }
            }
          }
        },
        "errorReferenceBad": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R41": {
                "quality": 1,
                "what": "Error message describes no invalid form field value",
                "complaints": {
                  "countTotal": 1,
                  "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."
                  ]
                }
              }
            }
          }
        },
        "sectionHeadingless": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T9": {
                "quality": 1,
                "what": "Page is not organized using headings",
                "complaints": {
                  "countTotal": 5,
                  "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"
                  ]
                }
              }
            }
          }
        },
        "linkPair": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T10": {
                "quality": 1,
                "what": "Adjacent image and text links for the same resource are not combined",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link."
                  ]
                }
              }
            },
            "wave": {
              "link_redundant": {
                "quality": 1,
                "what": "Adjacent links go to the same URL",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Redundant link"
                  ]
                }
              }
            }
          }
        },
        "ignorable": {
          "score": 0,
          "maxCount": 11,
          "weight": 0,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T20": {
                "quality": 1,
                "what": "Link text is not supplemented with a title attribute",
                "complaints": {
                  "countTotal": 11,
                  "texts": [
                    "Supplementing link text with the title attribute"
                  ]
                }
              }
            }
          }
        },
        "textAlternativeRisk": {
          "score": 8,
          "maxCount": 8,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T8": {
                "quality": 1,
                "what": "Text alternative is not an alternative",
                "complaints": {
                  "countTotal": 8,
                  "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": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T31": {
                "quality": 1,
                "what": "Foreground or background color is specified but not both",
                "complaints": {
                  "countTotal": 2,
                  "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": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-BP11": {
                "quality": 1,
                "what": "br is used to make a list",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Using 3 consecutive br elements"
                  ]
                }
              }
            }
          }
        },
        "noHeading": {
          "score": 51,
          "maxCount": 17,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP1": {
                "quality": 1,
                "what": "h1-h6 not used to identify headings",
                "complaints": {
                  "countTotal": 17,
                  "texts": [
                    "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content"
                  ]
                }
              }
            }
          }
        },
        "bannerNot1": {
          "score": 10,
          "maxCount": 5,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-BP20": {
                "quality": 1,
                "what": "Document has more than 1 banner landmark",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Ensures the document has at most one banner landmark"
                  ]
                }
              }
            }
          }
        },
        "boxSizeAbsolute": {
          "score": 12,
          "maxCount": 4,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP15": {
                "quality": 1,
                "what": "Element width is specified in an absolute value",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "At least one width attribute of an HTML element is expressed in absolute values"
                  ]
                }
              }
            }
          }
        },
        "bannerNotTop": {
          "score": 10,
          "maxCount": 5,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-BP19": {
                "quality": 1,
                "what": "banner landmark is not at the top level",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Ensures the banner landmark is at top level"
                  ]
                }
              }
            }
          }
        },
        "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."
                  ]
                }
              }
            }
          }
        },
        "titleRedundant": {
          "score": 1,
          "maxCount": 1,
          "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": 1,
                  "texts": [
                    "This link has a `title` attribute that is the same as the text inside the link."
                  ]
                }
              }
            }
          }
        },
        "leadingClipsText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "tenon": {
              "144": {
                "quality": 1,
                "what": "Line height is insufficent to properly display the computed font size",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This content's line height is insufficent to properly display the computed element font size."
                  ]
                }
              }
            }
          }
        },
        "targetSize": {
          "score": 30,
          "maxCount": 10,
          "weight": 3,
          "tools": {
            "tenon": {
              "152": {
                "quality": 1,
                "what": "Actionable element is smaller than the minimum required size",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "This actionable element is smaller than the minimum required size."
                  ]
                }
              }
            }
          }
        },
        "linkForcesNewWindow": {
          "score": 45,
          "maxCount": 15,
          "weight": 3,
          "tools": {
            "tenon": {
              "218": {
                "quality": 1,
                "what": "Link opens in a new window without user control",
                "complaints": {
                  "countTotal": 15,
                  "texts": [
                    "This link opens in a new window without user control."
                  ]
                }
              }
            }
          }
        },
        "visibleBulk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "testaro": {
              "bulk": {
                "quality": 1,
                "what": "Page contains many visible elements",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Page contains a large number of visible elements"
                  ]
                }
              }
            }
          }
        },
        "focusableOperable": {
          "score": 33,
          "maxCount": 11,
          "weight": 3,
          "tools": {
            "testaro": {
              "focOp": {
                "quality": 1,
                "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable",
                "complaints": {
                  "countTotal": 11,
                  "texts": [
                    null
                  ]
                }
              }
            }
          }
        },
        "hoverSurprise": {
          "score": 12,
          "maxCount": 6,
          "weight": 2,
          "tools": {
            "testaro": {
              "hover": {
                "quality": 1,
                "what": "Hovering is impossible or mis-indicated or changes content",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Hovering over element has unexpected effects",
                    "Operable element cannot be hovered over"
                  ]
                }
              }
            }
          }
        },
        "linkIndication": {
          "score": 68,
          "maxCount": 34,
          "weight": 2,
          "tools": {
            "testaro": {
              "linkUl": {
                "quality": 1,
                "what": "Non-underlined adjacent links",
                "complaints": {
                  "countTotal": 34,
                  "texts": [
                    "Link is inline but has no underline"
                  ]
                }
              }
            }
          }
        },
        "inconsistentStyles": {
          "score": 7,
          "maxCount": 7,
          "weight": 1,
          "tools": {
            "testaro": {
              "styleDiff": {
                "quality": 1,
                "what": "Heading, link, and button style inconsistencies",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "Links in columns have 2 different styles",
                    "Buttons have 4 different styles",
                    "Level-1 headings have 2 different styles",
                    "Level-2 headings have 3 different styles"
                  ]
                }
              }
            }
          }
        },
        "titleBad": {
          "score": 44,
          "maxCount": 11,
          "weight": 4,
          "tools": {
            "testaro": {
              "titledEl": {
                "quality": 1,
                "what": "title attribute belongs to an inappropriate element",
                "complaints": {
                  "countTotal": 11,
                  "texts": [
                    "A element has a title attribute"
                  ]
                }
              }
            }
          }
        },
        "zIndexNotZero": {
          "score": 13,
          "maxCount": 13,
          "weight": 1,
          "tools": {
            "testaro": {
              "zIndex": {
                "quality": 1,
                "what": "Layering with nondefault z-index values",
                "complaints": {
                  "countTotal": 13,
                  "texts": [
                    "A element has a non-default Z index",
                    "UL element has a non-default Z index",
                    "DIV element has a non-default Z index",
                    "SPAN element has a non-default Z index"
                  ]
                }
              }
            }
          }
        },
        "noScriptRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "wave": {
              "noscript": {
                "quality": 1,
                "what": "noscript element may fail to contain an accessible equivalent or alternative",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Noscript element"
                  ]
                }
              }
            }
          }
        },
        "videoCaptionRisk": {
          "score": 4,
          "maxCount": 4,
          "weight": 1,
          "tools": {
            "wave": {
              "youtube_video": {
                "quality": 1,
                "what": "YouTube video may have no or incorrect captions",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "YouTube video"
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}