Accessibility digest

Synopsis
PageCandidate Philip Ting (D)
URLhttps://www.philting.com/
Requesterpool@jpdev.pro
Test date2023/06/18
Score748
Tested byTestaro, procedure ts27
Scored byTestilo, procedure tsp27
Digested byTestilo, procedure tdp27

Introduction

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

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

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

Total score

The total score is the sum of five components.

Score summary
ComponentScoreDescription
total748Sum of the component scores
issue608Severity and number of reported defects
tool137Tool-by-tool defect ratings
prevention0Failed attempts by tools to test the page
log3Browser 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
contentBeyondLandmarks76
focusIndication52
textContrastAA52
fontSizeAbsolute44
duplicateID40
contrastAAA35
typeRedundant35
slashParseRisk28
errorReferenceBad24
zIndexNotZero21
inputOnlyPlaceholder18
hoverSurprise16
cssInvalid12
attributeBad12
siteNavigation12
noHeading12
repeatedContentRisk11
hiddenContentRisk11
pseudoNavList10
linkNoText8
metaBansZoom8
linkElementBad8
parentBad8
skipRepeatedContent6
labelConfusionRisk6
inconsistentStyles5
h1Multiple4
titleBad4
obsolete3
roleBad3
elementClosure3
horizontalScrolling3
autocompleteNone3
leadingInsufficient2
mainNone2
pseudoHeadingRisk2
textAlternativeRisk2
linkIndication2
linkPair2
scrollRisk1
sectionHeadingless1
justificationRisk1

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 contentBeyondLandmarks

WCAG: 1.3.6

Score: 76

Complaints by alfa

Rule r57

Description: Perceivable text content is not included in any landmark

Count of instances: 38

Complaint specifics

Complaints by axe

Rule region

Description: Some page content is not contained by landmarks

Count of instances: 11

Complaint specifics

Complaints by ibm

Rule aria_content_in_landmark

Description: Content is not within a landmark element

Count of instances: 8

Complaint specifics

Issue focusIndication

WCAG: 2.4.7

Score: 52

Complaints by alfa

Rule r65

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

Count of instances: 7

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R62

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

Count of instances: 13

Complaint specifics

Complaints by testaro

Rule focInd

Description: Focused element displays a nonstandard or no focus indicator

Count of instances: 13

Complaint specifics

Issue textContrastAA

WCAG: 1.4.3

Score: 52

Complaints by alfa

Rule r69

Description: Text outside widget has subminimum contrast

Count of instances: 7

Complaint specifics

Complaints by axe

Rule color-contrast

Description: Element has insufficient color contrast

Count of instances: 13

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

Complaint specifics

Complaints by ibm

Rule text_contrast_sufficient

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

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R37

Description: Text has less than the minimum contrast

Count of instances: 3

Complaint specifics

Complaints by wave

Rule contrast

Description: Very low contrast

Count of instances: 4

Complaint specifics

Issue fontSizeAbsolute

WCAG: 1.4.4

Score: 44

Complaints by qualWeb

Rule QW-WCAG-T28

Description: Percent, em, or name is used for a font size

Count of instances: 22

Complaint specifics

Issue duplicateID

WCAG: 4.1.1

Score: 40

Complaints by alfa

Rule r3

Description: Element id attribute value is not unique

Count of instances: 8

Complaint specifics

Complaints by axe

Rule duplicate-id

Description: id attribute value is not unique

Count of instances: 4

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

Complaint specifics

Complaints by htmlcs

Rule AAA.4_1_1.F77

Description: Duplicate id attribute value

Count of instances: 4

Complaint specifics

Complaints by ibm

Rule element_id_unique

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

Count of instances: 1

Complaint specifics

Complaints by nuVal

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

Description: Duplicate id

Count of instances: 10

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R18

Description: id attribute value is not unique

Count of instances: 8

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 35

Complaints by alfa

Rule r66

Description: Text contrast less than AAA requires

Count of instances: 35

Complaint specifics

Complaints by axe

Rule color-contrast-enhanced

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 27

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G17.Fail

Description: Text has insufficient contrast

Count of instances: 8

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R76

Description: Text has less than the enhanced minimum contrast

Count of instances: 28

Complaint specifics

Complaints by tenon

Rule 95

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 2

Complaint specifics

Issue typeRedundant

WCAG: 1.3.1

Score: 35

Complaints by nuVal

Rule The type attribute is unnecessary for JavaScript resources.

Description: type attribute is unnecessary for a JavaScript resource

Count of instances: 27

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

Description: type attribute is unnecessary for a style element

Count of instances: 8

Complaint specifics

Issue slashParseRisk

WCAG: 4.1

Score: 28

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

Complaint specifics

Issue errorReferenceBad

WCAG: 3.3.1

Score: 24

Complaints by qualWeb

Rule QW-ACT-R41

Description: Error message describes no invalid form field value

Count of instances: 6

Complaint specifics

Issue zIndexNotZero

WCAG: 1.4

Score: 21

Complaints by testaro

Rule zIndex

Description: Layering with nondefault z-index values

Count of instances: 21

Complaint specifics

Issue inputOnlyPlaceholder

WCAG: 4.1.2

Score: 18

Complaints by continuum

Rule 863

Description: input has an accessible name that depends on a placeholder

Count of instances: 6

Complaint specifics

Issue hoverSurprise

WCAG: 1.4.13

Score: 16

Complaints by testaro

Rule hover

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

Count of instances: 8

Complaint specifics

Issue cssInvalid

WCAG: 4.1

Score: 12

Complaints by nuVal

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

Description: Invalid value in CSS

Count of instances: 2

Complaint specifics
Rule ^CSS: .+: Property .+ doesn't exist.*$

Description: Invalid property in CSS

Count of instances: 2

Complaint specifics

Issue attributeBad

WCAG: 1.3.1

Score: 12

Complaints by nuVal

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

Description: Attribute not allowed on this element

Count of instances: 2

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

Description: Attribute on this element has an invalid value

Count of instances: 1

Complaint specifics

Issue siteNavigation

WCAG: 2.4

Score: 12

Complaints by qualWeb

Rule QW-WCAG-T15

Description: link element and navigation tools not used

Count of instances: 12

Complaint specifics

Issue noHeading

WCAG: 1.3.1

Score: 12

Complaints by qualWeb

Rule QW-BP1

Description: h1-h6 not used to identify headings

Count of instances: 4

Complaint specifics

Issue repeatedContentRisk

WCAG: 2.4.1

Score: 11

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

Complaint specifics

Issue hiddenContentRisk

WCAG: 4.1

Score: 11

Complaints by axe

Rule hidden-content

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

Count of instances: 11

Complaint specifics

Issue pseudoNavList

WCAG: 1.3.1

Score: 10

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

Complaint specifics

Issue linkNoText

WCAG: 2.4.4

Score: 8

Complaints by alfa

Rule r11

Description: Link has no accessible name

Count of instances: 2

Complaint specifics

Complaints by axe

Rule link-name

Description: Link has no discernible text

Count of instances: 2

Complaint specifics

Issue metaBansZoom

WCAG: 1.4.4

Score: 8

Complaints by alfa

Rule r47

Description: meta element restricts zooming

Count of instances: 1

Complaint specifics

Complaints by axe

Rule meta-viewport

Description: Zooming and scaling are disabled

Count of instances: 1

Complaint specifics

Complaints by continuum

Rule 59

Description: meta element in the head sets the viewport maximum-scale to less than 2

Count of instances: 1

Complaint specifics

Complaints by nuVal

Rule Consider avoiding viewport values that prevent users from resizing documents.

Description: viewport value prevents users from resizing the document

Count of instances: 2

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R14

Description: meta viewport prevents zoom

Count of instances: 1

Complaint specifics

Issue linkElementBad

WCAG: 1.3.1

Score: 8

Complaints by htmlcs

Rule AAA.2_4_8.H59.1

Description: link element is not in the document head

Count of instances: 1

Complaint specifics

Complaints by nuVal

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

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

Count of instances: 2

Complaint specifics

Issue parentBad

WCAG: 1.3.1

Score: 8

Complaints by nuVal

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

Description: Element has an invalid parent

Count of instances: 2

Complaint specifics

Issue skipRepeatedContent

WCAG: 2.4.1

Score: 6

Complaints by qualWeb

Rule QW-ACT-R64

Description: Document has no heading for non-repeated content

Count of instances: 1

Complaint specifics
Rule QW-ACT-R75

Description: Blocks of repeated content cannot be bypassed

Count of instances: 1

Complaint specifics

Issue labelConfusionRisk

WCAG: 3.3.2

Score: 6

Complaints by qualWeb

Rule QW-WCAG-T17

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

Count of instances: 6

Complaint specifics

Issue inconsistentStyles

WCAG: 3.2.4

Score: 5

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

Count of instances: 5

Complaint specifics

Issue h1Multiple

WCAG: 1.3.1

Score: 4

Complaints by nuVal

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

Description: Page contains more than 1 h1 element

Count of instances: 2

Complaint specifics

Issue titleBad

WCAG: 1.3.1

Score: 4

Complaints by testaro

Rule titledEl

Description: title attribute belongs to an inappropriate element

Count of instances: 1

Complaint specifics

Issue obsolete

WCAG: 4.1

Score: 3

Complaints by ibm

Rule element_attribute_deprecated

Description: Element or attribute is obsolete

Count of instances: 1

Complaint specifics

Issue roleBad

WCAG: 4.1.2

Score: 3

Complaints by ibm

Rule aria_contentinfo_misuse

Description: Element with a contentinfo role is present without an element with a main role

Count of instances: 1

Complaint specifics

Issue elementClosure

WCAG: 4.1.1

Score: 3

Complaints by nuVal

Rule ^No .+ element in scope but a .+ end tag seen.*$

Description: End tag for an element that is not in scope

Count of instances: 1

Complaint specifics

Issue horizontalScrolling

WCAG: 1.4.10

Score: 3

Complaints by tenon

Rule 28

Description: Layout or sizing of the page causes horizontal scrolling

Count of instances: 1

Complaint specifics

Issue autocompleteNone

WCAG: 1.3.5

Score: 3

Complaints by testaro

Rule autocomplete

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

Count of instances: 3

Complaint specifics

Issue leadingInsufficient

WCAG: 1.4.8

Score: 2

Complaints by alfa

Rule r73

Description: Paragraph of text has insufficient line height

Count of instances: 1

Complaint specifics

Issue mainNone

WCAG: 1.3.6

Score: 2

Complaints by axe

Rule landmark-one-main

Description: page has no main landmark

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R63

Description: Document has no landmark with non-repeated content

Count of instances: 1

Complaint specifics

Issue pseudoHeadingRisk

WCAG: 1.3.1

Score: 2

Complaints by htmlcs

Rule AAA.1_3_1.H42

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

Count of instances: 2

Complaint specifics

Complaints by wave

Rule heading_possible

Description: Possible heading

Count of instances: 1

Complaint specifics

Issue textAlternativeRisk

WCAG: 1

Score: 2

Complaints by qualWeb

Rule QW-WCAG-T8

Description: Text alternative is not an alternative

Count of instances: 2

Complaint specifics

Issue linkIndication

WCAG: 1.3.3

Score: 2

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 1

Complaint specifics

Issue linkPair

WCAG: 2.4.4

Score: 2

Complaints by wave

Rule link_redundant

Description: Adjacent links go to the same URL

Count of instances: 1

Complaint specifics

Issue scrollRisk

WCAG: 1.4.10

Score: 1

Complaints by htmlcs

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

Description: Fixed-position element may force bidirectional scrolling

Count of instances: 1

Complaint specifics

Issue sectionHeadingless

WCAG: 1.3.1

Score: 1

Complaints by qualWeb

Rule QW-WCAG-T9

Description: Page is not organized using headings

Count of instances: 1

Complaint specifics

Issue justificationRisk

WCAG: 1.4.8

Score: 1

Complaints by qualWeb

Rule QW-WCAG-T29

Description: Alignment either to the left or right is not specified in CSS

Count of instances: 1

Complaint specifics

Complete report

{
  "id": "18ixx-ts27-caAD19-c",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687107949937,
      "endTime": 1687107950518
    },
    {
      "type": "url",
      "which": "https://www.philting.com/",
      "what": "Candidate Philip Ting (D)",
      "startTime": 1687107950518,
      "result": {
        "url": "https://www.philting.com/"
      },
      "endTime": 1687107953262
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687107953263,
      "url": "https://www.philting.com/",
      "endTime": 1687107955181
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687107955181,
      "url": "https://www.philting.com/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                1578497,
                1578497,
                1578497,
                1578497,
                1578497
              ],
              "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": 1687107969100
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687107969101,
      "endTime": 1687107969641
    },
    {
      "type": "url",
      "which": "https://www.philting.com/",
      "what": "Candidate Philip Ting (D)",
      "startTime": 1687107969642,
      "result": {
        "url": "https://www.philting.com/"
      },
      "endTime": 1687107971261
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687107971262,
      "url": "https://www.philting.com/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 82,
          "warnings": 18
        },
        "items": [
          {
            "index": 6,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a href=\"https://www.facebook.com/philtingsf/\" class=\"icon\">",
                "  <span>",
                "    Facebook",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 7,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a href=\"https://twitter.com/philting\" class=\"icon\">",
                "  <span>",
                "    Twitter",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 55,
            "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": "li",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]",
              "codeLines": [
                "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\">",
                "  <a href=\"#about-phil-ting\">",
                "    About",
                "  </a>",
                "</li>"
              ]
            }
          },
          {
            "index": 56,
            "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": "li",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]",
              "codeLines": [
                "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\">",
                "  <a href=\"#join\">",
                "    Join",
                "  </a>",
                "</li>"
              ]
            }
          },
          {
            "index": 57,
            "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": "li",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]",
              "codeLines": [
                "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\">",
                "  <a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">",
                "    Donate",
                "  </a>",
                "</li>"
              ]
            }
          },
          {
            "index": 60,
            "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": "li",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[1]",
              "codeLines": [
                "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092 et_first_mobile_item\">",
                "  <a href=\"#about-phil-ting\">",
                "    About",
                "  </a>",
                "</li>"
              ]
            }
          },
          {
            "index": 61,
            "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": "li",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]",
              "codeLines": [
                "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\">",
                "  <a href=\"#join\">",
                "    Join",
                "  </a>",
                "</li>"
              ]
            }
          },
          {
            "index": 62,
            "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": "li",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[3]",
              "codeLines": [
                "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\">",
                "  <a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">",
                "    Donate",
                "  </a>",
                "</li>"
              ]
            }
          },
          {
            "index": 67,
            "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": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]",
              "codeLines": [
                "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                "  <div class=\"et_pb_row et_pb_row_1\">",
                "    <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">",
                "      <div id=\"about-phil-ting\" class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">",
                "        <div class=\"et_pb_text_inner\">",
                "          <h1>",
                "            <strong>",
                "              About Phil Ting",
                "            </strong>",
                "          </h1>",
                "          <p></p>",
                "        </div>",
                "      </div>",
                "      <div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">",
                "        <div class=\"et_pb_text_inner\">",
                "          <strong>",
                "            Phil Ting, the former Assessor-Recorder of the City and County of San Francisco, was elected in November 2012 to represent California’s 19th Assembly District, which includes portions of San Francisco and South San Francisco, as well as Colma, Broadmoor and Daly City.",
                "          </strong>",
                "          <p></p>",
                "          <p style=\"text-align: left;\">",
                "            As the Chair of the Assembly Budget Committee, Phil Ting knows that our state budget sets our state’s priorities. He is a leading voice in fighting for education reform and reinvestment, harnessing technology for a cleaner economy and more open government, and equal rights for all Califo...",
                "          </p>",
                "        </div>",
                "      </div>",
                "    </div>",
                "  </div>",
                "  <div class=\"et_pb_row et_pb_row_2 et_pb_row_1-4_1-2_1-4\">",
                "    <div class=\"et_pb_column et_pb_column_1_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et_pb_column_empty\"></div>",
                "    <div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">",
                "      <div class=\"et_pb_module et_pb_image et_pb_image_0\">",
                "        <span class=\"et_pb_image_wrap \">",
                "          <img decoding=\"async\" width=\"800\" height=\"843\" src=\"https://www.philting.com/wp-content/uploads/sites/27/2018/03/Ting-038-crop.jpg\" alt=\"Phil Ting for Assembly\" title=\"Phil Ting \" class=\"wp-image-25209\">",
                "        </span>",
                "      </div>",
                "    </div>",
                "    <div class=\"et_pb_column et_pb_column_1_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column_empty\"></div>",
                "  </div>",
                "  <div class=\"et_pb_row et_pb_row_3\">",
                "    <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">",
                "      <div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">",
                "        <div class=\"et_pb_text_inner\">",
                "          <h1 style=\"text-align: left;\">",
                "            <strong>",
                "              Accomplishments:",
                "            </strong>",
                "          </h1>",
                "          <p></p>",
                "          <p style=\"text-align: left;\">",
                "            <strong>",
                "              Ting has authored a number of breakthrough measures, including new laws that:",
                "            </strong>",
                "          </p>",
                "          <ul style=\"text-align: left;\">",
                "            <li>",
                "              Help thousands more students obtain a Cal Grant to help pay for college",
                "            </li>",
                "            <li>",
                "              Strengthen handgun laws to protect kids",
                "            </li>",
                "            <li>",
                "              Expand urban agriculture and community gardens",
                "            </li>",
                "            <li>",
                "              Stop sidewalk tolls for pedestrians and cyclists at the Golden Gate Bridge",
                "            </li>",
                "            <li>",
                "              Free communities to build safer, more modern urban biking infrastructure",
                "            </li>",
                "            <li>",
                "              Help homeowners invest in water and energy efficient technologies",
                "            </li>",
                "            <li>",
                "              Restore San Francisco Bay wetlands",
                "            </li>",
                "            <li>",
                "              Increase healthy food access for food stamp recipients who shop at farmers’ markets",
                "            </li>",
                "            <li>",
                "              Expand online transparency requirements for state boards and commissions",
                "            </li>",
                "            <li>",
                "              Require tax fairness for same sex couples, and",
                "            </li>",
                "            <li>",
                "              Help English language learners to understand prescriptions and engage with state government",
                "            </li>",
                "          </ul>",
                "          <p style=\"text-align: left;\">",
                "            Ting co-chairs the San Francisco Advisory Board for ChinaSF, a public-private partnership dedicated to creating economic development opportunities by making San Francisco the gateway for Chinese companies looking to establish business operations in the Bay Area.",
                "          </p>",
                "          <p style=\"text-align: left;\">",
                "            In the past, Phil served as a member of the Governing Board of the San Francisco Bay Restoration Authority; as President of the Bay Area Assessors Association and the Organization of Chinese Americans-SF Bay Chapter; and on the boards of directors for the Equality California Institute an...",
                "          </p>",
                "        </div>",
                "      </div>",
                "    </div>",
                "  </div>",
                "  <div class=\"et_pb_row et_pb_row_4\">",
                "    <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">",
                "      <div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">",
                "        <div class=\"et_pb_text_inner\">",
                "          <p style=\"text-align: left;\">",
                "            <strong>",
                "              Prior to serving in the Assembly, Ting was the San Francisco Assessor-Recorder, where he helped:",
                "            </strong>",
                "          </p>",
                "          <ul>",
                "            <li>",
                "              Close a five-year assessment backlog, resulting in $290 million in unpaid property taxes",
                "            </li>",
                "            <li>",
                "              Create GoSolarSF, a first-of-its-kind program that dramatically increased rooftop solar installations in San Francisco",
                "            </li>",
                "            <li>",
                "              Launch Reset San Francisco, an innovative online tool to help San Franciscans use technology to interact with government, and",
                "            </li>",
                "            <li>",
                "              Spearhead efforts to help homeowners and tenants facing foreclosure by launching Don’t Borrow Trouble, an education and outreach program convening city officials and housing advocates to find local solutions to the foreclosure crisis",
                "            </li>",
                "          </ul>",
                "          <p>",
                "            Ting is the former Executive Director of the Asian Law Caucus, an organization founded in 1972 to advance and promote the legal and civil rights of the Asian Pacific Islander community, and once served as Community Relations Director at San Francisco State University.",
                "          </p>",
                "          <p>",
                "            He is a graduate of U.C. Berkeley and Harvard University’s John F. Kennedy School of Government and lives in San Francisco’s Sunset District with his wife, Susan, and their two daughters.",
                "          </p>",
                "        </div>",
                "      </div>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 68,
            "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": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]",
              "codeLines": [
                "<div id=\"about-phil-ting\" class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">",
                "  <div class=\"et_pb_text_inner\">",
                "    <h1>",
                "      <strong>",
                "        About Phil Ting",
                "      </strong>",
                "    </h1>",
                "    <p></p>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 129,
            "verdict": "failed",
            "rule": {
              "ruleID": "r47",
              "ruleSummary": "<meta name='viewport'> elements do not prevent zoom",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r47",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "meta",
              "path": "/html[1]/head[1]/meta[5]",
              "codeLines": [
                "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">"
              ]
            }
          },
          {
            "index": 143,
            "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]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "Join Assemblymember Phil Ting"
              ]
            }
          },
          {
            "index": 144,
            "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]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "for a Stronger California"
              ]
            }
          },
          {
            "index": 145,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/text()[1]",
              "codeLines": [
                "About Phil Ting"
              ]
            }
          },
          {
            "index": 146,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/strong[1]/text()[1]",
              "codeLines": [
                "Phil Ting, the former Assessor-Recorder of the City and County of San Francisco, was elected in November 2012 to represent California’s 19th Assembly District, which includes portions of San Francisco and South San Francisco, as well as Colma, Broadmoor and Daly City."
              ]
            }
          },
          {
            "index": 147,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "As the Chair of the Assembly Budget Committee, Phil Ting knows that our state budget sets our state’s priorities. He is a leading voice in fighting for education reform and reinvestment, harnessing technology for a cleaner economy and more open government, and equal rights for all Californians. He i..."
              ]
            }
          },
          {
            "index": 148,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/h1[1]/strong[1]/text()[1]",
              "codeLines": [
                "Accomplishments:"
              ]
            }
          },
          {
            "index": 149,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/p[2]/strong[1]/text()[1]",
              "codeLines": [
                "Ting has authored a number of breakthrough measures, including new laws that:"
              ]
            }
          },
          {
            "index": 150,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[1]",
              "codeLines": [
                "Help thousands more students obtain a Cal Grant to help pay for college"
              ]
            }
          },
          {
            "index": 151,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[2]/text()[1]",
              "codeLines": [
                "Strengthen handgun laws to protect kids"
              ]
            }
          },
          {
            "index": 152,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[3]/text()[1]",
              "codeLines": [
                "Expand urban agriculture and community gardens"
              ]
            }
          },
          {
            "index": 153,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[4]/text()[1]",
              "codeLines": [
                "Stop sidewalk tolls for pedestrians and cyclists at the Golden Gate Bridge"
              ]
            }
          },
          {
            "index": 154,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[5]/text()[1]",
              "codeLines": [
                "Free communities to build safer, more modern urban biking infrastructure"
              ]
            }
          },
          {
            "index": 155,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[6]/text()[1]",
              "codeLines": [
                "Help homeowners invest in water and energy efficient technologies"
              ]
            }
          },
          {
            "index": 156,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[7]/text()[1]",
              "codeLines": [
                "Restore San Francisco Bay wetlands"
              ]
            }
          },
          {
            "index": 157,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[8]/text()[1]",
              "codeLines": [
                "Increase healthy food access for food stamp recipients who shop at farmers’ markets"
              ]
            }
          },
          {
            "index": 158,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[9]/text()[1]",
              "codeLines": [
                "Expand online transparency requirements for state boards and commissions"
              ]
            }
          },
          {
            "index": 159,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[10]/text()[1]",
              "codeLines": [
                "Require tax fairness for same sex couples, and"
              ]
            }
          },
          {
            "index": 160,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[11]/text()[1]",
              "codeLines": [
                "Help English language learners to understand prescriptions and engage with state government"
              ]
            }
          },
          {
            "index": 161,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/p[3]/text()[1]",
              "codeLines": [
                "Ting co-chairs the San Francisco Advisory Board for ChinaSF, a public-private partnership dedicated to creating economic development opportunities by making San Francisco the gateway for Chinese companies looking to establish business operations in the Bay Area."
              ]
            }
          },
          {
            "index": 162,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/p[4]/text()[1]",
              "codeLines": [
                "In the past, Phil served as a member of the Governing Board of the San Francisco Bay Restoration Authority; as President of the Bay Area Assessors Association and the Organization of Chinese Americans-SF Bay Chapter; and on the boards of directors for the Equality California Institute and Cal Alumni..."
              ]
            }
          },
          {
            "index": 163,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]",
              "codeLines": [
                "Prior to serving in the Assembly, Ting was the San Francisco Assessor-Recorder, where he helped:"
              ]
            }
          },
          {
            "index": 164,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[1]",
              "codeLines": [
                "Close a five-year assessment backlog, resulting in $290 million in unpaid property taxes"
              ]
            }
          },
          {
            "index": 165,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[2]/text()[1]",
              "codeLines": [
                "Create GoSolarSF, a first-of-its-kind program that dramatically increased rooftop solar installations in San Francisco"
              ]
            }
          },
          {
            "index": 166,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[3]/text()[1]",
              "codeLines": [
                "Launch Reset San Francisco, an innovative online tool to help San Franciscans use technology to interact with government, and"
              ]
            }
          },
          {
            "index": 167,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[4]/text()[1]",
              "codeLines": [
                "Spearhead efforts to help homeowners and tenants facing foreclosure by launching Don’t Borrow Trouble, an education and outreach program convening city officials and housing advocates to find local solutions to the foreclosure crisis"
              ]
            }
          },
          {
            "index": 168,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "Ting is the former Executive Director of the Asian Law Caucus, an organization founded in 1972 to advance and promote the legal and civil rights of the Asian Pacific Islander community, and once served as Community Relations Director at San Francisco State University."
              ]
            }
          },
          {
            "index": 169,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/p[3]/text()[1]",
              "codeLines": [
                "He is a graduate of U.C. Berkeley and Harvard University’s John F. Kennedy School of Government and lives in San Francisco’s Sunset District with his wife, Susan, and their two daughters."
              ]
            }
          },
          {
            "index": 170,
            "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]/article[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/span[1]/text()[1]",
              "codeLines": [
                "Join Phil Ting for a Stronger California"
              ]
            }
          },
          {
            "index": 171,
            "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]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Join Assemblymember"
              ]
            }
          },
          {
            "index": 172,
            "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]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[2]",
              "codeLines": [
                "Phil Ting by adding your name."
              ]
            }
          },
          {
            "index": 173,
            "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]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "EMAIL"
              ]
            }
          },
          {
            "index": 174,
            "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]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/strong[1]/text()[1]",
              "codeLines": [
                "info@philting.com"
              ]
            }
          },
          {
            "index": 175,
            "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]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "MAILING ADDRESS"
              ]
            }
          },
          {
            "index": 176,
            "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]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/blockquote[1]/div[1]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "5429 Madison Ave Sacramento, CA 95841"
              ]
            }
          },
          {
            "index": 177,
            "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]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[2]/form[1]/div[1]/button[1]/text()[1]",
              "codeLines": [
                "Submit"
              ]
            }
          },
          {
            "index": 178,
            "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]/article[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Paid for by Phil Ting for Assembly 2022, ID #"
              ]
            }
          },
          {
            "index": 179,
            "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]/article[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "1437844"
              ]
            }
          },
          {
            "index": 180,
            "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]/article[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[2]",
              "codeLines": [
                "."
              ]
            }
          },
          {
            "index": 191,
            "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]/div[1]/header[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"https://www.philting.com/\">",
                "  <img src=\"https://www.philting.com/wp-content/uploads/sites/27/2017/02/Ting_ASSEMBLY_LOGO.png\" width=\"1028\" height=\"1027\" alt=\"Assemblymember Phil Ting\" id=\"logo\" data-height-percentage=\"100\" data-actual-width=\"1028\" data-actual-height=\"1027\">",
                "</a>"
              ]
            }
          },
          {
            "index": 192,
            "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]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a href=\"#about-phil-ting\">",
                "  About",
                "</a>"
              ]
            }
          },
          {
            "index": 193,
            "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]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a href=\"#join\">",
                "  Join",
                "</a>"
              ]
            }
          },
          {
            "index": 194,
            "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]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">",
                "  Donate",
                "</a>"
              ]
            }
          },
          {
            "index": 201,
            "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": "button",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[2]/form[1]/div[1]/button[1]",
              "codeLines": [
                "<button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_contact_submit et_pb_button\">",
                "  Submit",
                "</button>"
              ]
            }
          },
          {
            "index": 202,
            "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]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a href=\"https://www.facebook.com/philtingsf/\" class=\"icon\">",
                "  <span>",
                "    Facebook",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 203,
            "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]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a href=\"https://twitter.com/philting\" class=\"icon\">",
                "  <span>",
                "    Twitter",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 204,
            "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]/text()[1]",
              "codeLines": [
                "About"
              ]
            }
          },
          {
            "index": 205,
            "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]/text()[1]",
              "codeLines": [
                "Join"
              ]
            }
          },
          {
            "index": 206,
            "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]/text()[1]",
              "codeLines": [
                "Donate"
              ]
            }
          },
          {
            "index": 207,
            "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]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "Join Assemblymember Phil Ting"
              ]
            }
          },
          {
            "index": 208,
            "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]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "for a Stronger California"
              ]
            }
          },
          {
            "index": 210,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/strong[1]/text()[1]",
              "codeLines": [
                "Phil Ting, the former Assessor-Recorder of the City and County of San Francisco, was elected in November 2012 to represent California’s 19th Assembly District, which includes portions of San Francisco and South San Francisco, as well as Colma, Broadmoor and Daly City."
              ]
            }
          },
          {
            "index": 211,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "As the Chair of the Assembly Budget Committee, Phil Ting knows that our state budget sets our state’s priorities. He is a leading voice in fighting for education reform and reinvestment, harnessing technology for a cleaner economy and more open government, and equal rights for all Californians. He i..."
              ]
            }
          },
          {
            "index": 213,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/p[2]/strong[1]/text()[1]",
              "codeLines": [
                "Ting has authored a number of breakthrough measures, including new laws that:"
              ]
            }
          },
          {
            "index": 214,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[1]",
              "codeLines": [
                "Help thousands more students obtain a Cal Grant to help pay for college"
              ]
            }
          },
          {
            "index": 215,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[2]/text()[1]",
              "codeLines": [
                "Strengthen handgun laws to protect kids"
              ]
            }
          },
          {
            "index": 216,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[3]/text()[1]",
              "codeLines": [
                "Expand urban agriculture and community gardens"
              ]
            }
          },
          {
            "index": 217,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[4]/text()[1]",
              "codeLines": [
                "Stop sidewalk tolls for pedestrians and cyclists at the Golden Gate Bridge"
              ]
            }
          },
          {
            "index": 218,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[5]/text()[1]",
              "codeLines": [
                "Free communities to build safer, more modern urban biking infrastructure"
              ]
            }
          },
          {
            "index": 219,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[6]/text()[1]",
              "codeLines": [
                "Help homeowners invest in water and energy efficient technologies"
              ]
            }
          },
          {
            "index": 220,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[7]/text()[1]",
              "codeLines": [
                "Restore San Francisco Bay wetlands"
              ]
            }
          },
          {
            "index": 221,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[8]/text()[1]",
              "codeLines": [
                "Increase healthy food access for food stamp recipients who shop at farmers’ markets"
              ]
            }
          },
          {
            "index": 222,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[9]/text()[1]",
              "codeLines": [
                "Expand online transparency requirements for state boards and commissions"
              ]
            }
          },
          {
            "index": 223,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[10]/text()[1]",
              "codeLines": [
                "Require tax fairness for same sex couples, and"
              ]
            }
          },
          {
            "index": 224,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[11]/text()[1]",
              "codeLines": [
                "Help English language learners to understand prescriptions and engage with state government"
              ]
            }
          },
          {
            "index": 225,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/p[3]/text()[1]",
              "codeLines": [
                "Ting co-chairs the San Francisco Advisory Board for ChinaSF, a public-private partnership dedicated to creating economic development opportunities by making San Francisco the gateway for Chinese companies looking to establish business operations in the Bay Area."
              ]
            }
          },
          {
            "index": 226,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/p[4]/text()[1]",
              "codeLines": [
                "In the past, Phil served as a member of the Governing Board of the San Francisco Bay Restoration Authority; as President of the Bay Area Assessors Association and the Organization of Chinese Americans-SF Bay Chapter; and on the boards of directors for the Equality California Institute and Cal Alumni..."
              ]
            }
          },
          {
            "index": 227,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]",
              "codeLines": [
                "Prior to serving in the Assembly, Ting was the San Francisco Assessor-Recorder, where he helped:"
              ]
            }
          },
          {
            "index": 228,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[1]",
              "codeLines": [
                "Close a five-year assessment backlog, resulting in $290 million in unpaid property taxes"
              ]
            }
          },
          {
            "index": 229,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[2]/text()[1]",
              "codeLines": [
                "Create GoSolarSF, a first-of-its-kind program that dramatically increased rooftop solar installations in San Francisco"
              ]
            }
          },
          {
            "index": 230,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[3]/text()[1]",
              "codeLines": [
                "Launch Reset San Francisco, an innovative online tool to help San Franciscans use technology to interact with government, and"
              ]
            }
          },
          {
            "index": 231,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[4]/text()[1]",
              "codeLines": [
                "Spearhead efforts to help homeowners and tenants facing foreclosure by launching Don’t Borrow Trouble, an education and outreach program convening city officials and housing advocates to find local solutions to the foreclosure crisis"
              ]
            }
          },
          {
            "index": 232,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "Ting is the former Executive Director of the Asian Law Caucus, an organization founded in 1972 to advance and promote the legal and civil rights of the Asian Pacific Islander community, and once served as Community Relations Director at San Francisco State University."
              ]
            }
          },
          {
            "index": 233,
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/p[3]/text()[1]",
              "codeLines": [
                "He is a graduate of U.C. Berkeley and Harvard University’s John F. Kennedy School of Government and lives in San Francisco’s Sunset District with his wife, Susan, and their two daughters."
              ]
            }
          },
          {
            "index": 234,
            "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]/article[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/span[1]/text()[1]",
              "codeLines": [
                "Join Phil Ting for a Stronger California"
              ]
            }
          },
          {
            "index": 238,
            "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]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/strong[1]/text()[1]",
              "codeLines": [
                "info@philting.com"
              ]
            }
          },
          {
            "index": 240,
            "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]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/blockquote[1]/div[1]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "5429 Madison Ave Sacramento, CA 95841"
              ]
            }
          },
          {
            "index": 241,
            "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]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[2]/form[1]/div[1]/button[1]/text()[1]",
              "codeLines": [
                "Submit"
              ]
            }
          },
          {
            "index": 242,
            "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]/article[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Paid for by Phil Ting for Assembly 2022, ID #"
              ]
            }
          },
          {
            "index": 243,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "1437844"
              ]
            }
          },
          {
            "index": 244,
            "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]/article[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[2]",
              "codeLines": [
                "."
              ]
            }
          },
          {
            "index": 257,
            "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]/text()[1]",
              "codeLines": [
                "About"
              ]
            }
          },
          {
            "index": 258,
            "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]/text()[1]",
              "codeLines": [
                "Join"
              ]
            }
          },
          {
            "index": 259,
            "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]/text()[1]",
              "codeLines": [
                "Donate"
              ]
            }
          },
          {
            "index": 260,
            "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]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "Join Assemblymember Phil Ting"
              ]
            }
          },
          {
            "index": 261,
            "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]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "for a Stronger California"
              ]
            }
          },
          {
            "index": 287,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/span[1]/text()[1]",
              "codeLines": [
                "Join Phil Ting for a Stronger California"
              ]
            }
          },
          {
            "index": 293,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/blockquote[1]/div[1]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "5429 Madison Ave Sacramento, CA 95841"
              ]
            }
          },
          {
            "index": 337,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  MAILING ADDRESS",
                "</p>"
              ]
            }
          },
          {
            "index": 521,
            "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": [
          18,
          0,
          0,
          82
        ],
        "instances": [
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a href=\"https://www.facebook.com/philtingsf/\" class=\"icon\"> <span> Facebook </span> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a href=\"https://twitter.com/philting\" class=\"icon\"> <span> Twitter </span> </a>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25092",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]"
            },
            "excerpt": "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\"> <a href=\"#about-phil-ting\"> About </a> </li>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25093",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]"
            },
            "excerpt": "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\"> <a href=\"#join\"> Join </a> </li>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25225",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]"
            },
            "excerpt": "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\"> <a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\"> Donate </a> </li>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25092",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[1]"
            },
            "excerpt": "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092 et_first_mobile_item\"> <a href=\"#about-phil-ting\"> About </a> </li>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25093",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]"
            },
            "excerpt": "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\"> <a href=\"#join\"> Join </a> </li>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25225",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[3]"
            },
            "excerpt": "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\"> <a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\"> Donate </a> </li>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]"
            },
            "excerpt": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\"> <div class=\"et_pb_row et_pb_row_1\"> <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1 e ... rkeley and Harvard University’s John F. Kennedy School of Government and lives in San Francisco’s Sunset District with his wife, Susan, and their two daughters. </p> </div> </div> </div> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div id=\"about-phil-ting\" class=\"et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light\"> <div class=\"et_pb_text_inner\"> <h1> <strong> About Phil Ting </strong> </h1> <p></p> </div> </div>"
          },
          {
            "ruleID": "r47",
            "what": "<meta name='viewport'> elements do not prevent zoom",
            "ordinalSeverity": 3,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/head[1]/meta[5]"
            },
            "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">"
          },
          {
            "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]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]"
            },
            "excerpt": "Join Assemblymember Phil Ting"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/text()[1]"
            },
            "excerpt": "for a Stronger California"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/text()[1]"
            },
            "excerpt": "About Phil Ting"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/strong[1]/text()[1]"
            },
            "excerpt": "Phil Ting, the former Assessor-Recorder of the City and County of San Francisco, was elected in November 2012 to represent California’s 19th Assembly District, which includes portions of San Francisco and South San Francisco, as well as Colma, Broadmoor and Daly City."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/p[2]/text()[1]"
            },
            "excerpt": "As the Chair of the Assembly Budget Committee, Phil Ting knows that our state budget sets our state’s priorities. He is a leading voice in fighting for education reform and reinvestment, harnessing technology for a cleaner economy and more open government, and equal rights for all Californians. He i..."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/h1[1]/strong[1]/text()[1]"
            },
            "excerpt": "Accomplishments:"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/p[2]/strong[1]/text()[1]"
            },
            "excerpt": "Ting has authored a number of breakthrough measures, including new laws that:"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[1]"
            },
            "excerpt": "Help thousands more students obtain a Cal Grant to help pay for college"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[2]/text()[1]"
            },
            "excerpt": "Strengthen handgun laws to protect kids"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[3]/text()[1]"
            },
            "excerpt": "Expand urban agriculture and community gardens"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[4]/text()[1]"
            },
            "excerpt": "Stop sidewalk tolls for pedestrians and cyclists at the Golden Gate Bridge"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[5]/text()[1]"
            },
            "excerpt": "Free communities to build safer, more modern urban biking infrastructure"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[6]/text()[1]"
            },
            "excerpt": "Help homeowners invest in water and energy efficient technologies"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[7]/text()[1]"
            },
            "excerpt": "Restore San Francisco Bay wetlands"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[8]/text()[1]"
            },
            "excerpt": "Increase healthy food access for food stamp recipients who shop at farmers’ markets"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[9]/text()[1]"
            },
            "excerpt": "Expand online transparency requirements for state boards and commissions"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[10]/text()[1]"
            },
            "excerpt": "Require tax fairness for same sex couples, and"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[11]/text()[1]"
            },
            "excerpt": "Help English language learners to understand prescriptions and engage with state government"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/p[3]/text()[1]"
            },
            "excerpt": "Ting co-chairs the San Francisco Advisory Board for ChinaSF, a public-private partnership dedicated to creating economic development opportunities by making San Francisco the gateway for Chinese companies looking to establish business operations in the Bay Area."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/p[4]/text()[1]"
            },
            "excerpt": "In the past, Phil served as a member of the Governing Board of the San Francisco Bay Restoration Authority; as President of the Bay Area Assessors Association and the Organization of Chinese Americans-SF Bay Chapter; and on the boards of directors for the Equality California Institute and Cal Alumni..."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]"
            },
            "excerpt": "Prior to serving in the Assembly, Ting was the San Francisco Assessor-Recorder, where he helped:"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[1]"
            },
            "excerpt": "Close a five-year assessment backlog, resulting in $290 million in unpaid property taxes"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[2]/text()[1]"
            },
            "excerpt": "Create GoSolarSF, a first-of-its-kind program that dramatically increased rooftop solar installations in San Francisco"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[3]/text()[1]"
            },
            "excerpt": "Launch Reset San Francisco, an innovative online tool to help San Franciscans use technology to interact with government, and"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[4]/text()[1]"
            },
            "excerpt": "Spearhead efforts to help homeowners and tenants facing foreclosure by launching Don’t Borrow Trouble, an education and outreach program convening city officials and housing advocates to find local solutions to the foreclosure crisis"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/p[2]/text()[1]"
            },
            "excerpt": "Ting is the former Executive Director of the Asian Law Caucus, an organization founded in 1972 to advance and promote the legal and civil rights of the Asian Pacific Islander community, and once served as Community Relations Director at San Francisco State University."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/p[3]/text()[1]"
            },
            "excerpt": "He is a graduate of U.C. Berkeley and Harvard University’s John F. Kennedy School of Government and lives in San Francisco’s Sunset District with his wife, Susan, and their two daughters."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/span[1]/text()[1]"
            },
            "excerpt": "Join Phil Ting for a Stronger California"
          },
          {
            "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]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Join Assemblymember"
          },
          {
            "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]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[2]"
            },
            "excerpt": "Phil Ting by adding your name."
          },
          {
            "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]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "EMAIL"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/strong[1]/text()[1]"
            },
            "excerpt": "info@philting.com"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "MAILING ADDRESS"
          },
          {
            "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]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/blockquote[1]/div[1]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "5429 Madison Ave Sacramento, CA 95841"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[2]/form[1]/div[1]/button[1]/text()[1]"
            },
            "excerpt": "Submit"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "Paid for by Phil Ting for Assembly 2022, ID #"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "1437844"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[2]"
            },
            "excerpt": "."
          },
          {
            "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]/div[1]/header[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"https://www.philting.com/\"> <img src=\"https://www.philting.com/wp-content/uploads/sites/27/2017/02/Ting_ASSEMBLY_LOGO.png\" width=\"1028\" height=\"1027\" alt=\"Assemblymember Phil Ting\" id=\"logo\" data-height-percentage=\"100\" data-actual-width=\"1028\" data-actual-height=\"1027\"> </a>"
          },
          {
            "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]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a href=\"#about-phil-ting\"> About </a>"
          },
          {
            "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]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a href=\"#join\"> Join </a>"
          },
          {
            "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]/div[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\"> Donate </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[2]/form[1]/div[1]/button[1]"
            },
            "excerpt": "<button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_contact_submit et_pb_button\"> Submit </button>"
          },
          {
            "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]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a href=\"https://www.facebook.com/philtingsf/\" class=\"icon\"> <span> Facebook </span> </a>"
          },
          {
            "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]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a href=\"https://twitter.com/philting\" class=\"icon\"> <span> Twitter </span> </a>"
          },
          {
            "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]/text()[1]"
            },
            "excerpt": "About"
          },
          {
            "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]/text()[1]"
            },
            "excerpt": "Join"
          },
          {
            "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]/text()[1]"
            },
            "excerpt": "Donate"
          },
          {
            "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]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]"
            },
            "excerpt": "Join Assemblymember Phil Ting"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/text()[1]"
            },
            "excerpt": "for a Stronger California"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/strong[1]/text()[1]"
            },
            "excerpt": "Phil Ting, the former Assessor-Recorder of the City and County of San Francisco, was elected in November 2012 to represent California’s 19th Assembly District, which includes portions of San Francisco and South San Francisco, as well as Colma, Broadmoor and Daly City."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/p[2]/text()[1]"
            },
            "excerpt": "As the Chair of the Assembly Budget Committee, Phil Ting knows that our state budget sets our state’s priorities. He is a leading voice in fighting for education reform and reinvestment, harnessing technology for a cleaner economy and more open government, and equal rights for all Californians. He i..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/p[2]/strong[1]/text()[1]"
            },
            "excerpt": "Ting has authored a number of breakthrough measures, including new laws that:"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[1]"
            },
            "excerpt": "Help thousands more students obtain a Cal Grant to help pay for college"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[2]/text()[1]"
            },
            "excerpt": "Strengthen handgun laws to protect kids"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[3]/text()[1]"
            },
            "excerpt": "Expand urban agriculture and community gardens"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[4]/text()[1]"
            },
            "excerpt": "Stop sidewalk tolls for pedestrians and cyclists at the Golden Gate Bridge"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[5]/text()[1]"
            },
            "excerpt": "Free communities to build safer, more modern urban biking infrastructure"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[6]/text()[1]"
            },
            "excerpt": "Help homeowners invest in water and energy efficient technologies"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[7]/text()[1]"
            },
            "excerpt": "Restore San Francisco Bay wetlands"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[8]/text()[1]"
            },
            "excerpt": "Increase healthy food access for food stamp recipients who shop at farmers’ markets"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[9]/text()[1]"
            },
            "excerpt": "Expand online transparency requirements for state boards and commissions"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[10]/text()[1]"
            },
            "excerpt": "Require tax fairness for same sex couples, and"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/ul[1]/li[11]/text()[1]"
            },
            "excerpt": "Help English language learners to understand prescriptions and engage with state government"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/p[3]/text()[1]"
            },
            "excerpt": "Ting co-chairs the San Francisco Advisory Board for ChinaSF, a public-private partnership dedicated to creating economic development opportunities by making San Francisco the gateway for Chinese companies looking to establish business operations in the Bay Area."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/p[4]/text()[1]"
            },
            "excerpt": "In the past, Phil served as a member of the Governing Board of the San Francisco Bay Restoration Authority; as President of the Bay Area Assessors Association and the Organization of Chinese Americans-SF Bay Chapter; and on the boards of directors for the Equality California Institute and Cal Alumni..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]"
            },
            "excerpt": "Prior to serving in the Assembly, Ting was the San Francisco Assessor-Recorder, where he helped:"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[1]"
            },
            "excerpt": "Close a five-year assessment backlog, resulting in $290 million in unpaid property taxes"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[2]/text()[1]"
            },
            "excerpt": "Create GoSolarSF, a first-of-its-kind program that dramatically increased rooftop solar installations in San Francisco"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[3]/text()[1]"
            },
            "excerpt": "Launch Reset San Francisco, an innovative online tool to help San Franciscans use technology to interact with government, and"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[4]/text()[1]"
            },
            "excerpt": "Spearhead efforts to help homeowners and tenants facing foreclosure by launching Don’t Borrow Trouble, an education and outreach program convening city officials and housing advocates to find local solutions to the foreclosure crisis"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/p[2]/text()[1]"
            },
            "excerpt": "Ting is the former Executive Director of the Asian Law Caucus, an organization founded in 1972 to advance and promote the legal and civil rights of the Asian Pacific Islander community, and once served as Community Relations Director at San Francisco State University."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/p[3]/text()[1]"
            },
            "excerpt": "He is a graduate of U.C. Berkeley and Harvard University’s John F. Kennedy School of Government and lives in San Francisco’s Sunset District with his wife, Susan, and their two daughters."
          },
          {
            "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]/article[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/span[1]/text()[1]"
            },
            "excerpt": "Join Phil Ting for a Stronger California"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/strong[1]/text()[1]"
            },
            "excerpt": "info@philting.com"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/blockquote[1]/div[1]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "5429 Madison Ave Sacramento, CA 95841"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[2]/form[1]/div[1]/button[1]/text()[1]"
            },
            "excerpt": "Submit"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "Paid for by Phil Ting for Assembly 2022, ID #"
          },
          {
            "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]/article[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "1437844"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[2]"
            },
            "excerpt": "."
          },
          {
            "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]/text()[1]"
            },
            "excerpt": "About"
          },
          {
            "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]/text()[1]"
            },
            "excerpt": "Join"
          },
          {
            "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]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]/text()[1]"
            },
            "excerpt": "Donate"
          },
          {
            "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]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]"
            },
            "excerpt": "Join Assemblymember Phil Ting"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]/text()[1]"
            },
            "excerpt": "for a Stronger California"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/h1[1]/strong[1]/span[1]/text()[1]"
            },
            "excerpt": "Join Phil Ting for a Stronger California"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/blockquote[1]/div[1]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "5429 Madison Ave Sacramento, CA 95841"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p> MAILING ADDRESS </p>"
          },
          {
            "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": 1687107975539
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687107975539,
      "url": "https://www.philting.com/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 61,
          "rulesPassed": 35,
          "rulesWarned": 2,
          "rulesViolated": 7,
          "warnings": {
            "minor": 11,
            "moderate": 0,
            "serious": 4,
            "critical": 0
          },
          "violations": {
            "minor": 4,
            "moderate": 12,
            "serious": 38,
            "critical": 1
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.7.0"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2023-06-18T17:06:17.152Z",
          "url": "https://www.philting.com/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143",
                "ACT",
                "TTv5",
                "TT13.c"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
              "help": "Elements must meet minimum color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#about-phil-ting\">About</a>",
                  "target": [
                    "#top-menu > .menu-item-25092.menu-item.menu-item-type-custom > a[href$=\"#about-phil-ting\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#join\">Join</a>",
                  "target": [
                    "#top-menu > .menu-item-25093.menu-item.menu-item-type-custom > a[href$=\"#join\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">Donate</a>",
                  "target": [
                    "#top-menu > .menu-item-25225.menu-item.menu-item-type-custom > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#ffffff",
                        "contrastRatio": 1,
                        "fontSize": "52.5pt (70px)",
                        "fontWeight": "bold",
                        "messageKey": "equalRatio",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"et_pb_section et_pb_section_3 et_pb_section_parallax et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has a 1:1 contrast ratio with the background"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"s1\">Join Phil Ting for a Stronger California</span>",
                  "target": [
                    ".s1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a 1:1 contrast ratio with the background"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"et_mobile_nav_menu\">",
                  "target": [
                    "#et_mobile_nav_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": "<span class=\"select_page\">Select Page</span>",
                  "target": [
                    ".select_page"
                  ],
                  "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 id=\"mobile_menu\" class=\"et_mobile_menu\">",
                  "target": [
                    "#mobile_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": "<label for=\"et_pb_contact_firstname_0\" class=\"et_pb_contact_form_label\">FIRST NAME</label>",
                  "target": [
                    "label[for=\"et_pb_contact_firstname_0\"]"
                  ],
                  "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": "<label for=\"et_pb_contact_lastname_0\" class=\"et_pb_contact_form_label\">LAST NAME</label>",
                  "target": [
                    "label[for=\"et_pb_contact_lastname_0\"]"
                  ],
                  "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": "<label for=\"et_pb_contact_email_0\" class=\"et_pb_contact_form_label\">EMAIL</label>",
                  "target": [
                    "label[for=\"et_pb_contact_email_0\"]"
                  ],
                  "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": "<label for=\"et_pb_contact_phone_0\" class=\"et_pb_contact_form_label\">PHONE</label>",
                  "target": [
                    "label[for=\"et_pb_contact_phone_0\"]"
                  ],
                  "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": "<label for=\"et_pb_contact_city_0\" class=\"et_pb_contact_form_label\">CITY</label>",
                  "target": [
                    "label[for=\"et_pb_contact_city_0\"]"
                  ],
                  "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": "<label for=\"et_pb_contact_zipcode_0\" class=\"et_pb_contact_form_label\">ZIPCODE</label>",
                  "target": [
                    "label[for=\"et_pb_contact_zipcode_0\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span>Facebook</span>",
                  "target": [
                    ".et-social-facebook > .icon > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span>Twitter</span>",
                  "target": [
                    "a[href$=\"philting\"] > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146",
                "ACT"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds",
              "help": "Elements must meet enhanced color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>Phil Ting, the former Assessor-Recorder of the City and County of San Francisco, was elected in November 2012 to represent California’s 19th Assembly District, which includes portions of San Francisco and South San Francisco, as well as Colma, Broadmoor and Daly City.</strong>",
                  "target": [
                    ".et_pb_text_1 > .et_pb_text_inner > strong"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p style=\"text-align: left;\">",
                  "target": [
                    ".et_pb_text_1 > .et_pb_text_inner > p:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>Ting has authored a number of breakthrough measures, including new laws that:</strong>",
                  "target": [
                    "p:nth-child(3) > strong"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Help thousands more students obtain a Cal Grant to help pay for college</li>",
                  "target": [
                    ".et_pb_text_2 > .et_pb_text_inner > ul > li:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Strengthen handgun laws to protect kids</li>",
                  "target": [
                    ".et_pb_text_2 > .et_pb_text_inner > ul > li:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Expand urban agriculture and community gardens</li>",
                  "target": [
                    ".et_pb_text_2 > .et_pb_text_inner > ul > li:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Stop sidewalk tolls for pedestrians and cyclists at the Golden Gate Bridge</li>",
                  "target": [
                    ".et_pb_text_2 > .et_pb_text_inner > ul > li:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Free communities to build safer, more modern urban biking infrastructure</li>",
                  "target": [
                    "li:nth-child(5)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Help homeowners invest in water and energy efficient technologies</li>",
                  "target": [
                    "li:nth-child(6)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Restore San Francisco Bay wetlands</li>",
                  "target": [
                    "li:nth-child(7)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Increase healthy food access for food stamp recipients who shop at farmers’ markets</li>",
                  "target": [
                    "li:nth-child(8)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Expand online transparency requirements for state boards and commissions</li>",
                  "target": [
                    "li:nth-child(9)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Require tax fairness for same sex couples, and</li>",
                  "target": [
                    "li:nth-child(10)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Help English language learners to understand prescriptions and engage with state government</li>",
                  "target": [
                    "li:nth-child(11)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p style=\"text-align: left;\">Ting co-chairs the San Francisco Advisory Board for ChinaSF, a public-private partnership dedicated to creating economic development opportunities by making San Francisco the gateway for Chinese companies looking to establish business operations in the Bay Area.</p>",
                  "target": [
                    ".et_pb_text_inner > p:nth-child(5)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p style=\"text-align: left;\">",
                  "target": [
                    ".et_pb_text_inner > p:nth-child(6)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>Prior to serving in the Assembly, Ting was the San Francisco Assessor-Recorder,&nbsp;where he helped:</strong>",
                  "target": [
                    "p:nth-child(1) > strong"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Close a five-year assessment backlog, resulting in $290 million in unpaid property taxes</li>",
                  "target": [
                    ".et_pb_text_3 > .et_pb_text_inner > ul > li:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Create GoSolarSF, a first-of-its-kind program that dramatically increased rooftop solar installations in San Francisco</li>",
                  "target": [
                    ".et_pb_text_3 > .et_pb_text_inner > ul > li:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Launch Reset San Francisco, an innovative online tool to help San Franciscans use technology to interact with government, and</li>",
                  "target": [
                    ".et_pb_text_3 > .et_pb_text_inner > ul > li:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Spearhead efforts to help homeowners and tenants facing foreclosure by launching Don’t Borrow Trouble, an education and outreach program convening city officials and housing advocates to find local solutions to the foreclosure crisis</li>",
                  "target": [
                    ".et_pb_text_3 > .et_pb_text_inner > ul > li:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Ting is the former Executive Director of the Asian Law Caucus, an organization founded in 1972 to advance and promote the legal and civil rights of the Asian Pacific Islander community, and once served as Community Relations Director at San Francisco State University.</p>",
                  "target": [
                    ".et_pb_text_3 > .et_pb_text_inner > p:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_2"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>He is a graduate of U.C. Berkeley and Harvard University’s John F. Kennedy School of Government and lives in San Francisco’s Sunset District with his wife, Susan, and their two daughters.</p>",
                  "target": [
                    ".et_pb_text_inner > p:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#7a7a7a",
                        "bgColor": "#f4f4f4",
                        "contrastRatio": 3.9,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"join\" class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_specialty\">",
                          "target": [
                            "#join"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.9 (foreground color: #7a7a7a, background color: #f4f4f4, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>info@philting.com</strong>",
                  "target": [
                    ".et_pb_text_7 > .et_pb_text_inner > strong"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.9 (foreground color: #7a7a7a, background color: #f4f4f4, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#d22631",
                        "contrastRatio": 5.16,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_contact_submit et_pb_button\">Submit</button>",
                          "target": [
                            "button"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.16 (foreground color: #ffffff, background color: #d22631, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_contact_submit et_pb_button\">Submit</button>",
                  "target": [
                    "button"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.16 (foreground color: #ffffff, background color: #d22631, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#f4f4f4",
                        "contrastRatio": 5.22,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_5"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.22 (foreground color: #666666, background color: #f4f4f4, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p style=\"text-align: center;\">Paid for by Phil Ting for Assembly 2022, ID #<span>1437844</span>.</p>",
                  "target": [
                    ".et_pb_text_10 > .et_pb_text_inner > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.22 (foreground color: #666666, background color: #f4f4f4, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "bgColor": "#f4f4f4",
                        "contrastRatio": 5.22,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\">",
                          "target": [
                            ".et_pb_section_5"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.22 (foreground color: #666666, background color: #f4f4f4, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>1437844</span>",
                  "target": [
                    "p > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.22 (foreground color: #666666, background color: #f4f4f4, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143",
                "ACT",
                "TTv5",
                "TT13.c"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
              "help": "Elements must meet minimum color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#ffffff",
                        "contrastRatio": 1.33,
                        "fontSize": "56.3pt (75px)",
                        "fontWeight": "bold",
                        "messageKey": "fgOnShadowColor",
                        "expectedContrastRatio": "3:1",
                        "shadowColor": "#dedede"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"et_pb_section et_pb_section_0 et_pb_section_parallax et_pb_with_background et_pb_fullwidth_section et_section_regular\">",
                          "target": [
                            ".et_pb_section_0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.33 between the foreground and shadow color (foreground color: #ffffff, text-shadow color: #dedede, font size: 56.3pt (75px), font weight: bold). Expected contrast ratio of 3:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h1 class=\"et_pb_module_header\">Join Assemblymember Phil Ting</h1>",
                  "target": [
                    ".et_pb_module_header"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.33 between the foreground and shadow color (foreground color: #ffffff, text-shadow color: #dedede, font size: 56.3pt (75px), font weight: bold). Expected contrast ratio of 3:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#e0e0e0",
                        "contrastRatio": 1.71,
                        "fontSize": "40.5pt (54px)",
                        "fontWeight": "bold",
                        "messageKey": "fgOnShadowColor",
                        "expectedContrastRatio": "3:1",
                        "shadowColor": "#c5c5c5"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"et_pb_section et_pb_section_0 et_pb_section_parallax et_pb_with_background et_pb_fullwidth_section et_section_regular\">",
                          "target": [
                            ".et_pb_section_0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.71 between the foreground and shadow color (foreground color: #ffffff, text-shadow color: #c5c5c5, font size: 40.5pt (54px), font weight: bold). Expected contrast ratio of 3:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"et_pb_fullwidth_header_subhead\">for a Stronger California</span>",
                  "target": [
                    ".et_pb_fullwidth_header_subhead"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.71 between the foreground and shadow color (foreground color: #ffffff, text-shadow color: #c5c5c5, font size: 40.5pt (54px), font weight: bold). Expected contrast ratio of 3:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#7a7a7a",
                        "bgColor": "#f4f4f4",
                        "contrastRatio": 3.9,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"join\" class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_specialty\">",
                          "target": [
                            "#join"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.9 (foreground color: #7a7a7a, background color: #f4f4f4, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div dir=\"auto\">5429 Madison Ave Sacramento, CA 95841</div>",
                  "target": [
                    "div[dir=\"auto\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.9 (foreground color: #7a7a7a, background color: #f4f4f4, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#aaaaaa",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.32,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"firstname\" placeholder=\"FIRST NAME\">",
                          "target": [
                            "#et_pb_contact_firstname_0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"firstname\" placeholder=\"FIRST NAME\">",
                  "target": [
                    "#et_pb_contact_firstname_0"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#aaaaaa",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.32,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"lastname\" placeholder=\"LAST NAME\">",
                          "target": [
                            "#et_pb_contact_lastname_0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"lastname\" placeholder=\"LAST NAME\">",
                  "target": [
                    "#et_pb_contact_lastname_0"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#aaaaaa",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.32,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"EMAIL\">",
                          "target": [
                            "#et_pb_contact_email_0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"EMAIL\">",
                  "target": [
                    "#et_pb_contact_email_0"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#aaaaaa",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.32,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"phone\" placeholder=\"PHONE\">",
                          "target": [
                            "#et_pb_contact_phone_0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"phone\" placeholder=\"PHONE\">",
                  "target": [
                    "#et_pb_contact_phone_0"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#aaaaaa",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.32,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"city\" placeholder=\"CITY\">",
                          "target": [
                            "#et_pb_contact_city_0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"city\" placeholder=\"CITY\">",
                  "target": [
                    "#et_pb_contact_city_0"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#aaaaaa",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.32,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"zipcode\" placeholder=\"ZIPCODE\">",
                          "target": [
                            "#et_pb_contact_zipcode_0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"zipcode\" placeholder=\"ZIPCODE\">",
                  "target": [
                    "#et_pb_contact_zipcode_0"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "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": "menu-item-25092",
                      "relatedNodes": [
                        {
                          "html": "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092 et_first_mobile_item\"><a href=\"#about-phil-ting\">About</a></li>",
                          "target": [
                            ".et_first_mobile_item"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: menu-item-25092"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\"><a href=\"#about-phil-ting\">About</a></li>",
                  "target": [
                    "#top-menu > .menu-item-25092.menu-item.menu-item-type-custom"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: menu-item-25092"
                },
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "menu-item-25093",
                      "relatedNodes": [
                        {
                          "html": "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\"><a href=\"#join\">Join</a></li>",
                          "target": [
                            "#mobile_menu > .menu-item-25093.menu-item.menu-item-type-custom"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: menu-item-25093"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\"><a href=\"#join\">Join</a></li>",
                  "target": [
                    "#top-menu > .menu-item-25093.menu-item.menu-item-type-custom"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: menu-item-25093"
                },
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "menu-item-25225",
                      "relatedNodes": [
                        {
                          "html": "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\"><a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">Donate</a></li>",
                          "target": [
                            "#mobile_menu > .menu-item-25225.menu-item.menu-item-type-custom"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: menu-item-25225"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\"><a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">Donate</a></li>",
                  "target": [
                    "#top-menu > .menu-item-25225.menu-item.menu-item-type-custom"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: menu-item-25225"
                },
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "about-phil-ting",
                      "relatedNodes": [
                        {
                          "html": "<div id=\"about-phil-ting\" class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_text_inner\"><h1><strong>About Phil Ting</strong></h1>\n<p>&nbsp;</p></div>\n\t\t\t</div>",
                          "target": [
                            ".et_pb_text_0"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: about-phil-ting"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                  "target": [
                    ".et_pb_section_2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: about-phil-ting"
                }
              ]
            },
            {
              "id": "landmark-one-main",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the document has a main landmark",
              "help": "Document should have one main landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-one-main?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "page-has-main",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Document does not have a main landmark"
                    }
                  ],
                  "none": [],
                  "impact": "moderate",
                  "html": "<html lang=\"en-US\" class=\"js\">",
                  "target": [
                    "html"
                  ],
                  "failureSummary": "Fix all of the following:\n  Document does not have a main landmark"
                }
              ]
            },
            {
              "id": "link-name",
              "impact": "serious",
              "tags": [
                "cat.name-role-value",
                "wcag2a",
                "wcag412",
                "wcag244",
                "section508",
                "section508.22.a",
                "ACT",
                "TTv5",
                "TT6.a"
              ],
              "description": "Ensures links have discernible text",
              "help": "Links must have discernible text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-name?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": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a href=\"https://www.facebook.com/philtingsf/\" class=\"icon\">\n\t\t\t<span>Facebook</span>\n\t\t</a>",
                  "target": [
                    ".et-social-facebook > .icon"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "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": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a href=\"https://twitter.com/philting\" class=\"icon\">\n\t\t\t<span>Twitter</span>\n\t\t</a>",
                  "target": [
                    "a[href$=\"philting\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                }
              ]
            },
            {
              "id": "meta-viewport",
              "impact": "critical",
              "tags": [
                "cat.sensory-and-visual-cues",
                "wcag2aa",
                "wcag144",
                "ACT"
              ],
              "description": "Ensures <meta name=\"viewport\"> does not disable text scaling and zooming",
              "help": "Zooming and scaling must not be disabled",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/meta-viewport?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "meta-viewport",
                      "data": "user-scalable",
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "user-scalable on <meta> tag disables zooming on mobile devices"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">",
                  "target": [
                    "meta[name=\"viewport\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  user-scalable on <meta> tag disables zooming on mobile devices"
                }
              ]
            },
            {
              "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": "<div class=\"et_pb_section et_pb_section_0 et_pb_section_parallax et_pb_with_background et_pb_fullwidth_section et_section_regular\">",
                  "target": [
                    ".et_pb_section_0"
                  ],
                  "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": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">",
                  "target": [
                    ".et_pb_section_2"
                  ],
                  "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": "<div class=\"et_pb_section et_pb_section_3 et_pb_section_parallax et_pb_with_background et_section_regular\">",
                  "target": [
                    ".et_pb_section_3"
                  ],
                  "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": "<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_8   et_pb_specialty_column  et_pb_css_mix_blend_mode_passthrough\">",
                  "target": [
                    ".et_pb_column_8"
                  ],
                  "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": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"firstname\" placeholder=\"FIRST NAME\">",
                  "target": [
                    "#et_pb_contact_firstname_0"
                  ],
                  "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": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"lastname\" placeholder=\"LAST NAME\">",
                  "target": [
                    "#et_pb_contact_lastname_0"
                  ],
                  "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": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"EMAIL\">",
                  "target": [
                    "#et_pb_contact_email_0"
                  ],
                  "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": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"phone\" placeholder=\"PHONE\">",
                  "target": [
                    "#et_pb_contact_phone_0"
                  ],
                  "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": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"city\" placeholder=\"CITY\">",
                  "target": [
                    "#et_pb_contact_city_0"
                  ],
                  "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": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"zipcode\" placeholder=\"ZIPCODE\">",
                  "target": [
                    "#et_pb_contact_zipcode_0"
                  ],
                  "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": "<div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\">",
                  "target": [
                    ".et_pb_section_5"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          11,
          4,
          16,
          39
        ],
        "instances": [
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#top-menu > .menu-item-25092.menu-item.menu-item-type-custom > a[href$=\"#about-phil-ting\"]"
            },
            "excerpt": "<a href=\"#about-phil-ting\">About</a>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#top-menu > .menu-item-25093.menu-item.menu-item-type-custom > a[href$=\"#join\"]"
            },
            "excerpt": "<a href=\"#join\">Join</a>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#top-menu > .menu-item-25225.menu-item.menu-item-type-custom > a"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">Donate</a>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has a 1:1 contrast ratio with the background",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".s1"
            },
            "excerpt": "<span class=\"s1\">Join Phil Ting for a Stronger California</span>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "et_mobile_nav_menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#et_mobile_nav_menu"
            },
            "excerpt": "<div id=\"et_mobile_nav_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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".select_page"
            },
            "excerpt": "<span class=\"select_page\">Select Page</span>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "mobile_menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#mobile_menu"
            },
            "excerpt": "<ul id=\"mobile_menu\" class=\"et_mobile_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": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "label[for=\"et_pb_contact_firstname_0\"]"
            },
            "excerpt": "<label for=\"et_pb_contact_firstname_0\" class=\"et_pb_contact_form_label\">FIRST NAME</label>"
          },
          {
            "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": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "label[for=\"et_pb_contact_lastname_0\"]"
            },
            "excerpt": "<label for=\"et_pb_contact_lastname_0\" class=\"et_pb_contact_form_label\">LAST NAME</label>"
          },
          {
            "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": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "label[for=\"et_pb_contact_email_0\"]"
            },
            "excerpt": "<label for=\"et_pb_contact_email_0\" class=\"et_pb_contact_form_label\">EMAIL</label>"
          },
          {
            "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": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "label[for=\"et_pb_contact_phone_0\"]"
            },
            "excerpt": "<label for=\"et_pb_contact_phone_0\" class=\"et_pb_contact_form_label\">PHONE</label>"
          },
          {
            "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": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "label[for=\"et_pb_contact_city_0\"]"
            },
            "excerpt": "<label for=\"et_pb_contact_city_0\" class=\"et_pb_contact_form_label\">CITY</label>"
          },
          {
            "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": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "label[for=\"et_pb_contact_zipcode_0\"]"
            },
            "excerpt": "<label for=\"et_pb_contact_zipcode_0\" class=\"et_pb_contact_form_label\">ZIPCODE</label>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et-social-facebook > .icon > span"
            },
            "excerpt": "<span>Facebook</span>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[href$=\"philting\"] > span"
            },
            "excerpt": "<span>Twitter</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_1 > .et_pb_text_inner > strong"
            },
            "excerpt": "<strong>Phil Ting, the former Assessor-Recorder of the City and County of San Francisco, was elected in November 2012 to represent California’s 19th Assembly District, which includes portions of San Francisco and South San Francisco, as well as Colma, Broadmoor and Daly City.</strong>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_1 > .et_pb_text_inner > p:nth-child(3)"
            },
            "excerpt": "<p style=\"text-align: left;\">"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "p:nth-child(3) > strong"
            },
            "excerpt": "<strong>Ting has authored a number of breakthrough measures, including new laws that:</strong>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_2 > .et_pb_text_inner > ul > li:nth-child(1)"
            },
            "excerpt": "<li>Help thousands more students obtain a Cal Grant to help pay for college</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_2 > .et_pb_text_inner > ul > li:nth-child(2)"
            },
            "excerpt": "<li>Strengthen handgun laws to protect kids</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_2 > .et_pb_text_inner > ul > li:nth-child(3)"
            },
            "excerpt": "<li>Expand urban agriculture and community gardens</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_2 > .et_pb_text_inner > ul > li:nth-child(4)"
            },
            "excerpt": "<li>Stop sidewalk tolls for pedestrians and cyclists at the Golden Gate Bridge</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "li:nth-child(5)"
            },
            "excerpt": "<li>Free communities to build safer, more modern urban biking infrastructure</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "li:nth-child(6)"
            },
            "excerpt": "<li>Help homeowners invest in water and energy efficient technologies</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "li:nth-child(7)"
            },
            "excerpt": "<li>Restore San Francisco Bay wetlands</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "li:nth-child(8)"
            },
            "excerpt": "<li>Increase healthy food access for food stamp recipients who shop at farmers’ markets</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "li:nth-child(9)"
            },
            "excerpt": "<li>Expand online transparency requirements for state boards and commissions</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "li:nth-child(10)"
            },
            "excerpt": "<li>Require tax fairness for same sex couples, and</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "li:nth-child(11)"
            },
            "excerpt": "<li>Help English language learners to understand prescriptions and engage with state government</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_inner > p:nth-child(5)"
            },
            "excerpt": "<p style=\"text-align: left;\">Ting co-chairs the San Francisco Advisory Board for ChinaSF, a public-private partnership dedicated to creating economic development opportunities by making San Francisco the gateway for Chinese companies looking to establish business operations in the Bay Area.</p>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_inner > p:nth-child(6)"
            },
            "excerpt": "<p style=\"text-align: left;\">"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "p:nth-child(1) > strong"
            },
            "excerpt": "<strong>Prior to serving in the Assembly, Ting was the San Francisco Assessor-Recorder,&nbsp;where he helped:</strong>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_3 > .et_pb_text_inner > ul > li:nth-child(1)"
            },
            "excerpt": "<li>Close a five-year assessment backlog, resulting in $290 million in unpaid property taxes</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_3 > .et_pb_text_inner > ul > li:nth-child(2)"
            },
            "excerpt": "<li>Create GoSolarSF, a first-of-its-kind program that dramatically increased rooftop solar installations in San Francisco</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_3 > .et_pb_text_inner > ul > li:nth-child(3)"
            },
            "excerpt": "<li>Launch Reset San Francisco, an innovative online tool to help San Franciscans use technology to interact with government, and</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_3 > .et_pb_text_inner > ul > li:nth-child(4)"
            },
            "excerpt": "<li>Spearhead efforts to help homeowners and tenants facing foreclosure by launching Don’t Borrow Trouble, an education and outreach program convening city officials and housing advocates to find local solutions to the foreclosure crisis</li>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_3 > .et_pb_text_inner > p:nth-child(3)"
            },
            "excerpt": "<p>Ting is the former Executive Director of the Asian Law Caucus, an organization founded in 1972 to advance and promote the legal and civil rights of the Asian Pacific Islander community, and once served as Community Relations Director at San Francisco State University.</p>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_inner > p:nth-child(4)"
            },
            "excerpt": "<p>He is a graduate of U.C. Berkeley and Harvard University’s John F. Kennedy School of Government and lives in San Francisco’s Sunset District with his wife, Susan, and their two daughters.</p>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 3.9 (foreground color: #7a7a7a, background color: #f4f4f4, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_7 > .et_pb_text_inner > strong"
            },
            "excerpt": "<strong>info@philting.com</strong>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.16 (foreground color: #ffffff, background color: #d22631, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "button"
            },
            "excerpt": "<button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_contact_submit et_pb_button\">Submit</button>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.22 (foreground color: #666666, background color: #f4f4f4, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_text_10 > .et_pb_text_inner > p"
            },
            "excerpt": "<p style=\"text-align: center;\">Paid for by Phil Ting for Assembly 2022, ID #<span>1437844</span>.</p>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.22 (foreground color: #666666, background color: #f4f4f4, 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": "p > span"
            },
            "excerpt": "<span>1437844</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.33 between the foreground and shadow color (foreground color: #ffffff, text-shadow color: #dedede, font size: 56.3pt (75px), font weight: bold). Expected contrast ratio of 3:1",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_module_header"
            },
            "excerpt": "<h1 class=\"et_pb_module_header\">Join Assemblymember Phil Ting</h1>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.71 between the foreground and shadow color (foreground color: #ffffff, text-shadow color: #c5c5c5, font size: 40.5pt (54px), font weight: bold). Expected contrast ratio of 3:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_fullwidth_header_subhead"
            },
            "excerpt": "<span class=\"et_pb_fullwidth_header_subhead\">for a Stronger California</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 3.9 (foreground color: #7a7a7a, background color: #f4f4f4, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "div[dir=\"auto\"]"
            },
            "excerpt": "<div dir=\"auto\">5429 Madison Ave Sacramento, CA 95841</div>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_firstname_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#et_pb_contact_firstname_0"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"firstname\" placeholder=\"FIRST NAME\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_lastname_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#et_pb_contact_lastname_0"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"lastname\" placeholder=\"LAST NAME\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_email_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#et_pb_contact_email_0"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"EMAIL\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_phone_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#et_pb_contact_phone_0"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"phone\" placeholder=\"PHONE\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_city_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#et_pb_contact_city_0"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"city\" placeholder=\"CITY\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_zipcode_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#et_pb_contact_zipcode_0"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"zipcode\" placeholder=\"ZIPCODE\">"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-25092",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "menu-item-25092",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#top-menu > .menu-item-25092.menu-item.menu-item-type-custom"
            },
            "excerpt": "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\"><a href=\"#about-phil-ting\">About</a></li>"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-25093",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "menu-item-25093",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#top-menu > .menu-item-25093.menu-item.menu-item-type-custom"
            },
            "excerpt": "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\"><a href=\"#join\">Join</a></li>"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-25225",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "menu-item-25225",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#top-menu > .menu-item-25225.menu-item.menu-item-type-custom"
            },
            "excerpt": "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\"><a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">Donate</a></li>"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: about-phil-ting",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_section_2"
            },
            "excerpt": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">"
          },
          {
            "ruleID": "landmark-one-main",
            "what": "Document should have one main landmark; Document does not have a main landmark",
            "ordinalSeverity": 2,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\" class=\"js\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; 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": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et-social-facebook > .icon"
            },
            "excerpt": "<a href=\"https://www.facebook.com/philtingsf/\" class=\"icon\"> <span>Facebook</span> </a>"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; 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": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[href$=\"philting\"]"
            },
            "excerpt": "<a href=\"https://twitter.com/philting\" class=\"icon\"> <span>Twitter</span> </a>"
          },
          {
            "ruleID": "meta-viewport",
            "what": "Zooming and scaling must not be disabled; user-scalable on <meta> tag disables zooming on mobile devices",
            "ordinalSeverity": 3,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "meta[name=\"viewport\"]"
            },
            "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_section_0"
            },
            "excerpt": "<div class=\"et_pb_section et_pb_section_0 et_pb_section_parallax et_pb_with_background et_pb_fullwidth_section et_section_regular\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_section_2"
            },
            "excerpt": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_section_3"
            },
            "excerpt": "<div class=\"et_pb_section et_pb_section_3 et_pb_section_parallax et_pb_with_background et_section_regular\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_column_8"
            },
            "excerpt": "<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_8 et_pb_specialty_column et_pb_css_mix_blend_mode_passthrough\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "et_pb_contact_firstname_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#et_pb_contact_firstname_0"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"firstname\" placeholder=\"FIRST NAME\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "et_pb_contact_lastname_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#et_pb_contact_lastname_0"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"lastname\" placeholder=\"LAST NAME\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "et_pb_contact_email_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#et_pb_contact_email_0"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"EMAIL\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "et_pb_contact_phone_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#et_pb_contact_phone_0"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"phone\" placeholder=\"PHONE\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "et_pb_contact_city_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#et_pb_contact_city_0"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"city\" placeholder=\"CITY\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "et_pb_contact_zipcode_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#et_pb_contact_zipcode_0"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"zipcode\" placeholder=\"ZIPCODE\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".et_pb_section_5"
            },
            "excerpt": "<div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\">"
          }
        ]
      },
      "endTime": 1687107977205
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687107977206,
      "endTime": 1687107977745
    },
    {
      "type": "url",
      "which": "https://www.philting.com/",
      "what": "Candidate Philip Ting (D)",
      "startTime": 1687107977745,
      "result": {
        "url": "https://www.philting.com/"
      },
      "endTime": 1687107978917
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687107978917,
      "url": "https://www.philting.com/",
      "what": "Level Access Continuum, community edition",
      "result": [
        {
          "engineTestId": 59,
          "bestPracticeId": 410,
          "attribute": "This element has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2",
          "attributeDetail": "This META has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2",
          "element": "<meta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" name=\"viewport\">",
          "path": "head>meta:nth-of-type(5)",
          "fingerprint": {
            "version": 2,
            "css": "meta[name=\"viewport\"][content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"]",
            "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 LI has an id attribute of 'menu-item-25092', which is not unique in the same DOM",
          "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\" id=\"menu-item-25092\"><a href=\"#about-phil-ting\">About</a></li>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "li[id=\"menu-item-25092\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\"]",
            "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 LI has an id attribute of 'menu-item-25092', which is not unique in the same DOM",
          "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092 et_first_mobile_item\" id=\"menu-item-25092\"><a href=\"#about-phil-ting\">About</a></li>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "li[id=\"menu-item-25092\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092 et_first_mobile_item\"]",
            "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 LI has an id attribute of 'menu-item-25093', which is not unique in the same DOM",
          "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\" id=\"menu-item-25093\"><a href=\"#join\">Join</a></li>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "li[id=\"menu-item-25093\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\"]",
            "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 LI has an id attribute of 'menu-item-25093', which is not unique in the same DOM",
          "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\" id=\"menu-item-25093\"><a href=\"#join\">Join</a></li>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "li[id=\"menu-item-25093\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\"]",
            "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 LI has an id attribute of 'menu-item-25225', which is not unique in the same DOM",
          "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\" id=\"menu-item-25225\"><a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">Donate</a></li>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)",
          "fingerprint": {
            "version": 2,
            "css": "li[id=\"menu-item-25225\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\"]",
            "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 LI has an id attribute of 'menu-item-25225', which is not unique in the same DOM",
          "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\" id=\"menu-item-25225\"><a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">Donate</a></li>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)",
          "fingerprint": {
            "version": 2,
            "css": "li[id=\"menu-item-25225\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\"]",
            "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 DIV has an id attribute of 'about-phil-ting', which is not unique in the same DOM",
          "element": "<div class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\" id=\"about-phil-ting\"><div class=\"et_pb_row et_pb_row_1\"><div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et ... Grant to help pay for college</li><li>Strengthen handgun laws to protect kids</li><li>Expand urban agriculture and community gardens</li><li>Stop sidewalk tolls for pedestrians and cyclists at the Gol",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)",
          "fingerprint": {
            "version": 2,
            "css": "div[id=\"about-phil-ting\"][class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\"]",
            "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 DIV has an id attribute of 'about-phil-ting', which is not unique in the same DOM",
          "element": "<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\" id=\"about-phil-ting\"><div class=\"et_pb_text_inner\"><h1><strong>About Phil Ting</strong></h1><p></p></div></div>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[id=\"about-phil-ting\"][class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 863,
          "bestPracticeId": 2440,
          "attribute": "This input should not rely on text in the placeholder attribute for an accessible name",
          "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name",
          "element": "<input placeholder=\"FIRST NAME\" data-original_id=\"firstname\" data-field_type=\"input\" data-required_mark=\"required\" name=\"et_pb_contact_firstname_0\" value=\"\" class=\"input\" id=\"et_pb_contact_firstname_0\" type=\"text\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "input[type=\"text\"][id=\"et_pb_contact_firstname_0\"][class=\"input\"][value=\"\"][name=\"et_pb_contact_firstname_0\"][data-required_mark=\"required\"][data-field_type=\"input\"][data-original_id=\"firstname\"][placeholder=\"FIRST NAME\"]",
            "attNo": 9
          }
        },
        {
          "engineTestId": 863,
          "bestPracticeId": 2440,
          "attribute": "This input should not rely on text in the placeholder attribute for an accessible name",
          "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name",
          "element": "<input placeholder=\"LAST NAME\" data-original_id=\"lastname\" data-field_type=\"input\" data-required_mark=\"required\" name=\"et_pb_contact_lastname_0\" value=\"\" class=\"input\" id=\"et_pb_contact_lastname_0\" type=\"text\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "input[type=\"text\"][id=\"et_pb_contact_lastname_0\"][class=\"input\"][value=\"\"][name=\"et_pb_contact_lastname_0\"][data-required_mark=\"required\"][data-field_type=\"input\"][data-original_id=\"lastname\"][placeholder=\"LAST NAME\"]",
            "attNo": 9
          }
        },
        {
          "engineTestId": 863,
          "bestPracticeId": 2440,
          "attribute": "This input should not rely on text in the placeholder attribute for an accessible name",
          "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name",
          "element": "<input placeholder=\"EMAIL\" data-original_id=\"email\" data-field_type=\"email\" data-required_mark=\"required\" name=\"et_pb_contact_email_0\" value=\"\" class=\"input\" id=\"et_pb_contact_email_0\" type=\"text\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "input[type=\"text\"][id=\"et_pb_contact_email_0\"][class=\"input\"][value=\"\"][name=\"et_pb_contact_email_0\"][data-required_mark=\"required\"][data-field_type=\"email\"][data-original_id=\"email\"][placeholder=\"EMAIL\"]",
            "attNo": 9
          }
        },
        {
          "engineTestId": 863,
          "bestPracticeId": 2440,
          "attribute": "This input should not rely on text in the placeholder attribute for an accessible name",
          "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name",
          "element": "<input placeholder=\"PHONE\" data-original_id=\"phone\" data-field_type=\"input\" data-required_mark=\"required\" name=\"et_pb_contact_phone_0\" value=\"\" class=\"input\" id=\"et_pb_contact_phone_0\" type=\"text\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "input[type=\"text\"][id=\"et_pb_contact_phone_0\"][class=\"input\"][value=\"\"][name=\"et_pb_contact_phone_0\"][data-required_mark=\"required\"][data-field_type=\"input\"][data-original_id=\"phone\"][placeholder=\"PHONE\"]",
            "attNo": 9
          }
        },
        {
          "engineTestId": 863,
          "bestPracticeId": 2440,
          "attribute": "This input should not rely on text in the placeholder attribute for an accessible name",
          "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name",
          "element": "<input placeholder=\"CITY\" data-original_id=\"city\" data-field_type=\"input\" data-required_mark=\"required\" name=\"et_pb_contact_city_0\" value=\"\" class=\"input\" id=\"et_pb_contact_city_0\" type=\"text\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "input[type=\"text\"][id=\"et_pb_contact_city_0\"][class=\"input\"][value=\"\"][name=\"et_pb_contact_city_0\"][data-required_mark=\"required\"][data-field_type=\"input\"][data-original_id=\"city\"][placeholder=\"CITY\"]",
            "attNo": 9
          }
        },
        {
          "engineTestId": 863,
          "bestPracticeId": 2440,
          "attribute": "This input should not rely on text in the placeholder attribute for an accessible name",
          "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name",
          "element": "<input placeholder=\"ZIPCODE\" data-original_id=\"zipcode\" data-field_type=\"input\" data-required_mark=\"required\" name=\"et_pb_contact_zipcode_0\" value=\"\" class=\"input\" id=\"et_pb_contact_zipcode_0\" type=\"text\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "input[type=\"text\"][id=\"et_pb_contact_zipcode_0\"][class=\"input\"][value=\"\"][name=\"et_pb_contact_zipcode_0\"][data-required_mark=\"required\"][data-field_type=\"input\"][data-original_id=\"zipcode\"][placeholder=\"ZIPCODE\"]",
            "attNo": 9
          }
        }
      ],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          15
        ],
        "instances": [
          {
            "ruleID": "59",
            "what": "This META has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2",
            "ordinalSeverity": 3,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "head>meta:nth-of-type(5)"
            },
            "excerpt": "<meta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" name=\"viewport\">"
          },
          {
            "ruleID": "94",
            "what": "This LI has an id attribute of 'menu-item-25092', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25092",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\" id=\"menu-item-25092\"><a href=\"#about-phil-ting\">About</a></li>"
          },
          {
            "ruleID": "94",
            "what": "This LI has an id attribute of 'menu-item-25092', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25092",
            "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(3)>*:nth-child(1)"
            },
            "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092 et_first_mobile_item\" id=\"menu-item-25092\"><a href=\"#about-phil-ting\">About</a></li>"
          },
          {
            "ruleID": "94",
            "what": "This LI has an id attribute of 'menu-item-25093', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25093",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)"
            },
            "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\" id=\"menu-item-25093\"><a href=\"#join\">Join</a></li>"
          },
          {
            "ruleID": "94",
            "what": "This LI has an id attribute of 'menu-item-25093', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25093",
            "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(3)>*:nth-child(2)"
            },
            "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\" id=\"menu-item-25093\"><a href=\"#join\">Join</a></li>"
          },
          {
            "ruleID": "94",
            "what": "This LI has an id attribute of 'menu-item-25225', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25225",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)"
            },
            "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\" id=\"menu-item-25225\"><a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">Donate</a></li>"
          },
          {
            "ruleID": "94",
            "what": "This LI has an id attribute of 'menu-item-25225', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25225",
            "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(3)>*:nth-child(3)"
            },
            "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\" id=\"menu-item-25225\"><a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">Donate</a></li>"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'about-phil-ting', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)"
            },
            "excerpt": "<div class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\" id=\"about-phil-ting\"><div class=\"et_pb_row et_pb_row_1\"><div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et ... Grant to help pay for college</li><li>Strengthen handgun laws to protect kids</li><li>Expand urban agriculture and community gardens</li><li>Stop sidewalk tolls for pedestrians and cyclists at the Gol"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'about-phil-ting', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\" id=\"about-phil-ting\"><div class=\"et_pb_text_inner\"><h1><strong>About Phil Ting</strong></h1><p></p></div></div>"
          },
          {
            "ruleID": "863",
            "what": "This input should not rely on text in the placeholder attribute for an accessible name",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_firstname_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)"
            },
            "excerpt": "<input placeholder=\"FIRST NAME\" data-original_id=\"firstname\" data-field_type=\"input\" data-required_mark=\"required\" name=\"et_pb_contact_firstname_0\" value=\"\" class=\"input\" id=\"et_pb_contact_firstname_0\" type=\"text\">"
          },
          {
            "ruleID": "863",
            "what": "This input should not rely on text in the placeholder attribute for an accessible name",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_lastname_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)"
            },
            "excerpt": "<input placeholder=\"LAST NAME\" data-original_id=\"lastname\" data-field_type=\"input\" data-required_mark=\"required\" name=\"et_pb_contact_lastname_0\" value=\"\" class=\"input\" id=\"et_pb_contact_lastname_0\" type=\"text\">"
          },
          {
            "ruleID": "863",
            "what": "This input should not rely on text in the placeholder attribute for an accessible name",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_email_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)"
            },
            "excerpt": "<input placeholder=\"EMAIL\" data-original_id=\"email\" data-field_type=\"email\" data-required_mark=\"required\" name=\"et_pb_contact_email_0\" value=\"\" class=\"input\" id=\"et_pb_contact_email_0\" type=\"text\">"
          },
          {
            "ruleID": "863",
            "what": "This input should not rely on text in the placeholder attribute for an accessible name",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_phone_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)"
            },
            "excerpt": "<input placeholder=\"PHONE\" data-original_id=\"phone\" data-field_type=\"input\" data-required_mark=\"required\" name=\"et_pb_contact_phone_0\" value=\"\" class=\"input\" id=\"et_pb_contact_phone_0\" type=\"text\">"
          },
          {
            "ruleID": "863",
            "what": "This input should not rely on text in the placeholder attribute for an accessible name",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_city_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)"
            },
            "excerpt": "<input placeholder=\"CITY\" data-original_id=\"city\" data-field_type=\"input\" data-required_mark=\"required\" name=\"et_pb_contact_city_0\" value=\"\" class=\"input\" id=\"et_pb_contact_city_0\" type=\"text\">"
          },
          {
            "ruleID": "863",
            "what": "This input should not rely on text in the placeholder attribute for an accessible name",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_zipcode_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*:nth-child(2)"
            },
            "excerpt": "<input placeholder=\"ZIPCODE\" data-original_id=\"zipcode\" data-field_type=\"input\" data-required_mark=\"required\" name=\"et_pb_contact_zipcode_0\" value=\"\" class=\"input\" id=\"et_pb_contact_zipcode_0\" type=\"text\">"
          }
        ]
      },
      "endTime": 1687107979163
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687107979163,
      "endTime": 1687107979647
    },
    {
      "type": "url",
      "which": "https://www.philting.com/",
      "what": "Candidate Philip Ting (D)",
      "startTime": 1687107979648,
      "result": {
        "url": "https://www.philting.com/"
      },
      "endTime": 1687107981667
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687107981667,
      "url": "https://www.philting.com/",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "result": {
        "Error": {
          "AAA.1_4_6.G17.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.17:1. Recommendation:  change background to #262626.": [
              {
                "tagName": "button",
                "id": "",
                "code": "<button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_contact_submit et_pb_button\">...</button>"
              }
            ],
            "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 3.9:1. Recommendation:  change text colour to #525252.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div dir=\"auto\">...</div>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.74:1. Recommendation:  change text colour to #595959.": [
              {
                "tagName": "li",
                "id": "",
                "code": "<li>...</li>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p style=\"text-align: left;\">...</p>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              },
              {
                "tagName": "strong",
                "id": "",
                "code": "<strong>...</strong>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.22:1. Recommendation:  change text colour to #525252.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p style=\"text-align: center;\">...</p>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span>...</span>"
              }
            ]
          },
          "AAA.1_4_6.G18.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676.": [
              {
                "tagName": "h1",
                "id": "",
                "code": "<h1 class=\"et_pb_module_header\">...</h1>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"et_pb_fullwidth_header_subhead\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"s1\">...</span>"
              }
            ],
            "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 3.9:1. Recommendation:  change text colour to #707070.": [
              {
                "tagName": "strong",
                "id": "",
                "code": "<strong>...</strong>"
              }
            ]
          },
          "AAA.2_4_8.H59.1": {
            "Link elements can only be located in the head section of the document.": [
              {
                "tagName": "link",
                "id": "#wp-block-library-css",
                "code": "<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://www.philting.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1.3\" type=\"text/css\" media=\"all\" onload=\"media='all'\">"
              }
            ]
          },
          "AAA.4_1_1.F77": {
            "Duplicate id attribute value \"about-phil-ting\" found on the web page.": [
              {
                "tagName": "div",
                "id": "#about-phil-ting",
                "code": "<div id=\"about-phil-ting\" class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">...</div>"
              }
            ],
            "Duplicate id attribute value \"menu-item-25092\" found on the web page.": [
              {
                "tagName": "li",
                "id": "#menu-item-25092",
                "code": "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092 et_first_mobile_item\">...</li>"
              }
            ],
            "Duplicate id attribute value \"menu-item-25093\" found on the web page.": [
              {
                "tagName": "li",
                "id": "#menu-item-25093",
                "code": "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\">...</li>"
              }
            ],
            "Duplicate id attribute value \"menu-item-25225\" found on the web page.": [
              {
                "tagName": "li",
                "id": "#menu-item-25225",
                "code": "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\">...</li>"
              }
            ]
          }
        },
        "Warning": {
          "AAA.1_3_1.H42": {
            "Heading markup should be used if this content is intended as a heading.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"et_pb_text_inner\">...</div>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p style=\"text-align: left;\">...</p>"
              }
            ]
          },
          "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.": [
              {
                "tagName": "meta",
                "id": "",
                "code": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          3,
          0,
          0,
          17
        ],
        "instances": [
          {
            "ruleID": "AAA.1_3_1.H42",
            "what": "Heading markup should be used if this content is intended as a heading.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"et_pb_text_inner\">...</div>"
          },
          {
            "ruleID": "AAA.1_3_1.H42",
            "what": "Heading markup should be used if this content is intended as a heading.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p style=\"text-align: left;\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.17:1. Recommendation:  change background to #262626.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_contact_submit et_pb_button\">...</button>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 3.9:1. Recommendation:  change text colour to #525252.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div dir=\"auto\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.74:1. Recommendation:  change text colour to #595959.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<li>...</li>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.74:1. Recommendation:  change text colour to #595959.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p style=\"text-align: left;\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.74:1. Recommendation:  change text colour to #595959.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p>...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.74:1. Recommendation:  change text colour to #595959.",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<strong>...</strong>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.22:1. Recommendation:  change text colour to #525252.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p style=\"text-align: center;\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.22:1. Recommendation:  change text colour to #525252.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span>...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676.",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h1 class=\"et_pb_module_header\">...</h1>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"et_pb_fullwidth_header_subhead\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"s1\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.9:1. Recommendation:  change text colour to #707070.",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<strong>...</strong>"
          },
          {
            "ruleID": "AAA.2_4_8.H59.1",
            "what": "Link elements can only be located in the head section of the document.",
            "ordinalSeverity": 3,
            "tagName": "LINK",
            "id": "wp-block-library-css",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://www.philting.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1.3\" type=\"text/css\" media=\"all\" onload=\"media='all'\">"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"about-phil-ting\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div id=\"about-phil-ting\" class=\"et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light\">...</div>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"menu-item-25092\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25092",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092 et_first_mobile_item\">...</li>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"menu-item-25093\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25093",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\">...</li>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"menu-item-25225\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25225",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\">...</li>"
          }
        ]
      },
      "endTime": 1687107981886
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687107981886,
      "endTime": 1687107982386
    },
    {
      "type": "url",
      "which": "https://www.philting.com/",
      "what": "Candidate Philip Ting (D)",
      "startTime": 1687107982386,
      "result": {
        "url": "https://www.philting.com/"
      },
      "endTime": 1687107983161
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687107983161,
      "url": "https://www.philting.com/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 10,
          "recommendation": 2,
          "ignored": 0
        },
        "items": [
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/blockquote[1]/div[1]/div[1]/div[1]/div[1]",
              "aria": "/document[1]/article[1]/blockquote[1]"
            },
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 500",
            "bounds": {
              "left": 425,
              "top": 4650,
              "height": 60,
              "width": 295
            },
            "snippet": "<div dir=\"auto\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]",
              "aria": "/document[1]/article[1]"
            },
            "message": "The <div> element has the id \"about-phil-ting\" that is already in use",
            "bounds": {
              "left": 80,
              "top": 1106,
              "height": 76,
              "width": 640
            },
            "snippet": "<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\" id=\"about-phil-ting\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/article[1]/paragraph[12]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 80,
              "top": 5297,
              "height": 26,
              "width": 640
            },
            "snippet": "<p style=\"text-align: center;\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/article[1]/paragraph[11]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 400,
              "top": 4604,
              "height": 26,
              "width": 320
            },
            "snippet": "<p>",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/h1[1]",
              "aria": "/document[1]/article[1]/heading[4]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 80,
              "top": 3918,
              "height": 178,
              "width": 640
            },
            "snippet": "<h1 class=\"p1\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/article[1]/paragraph[8]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 80,
              "top": 3126,
              "height": 68,
              "width": 640
            },
            "snippet": "<p style=\"text-align: left;\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/h1[1]",
              "aria": "/document[1]/article[1]/heading[3]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 80,
              "top": 2333,
              "height": 50,
              "width": 640
            },
            "snippet": "<h1 style=\"text-align: left;\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/p[2]",
              "aria": "/document[1]/article[1]/paragraph[3]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 80,
              "top": 1329,
              "height": 180,
              "width": 640
            },
            "snippet": "<p style=\"text-align: left;\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h1[1]",
              "aria": "/document[1]/article[1]/heading[2]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 80,
              "top": 1106,
              "height": 50,
              "width": 640
            },
            "snippet": "<h1>",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]",
              "aria": "/document[1]/article[1]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 154,
              "top": 210,
              "height": 280,
              "width": 492
            },
            "snippet": "<h1 class=\"et_pb_module_header\">",
            "level": "violation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[2]",
              "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": "aria_contentinfo_misuse",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/footer[1]",
              "aria": "/document[1]/contentinfo[1]"
            },
            "message": "The element with \"contentinfo\" role is present without an element with \"main\" role",
            "bounds": {
              "left": 0,
              "top": 5402,
              "height": 64,
              "width": 800
            },
            "snippet": "<footer id=\"main-footer\">",
            "level": "recommendation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          2,
          0,
          10
        ],
        "instances": [
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 500",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/blockquote[1]/div[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div dir=\"auto\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"about-phil-ting\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light\" id=\"about-phil-ting\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p style=\"text-align: center;\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p>"
          },
          {
            "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]/article[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/h1[1]"
            },
            "excerpt": "<h1 class=\"p1\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p style=\"text-align: left;\">"
          },
          {
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/h1[1]"
            },
            "excerpt": "<h1 style=\"text-align: left;\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/p[2]"
            },
            "excerpt": "<p style=\"text-align: left;\">"
          },
          {
            "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]/article[1]/div[1]/div[1]/div[1]/div[3]/div[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": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]"
            },
            "excerpt": "<h1 class=\"et_pb_module_header\">"
          },
          {
            "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[2]"
            },
            "excerpt": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">"
          },
          {
            "ruleID": "aria_contentinfo_misuse",
            "what": "The element with \"contentinfo\" role is present without an element with \"main\" role",
            "ordinalSeverity": 1,
            "tagName": "FOOTER",
            "id": "main-footer",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/footer[1]"
            },
            "excerpt": "<footer id=\"main-footer\">"
          }
        ]
      },
      "endTime": 1687107987433
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687107987433,
      "endTime": 1687107988352
    },
    {
      "type": "url",
      "which": "https://www.philting.com/",
      "what": "Candidate Philip Ting (D)",
      "startTime": 1687107988352,
      "result": {
        "url": "https://www.philting.com/"
      },
      "endTime": 1687107988975
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687107988975,
      "url": "https://www.philting.com/",
      "what": "Nu Html Checker",
      "result": {
        "pageContent": {
          "messages": [
            {
              "type": "info",
              "lastLine": 6,
              "lastColumn": 124,
              "firstColumn": 2,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "c.php\">\n\n\t<script type=\"text/javascript\" async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=G-FF9B77EKT4&amp;cx=c&amp;_slc=1\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 123
            },
            {
              "type": "info",
              "lastLine": 6,
              "lastColumn": 242,
              "firstColumn": 212,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "></script><script type=\"text/javascript\">\n\t\tdoc",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 12,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "w:large\">\n<script type=\"text/javascript\">\n\t\t\tle",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 16,
              "lastColumn": 115,
              "firstColumn": 54,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "enerator\"><style id=\"wp-block-library-theme-inline-css\" type=\"text/css\">\n.wp-b",
              "hiliteStart": 10,
              "hiliteLength": 62
            },
            {
              "type": "error",
              "lastLine": 17,
              "lastColumn": 2153,
              "firstColumn": 2143,
              "message": "CSS: margin: \"0 0 1em 0\" is not a margin value.",
              "extract": "le{margin:\"0 0 1em 0\"}.wp-b",
              "hiliteStart": 10,
              "hiliteLength": 11
            },
            {
              "type": "info",
              "lastLine": 19,
              "lastColumn": 53,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "\n</style>\n<style id=\"global-styles-inline-css\" type=\"text/css\">\nbody{",
              "hiliteStart": 10,
              "hiliteLength": 53
            },
            {
              "type": "info",
              "lastLine": 25,
              "lastColumn": 64,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "\n</style>\n<style id=\"divi-style-parent-inline-inline-css\" type=\"text/css\">\n/*!\nT",
              "hiliteStart": 10,
              "hiliteLength": 64
            },
            {
              "type": "info",
              "lastLine": 39,
              "lastColumn": 61,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "ate.css\">\n<style id=\"divi-dynamic-critical-inline-css\" type=\"text/css\">\n@font",
              "hiliteStart": 10,
              "hiliteLength": 61
            },
            {
              "type": "error",
              "lastLine": 57,
              "lastColumn": 620,
              "firstColumn": 612,
              "message": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.",
              "extract": "-repeat-y:no-repeat;heigh",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "error",
              "lastLine": 65,
              "lastColumn": 222,
              "firstColumn": 1,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": "\n</style>\n<link rel=\"stylesheet\" id=\"divi-dynamic-late-css\" href=\"https://www.philting.com/wp-content/et-cache/1/27/2/et-divi-dynamic-2-late.css?ver=1686824994\" as=\"style\" media=\"all\" onload=\"this.onload=null;this.rel='stylesheet'\">\n<link",
              "hiliteStart": 10,
              "hiliteLength": 222
            },
            {
              "type": "error",
              "lastLine": 66,
              "lastColumn": 212,
              "firstColumn": 1,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "extract": "esheet'\">\n<link rel=\"stylesheet\" id=\"divi-dynamic-css\" href=\"https://www.philting.com/wp-content/et-cache/1/27/2/et-divi-dynamic-2.css?ver=1686824994\" as=\"style\" media=\"all\" onload=\"this.onload=null;this.rel='stylesheet'\">\n<link",
              "hiliteStart": 10,
              "hiliteLength": 212
            },
            {
              "type": "info",
              "lastLine": 74,
              "lastColumn": 202,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "mat=xml\">\n<script src=\"https://www.spmsites.com/?dm=704965a7e27bf5a96ff944b3027ff198&amp;action=load&amp;blogid=27&amp;siteid=1&amp;t=1797519891&amp;back=https%3A%2F%2Fwww.philting.com%2F\" type=\"text/javascript\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 202
            },
            {
              "type": "info",
              "lastLine": 74,
              "lastColumn": 317,
              "firstColumn": 212,
              "subType": "warning",
              "message": "Consider avoiding viewport values that prevent users from resizing documents.",
              "extract": "></script><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"><link ",
              "hiliteStart": 10,
              "hiliteLength": 106
            },
            {
              "type": "error",
              "lastLine": 111,
              "lastColumn": 174,
              "firstColumn": 49,
              "message": "Duplicate ID menu-item-25092.",
              "extract": "ile_menu\"><li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092 et_first_mobile_item\"><a hre",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 99,
              "lastColumn": 141,
              "firstColumn": 37,
              "subType": "warning",
              "message": "The first occurrence of ID menu-item-25092 was here.",
              "extract": "ass=\"nav\"><li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\"><a hre",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "error",
              "lastLine": 112,
              "lastColumn": 105,
              "firstColumn": 1,
              "message": "Duplicate ID menu-item-25093.",
              "extract": "</a></li>\n<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\"><a hre",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "info",
              "lastLine": 100,
              "lastColumn": 105,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The first occurrence of ID menu-item-25093 was here.",
              "extract": "</a></li>\n<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\"><a hre",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "error",
              "lastLine": 113,
              "lastColumn": 105,
              "firstColumn": 1,
              "message": "Duplicate ID menu-item-25225.",
              "extract": "</a></li>\n<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\"><a hre",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "info",
              "lastLine": 101,
              "lastColumn": 105,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The first occurrence of ID menu-item-25225 was here.",
              "extract": "</a></li>\n<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\"><a hre",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "info",
              "lastLine": 146,
              "lastColumn": 38,
              "firstColumn": 7,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "\t\t\t\n\t\t\t\t\t\t<h1 class=\"et_pb_module_header\">Join A",
              "hiliteStart": 10,
              "hiliteLength": 32
            },
            {
              "type": "error",
              "lastLine": 200,
              "lastColumn": 120,
              "firstColumn": 5,
              "message": "Duplicate ID about-phil-ting.",
              "extract": "\n\t\t\t\t\n\t\t\t\t<div id=\"about-phil-ting\" class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n\t\t\t\t\n",
              "hiliteStart": 10,
              "hiliteLength": 116
            },
            {
              "type": "info",
              "lastLine": 187,
              "lastColumn": 114,
              "firstColumn": 10,
              "subType": "warning",
              "message": "The first occurrence of ID about-phil-ting was here.",
              "extract": "\n\t\t\t</div><div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">\n\t\t\t\t\n",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "error",
              "lastLine": 408,
              "lastColumn": 58,
              "firstColumn": 35,
              "message": "Attribute type not allowed on element blockquote at this point.",
              "extract": "xt_inner\"><blockquote type=\"cite\">\n<div ",
              "hiliteStart": 10,
              "hiliteLength": 24
            },
            {
              "type": "info",
              "lastLine": 565,
              "lastColumn": 41,
              "firstColumn": 4,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "r -->\n\n\t\t\t<script type=\"application/javascript\">\n\t\t\t(f",
              "hiliteStart": 10,
              "hiliteLength": 38
            },
            {
              "type": "info",
              "lastLine": 582,
              "lastColumn": 128,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "a='all'\">\n<script type=\"text/javascript\" src=\"https://www.philting.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1\" id=\"jquery-core-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 128
            },
            {
              "type": "info",
              "lastLine": 583,
              "lastColumn": 139,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.philting.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2\" id=\"jquery-migrate-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 139
            },
            {
              "type": "info",
              "lastLine": 584,
              "lastColumn": 52,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" id=\"jquery-js-after\">\njquer",
              "hiliteStart": 10,
              "hiliteLength": 52
            },
            {
              "type": "info",
              "lastLine": 587,
              "lastColumn": 64,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" id=\"divi-custom-script-js-extra\">\n/* <!",
              "hiliteStart": 10,
              "hiliteLength": 64
            },
            {
              "type": "info",
              "lastLine": 596,
              "lastColumn": 141,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.philting.com/wp-content/themes/Divi/js/scripts.min.js?ver=4.18.1\" id=\"divi-custom-script-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 141
            },
            {
              "type": "info",
              "lastLine": 597,
              "lastColumn": 136,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.philting.com/wp-content/themes/Divi/js/smoothscroll.js?ver=4.18.1\" id=\"smoothscroll-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 136
            },
            {
              "type": "info",
              "lastLine": 598,
              "lastColumn": 180,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.philting.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.fitvids.js?ver=4.18.1\" id=\"fitvids-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 180
            },
            {
              "type": "info",
              "lastLine": 599,
              "lastColumn": 143,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.philting.com/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.6\" id=\"page-links-to-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 143
            },
            {
              "type": "info",
              "lastLine": 600,
              "lastColumn": 143,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.philting.com/wp-content/themes/Divi/core/admin/js/common.js?ver=4.18.1\" id=\"et-core-common-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 143
            },
            {
              "type": "error",
              "lastLine": 601,
              "lastColumn": 69,
              "firstColumn": 1,
              "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
              "extract": "</script>\n<style id=\"et-builder-module-design-deferred-2-cached-inline-styles\">.et_pb",
              "hiliteStart": 10,
              "hiliteLength": 69
            }
          ],
          "language": "en"
        },
        "rawPage": {
          "messages": [
            {
              "type": "info",
              "lastLine": 4,
              "lastColumn": 25,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ">\n<head>\n\t<meta charset=\"UTF-8\" />\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 24
            },
            {
              "type": "info",
              "lastLine": 6,
              "lastColumn": 67,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "E=edge\">\n\t<link rel=\"pingback\" href=\"https://www.philting.com/xmlrpc.php\" />\n\n\t<sc",
              "hiliteStart": 10,
              "hiliteLength": 66
            },
            {
              "type": "info",
              "lastLine": 8,
              "lastColumn": 32,
              "firstColumn": 2,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "php\" />\n\n\t<script type=\"text/javascript\">\n\t\tdoc",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 13,
              "lastColumn": 70,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "|</title>\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><style",
              "hiliteStart": 10,
              "hiliteLength": 70
            },
            {
              "type": "info",
              "lastLine": 13,
              "lastColumn": 46873,
              "firstColumn": 46818,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ";}</style><meta name='robots' content='max-image-preview:large' />\n<scri",
              "hiliteStart": 10,
              "hiliteLength": 56
            },
            {
              "type": "info",
              "lastLine": 14,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "large' />\n<script type=\"text/javascript\">\n\t\t\tle",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 15,
              "lastColumn": 882,
              "firstColumn": 748,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ";</script><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Assemblymember Phil Ting &raquo; Feed\" href=\"https://www.philting.com/feed/\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 135
            },
            {
              "type": "info",
              "lastLine": 16,
              "lastColumn": 153,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Assemblymember Phil Ting &raquo; Comments Feed\" href=\"https://www.philting.com/comments/feed/\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "info",
              "lastLine": 17,
              "lastColumn": 154,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Assemblymember Phil Ting &raquo; Home Comments Feed\" href=\"https://www.philting.com/home/feed/\" />\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 154
            },
            {
              "type": "info",
              "lastLine": 18,
              "lastColumn": 54,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "feed/\" />\n<meta content=\"Divi Child Theme v.\" name=\"generator\"/><style",
              "hiliteStart": 10,
              "hiliteLength": 54
            },
            {
              "type": "info",
              "lastLine": 18,
              "lastColumn": 116,
              "firstColumn": 55,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "nerator\"/><style id='wp-block-library-theme-inline-css' type='text/css'>\n.wp-b",
              "hiliteStart": 10,
              "hiliteLength": 62
            },
            {
              "type": "error",
              "lastLine": 19,
              "lastColumn": 2153,
              "firstColumn": 2143,
              "message": "CSS: margin: \"0 0 1em 0\" is not a margin value.",
              "extract": "le{margin:\"0 0 1em 0\"}.wp-b",
              "hiliteStart": 10,
              "hiliteLength": 11
            },
            {
              "type": "info",
              "lastLine": 21,
              "lastColumn": 53,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "\n</style>\n<style id='global-styles-inline-css' type='text/css'>\nbody{",
              "hiliteStart": 10,
              "hiliteLength": 53
            },
            {
              "type": "info",
              "lastLine": 27,
              "lastColumn": 64,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "\n</style>\n<style id='divi-style-parent-inline-inline-css' type='text/css'>\n/*!\nT",
              "hiliteStart": 10,
              "hiliteLength": 64
            },
            {
              "type": "info",
              "lastLine": 41,
              "lastColumn": 61,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "\n</style>\n<style id='divi-dynamic-critical-inline-css' type='text/css'>\n@font",
              "hiliteStart": 10,
              "hiliteLength": 61
            },
            {
              "type": "error",
              "lastLine": 59,
              "lastColumn": 620,
              "firstColumn": 612,
              "message": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.",
              "extract": "-repeat-y:no-repeat;heigh",
              "hiliteStart": 10,
              "hiliteLength": 9
            },
            {
              "type": "info",
              "lastLine": 67,
              "lastColumn": 221,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\n</style>\n<link rel='preload' id='divi-dynamic-late-css' href='https://www.philting.com/wp-content/et-cache/1/27/2/et-divi-dynamic-2-late.css?ver=1686824994' as='style' media='all' onload=\"this.onload=null;this.rel='stylesheet'\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 221
            },
            {
              "type": "info",
              "lastLine": 68,
              "lastColumn": 211,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "heet'\" />\n<link rel='preload' id='divi-dynamic-css' href='https://www.philting.com/wp-content/et-cache/1/27/2/et-divi-dynamic-2.css?ver=1686824994' as='style' media='all' onload=\"this.onload=null;this.rel='stylesheet'\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 211
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 155,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "heet'\" />\n<link rel='stylesheet' id='divi-style-css' href='https://www.philting.com/wp-content/themes/divi-child/style.css?ver=4.18.1' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 155
            },
            {
              "type": "info",
              "lastLine": 70,
              "lastColumn": 74,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel=\"https://api.w.org/\" href=\"https://www.philting.com/wp-json/\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 74
            },
            {
              "type": "info",
              "lastLine": 70,
              "lastColumn": 176,
              "firstColumn": 75,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://www.philting.com/wp-json/wp/v2/pages/2\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 102
            },
            {
              "type": "info",
              "lastLine": 70,
              "lastColumn": 284,
              "firstColumn": 177,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ages/2\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://www.philting.com/xmlrpc.php?rsd\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 108
            },
            {
              "type": "info",
              "lastLine": 71,
              "lastColumn": 121,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "p?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://www.philting.com/wp-includes/wlwmanifest.xml\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 121
            },
            {
              "type": "info",
              "lastLine": 72,
              "lastColumn": 57,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "t.xml\" />\n<link rel=\"canonical\" href=\"https://www.philting.com/\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "info",
              "lastLine": 73,
              "lastColumn": 57,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".com/\" />\n<link rel='shortlink' href='https://www.philting.com/' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "info",
              "lastLine": 74,
              "lastColumn": 150,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".com/' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://www.philting.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.philting.com%2F\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 150
            },
            {
              "type": "info",
              "lastLine": 75,
              "lastColumn": 158,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "om%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://www.philting.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.philting.com%2F&#038;format=xml\" />\n<scri",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "info",
              "lastLine": 76,
              "lastColumn": 202,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "t=xml\" />\n<script src='https://www.spmsites.com/?dm=704965a7e27bf5a96ff944b3027ff198&amp;action=load&amp;blogid=27&amp;siteid=1&amp;t=1797519891&amp;back=https%3A%2F%2Fwww.philting.com%2F' type='text/javascript'></scri",
              "hiliteStart": 10,
              "hiliteLength": 202
            },
            {
              "type": "info",
              "lastLine": 76,
              "lastColumn": 319,
              "firstColumn": 212,
              "subType": "warning",
              "message": "Consider avoiding viewport values that prevent users from resizing documents.",
              "extract": "></script><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 108
            },
            {
              "type": "info",
              "lastLine": 76,
              "lastColumn": 319,
              "firstColumn": 212,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "></script><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 108
            },
            {
              "type": "info",
              "lastLine": 76,
              "lastColumn": 438,
              "firstColumn": 320,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "able=0\" /><link rel=\"shortcut icon\" href=\"https://www.philting.com/wp-content/uploads/sites/27/2017/02/Ting_ASSEMBLY_LOGO.png\" /><scrip",
              "hiliteStart": 10,
              "hiliteLength": 119
            },
            {
              "type": "info",
              "lastLine": 96,
              "lastColumn": 200,
              "firstColumn": 7,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "/\">\n\t\t\t\t\t\t<img src=\"https://www.philting.com/wp-content/uploads/sites/27/2017/02/Ting_ASSEMBLY_LOGO.png\" width=\"1028\" height=\"1027\" alt=\"Assemblymember Phil Ting\" id=\"logo\" data-height-percentage=\"100\" />\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 194
            },
            {
              "type": "info",
              "lastLine": 148,
              "lastColumn": 38,
              "firstColumn": 7,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "\t\t\t\n\t\t\t\t\t\t<h1 class=\"et_pb_module_header\">Join A",
              "hiliteStart": 10,
              "hiliteLength": 32
            },
            {
              "type": "error",
              "lastLine": 202,
              "lastColumn": 120,
              "firstColumn": 5,
              "message": "Duplicate ID about-phil-ting.",
              "extract": "\n\t\t\t\t\n\t\t\t\t<div id=\"about-phil-ting\" class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n\t\t\t\t\n",
              "hiliteStart": 10,
              "hiliteLength": 116
            },
            {
              "type": "info",
              "lastLine": 189,
              "lastColumn": 115,
              "firstColumn": 10,
              "subType": "warning",
              "message": "The first occurrence of ID about-phil-ting was here.",
              "extract": "\n\t\t\t</div><div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\" >\n\t\t\t\t\n",
              "hiliteStart": 10,
              "hiliteLength": 106
            },
            {
              "type": "error",
              "lastLine": 214,
              "lastColumn": 323,
              "firstColumn": 320,
              "message": "No p element in scope but a p end tag seen.",
              "extract": ".</strong></p>\n<p st",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "info",
              "lastLine": 239,
              "lastColumn": 241,
              "firstColumn": 37,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ge_wrap \"><img decoding=\"async\" width=\"800\" height=\"843\" src=\"https://www.philting.com/wp-content/uploads/sites/27/2018/03/Ting-038-crop.jpg\" alt=\"Phil Ting for Assembly\" title=\"Phil Ting \" class=\"wp-image-25209\" /></span",
              "hiliteStart": 10,
              "hiliteLength": 205
            },
            {
              "type": "info",
              "lastLine": 370,
              "lastColumn": 59,
              "firstColumn": 54,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "mblymember<br />\nPhil ",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "error",
              "lastLine": 413,
              "lastColumn": 58,
              "firstColumn": 35,
              "message": "Attribute type not allowed on element blockquote at this point.",
              "extract": "xt_inner\"><blockquote type=\"cite\">\n<div ",
              "hiliteStart": 10,
              "hiliteLength": 24
            },
            {
              "type": "info",
              "lastLine": 488,
              "lastColumn": 90,
              "firstColumn": 7,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "/p>\n\t\t\t\t\t\t<input type=\"hidden\" value=\"et_contact_proccess\" name=\"et_pb_contactform_submit_0\"/>\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 84
            },
            {
              "type": "info",
              "lastLine": 493,
              "lastColumn": 140,
              "firstColumn": 7,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "iv>\n\t\t\t\t\t\t<input type=\"hidden\" id=\"_wpnonce-et-pb-contact-form-submitted-0\" name=\"_wpnonce-et-pb-contact-form-submitted-0\" value=\"e03649430e\" /><input",
              "hiliteStart": 10,
              "hiliteLength": 134
            },
            {
              "type": "info",
              "lastLine": 493,
              "lastColumn": 197,
              "firstColumn": 141,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "49430e\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/\" />\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "info",
              "lastLine": 570,
              "lastColumn": 149,
              "firstColumn": 112,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "></script><script type=\"application/javascript\">\n\t\t\t(f",
              "hiliteStart": 10,
              "hiliteLength": 38
            },
            {
              "type": "error",
              "lastLine": 586,
              "lastColumn": 194,
              "firstColumn": 3,
              "message": "Bad value none for attribute media on element link: unrecognized media none.",
              "extract": "script>\n\t\t<link rel='stylesheet' id='wp-block-library-css' href='https://www.philting.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1.3' type='text/css' media='none' onload=\"media='all'\" />\n<scri",
              "hiliteStart": 10,
              "hiliteLength": 192
            },
            {
              "type": "info",
              "lastLine": 586,
              "lastColumn": 194,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "script>\n\t\t<link rel='stylesheet' id='wp-block-library-css' href='https://www.philting.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1.3' type='text/css' media='none' onload=\"media='all'\" />\n<scri",
              "hiliteStart": 10,
              "hiliteLength": 192
            },
            {
              "type": "info",
              "lastLine": 587,
              "lastColumn": 128,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "'all'\" />\n<script type='text/javascript' src='https://www.philting.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1' id='jquery-core-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 128
            },
            {
              "type": "info",
              "lastLine": 588,
              "lastColumn": 139,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://www.philting.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 139
            },
            {
              "type": "info",
              "lastLine": 589,
              "lastColumn": 52,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' id='jquery-js-after'>\njquer",
              "hiliteStart": 10,
              "hiliteLength": 52
            },
            {
              "type": "info",
              "lastLine": 592,
              "lastColumn": 64,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' id='divi-custom-script-js-extra'>\n/* <!",
              "hiliteStart": 10,
              "hiliteLength": 64
            },
            {
              "type": "info",
              "lastLine": 601,
              "lastColumn": 141,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://www.philting.com/wp-content/themes/Divi/js/scripts.min.js?ver=4.18.1' id='divi-custom-script-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 141
            },
            {
              "type": "info",
              "lastLine": 602,
              "lastColumn": 136,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://www.philting.com/wp-content/themes/Divi/js/smoothscroll.js?ver=4.18.1' id='smoothscroll-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 136
            },
            {
              "type": "info",
              "lastLine": 603,
              "lastColumn": 180,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://www.philting.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.fitvids.js?ver=4.18.1' id='fitvids-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 180
            },
            {
              "type": "info",
              "lastLine": 604,
              "lastColumn": 143,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://www.philting.com/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.6' id='page-links-to-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 143
            },
            {
              "type": "info",
              "lastLine": 605,
              "lastColumn": 143,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://www.philting.com/wp-content/themes/Divi/core/admin/js/common.js?ver=4.18.1' id='et-core-common-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 143
            },
            {
              "type": "error",
              "lastLine": 606,
              "lastColumn": 69,
              "firstColumn": 1,
              "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
              "extract": "</script>\n<style id=\"et-builder-module-design-deferred-2-cached-inline-styles\">.et_pb",
              "hiliteStart": 10,
              "hiliteLength": 69
            }
          ],
          "language": "en"
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          44,
          0,
          17,
          0
        ],
        "instances": [
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "6"
            },
            "excerpt": "c.php\"> <script type=\"text/javascript\" async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=G-FF9B77EKT4&amp;cx=c&amp;_slc=1\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "6"
            },
            "excerpt": "></script><script type=\"text/javascript\"> doc"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "12"
            },
            "excerpt": "w:large\"> <script type=\"text/javascript\"> le"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "wp-block-library-theme-inline-css",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "16"
            },
            "excerpt": "enerator\"><style id=\"wp-block-library-theme-inline-css\" type=\"text/css\"> .wp-b"
          },
          {
            "ruleID": "CSS: margin: \"0 0 1em 0\" is not a margin value.",
            "what": "CSS: margin: \"0 0 1em 0\" is not a margin value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "17"
            },
            "excerpt": "le{margin:\"0 0 1em 0\"}.wp-b"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "global-styles-inline-css",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "19"
            },
            "excerpt": " </style> <style id=\"global-styles-inline-css\" type=\"text/css\"> body{"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "divi-style-parent-inline-inline-css",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "25"
            },
            "excerpt": " </style> <style id=\"divi-style-parent-inline-inline-css\" type=\"text/css\"> /*! T"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "divi-dynamic-critical-inline-css",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "39"
            },
            "excerpt": "ate.css\"> <style id=\"divi-dynamic-critical-inline-css\" type=\"text/css\"> @font"
          },
          {
            "ruleID": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.",
            "what": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "57"
            },
            "excerpt": "-repeat-y:no-repeat;heigh"
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "divi-dynamic-late-css",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "65"
            },
            "excerpt": " </style> <link rel=\"stylesheet\" id=\"divi-dynamic-late-css\" href=\"https://www.philting.com/wp-content/et-cache/1/27/2/et-divi-dynamic-2-late.css?ver=1686824994\" as=\"style\" media=\"all\" onload=\"this.onload=null;this.rel='stylesheet'\"> <link"
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "divi-dynamic-css",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "66"
            },
            "excerpt": "esheet'\"> <link rel=\"stylesheet\" id=\"divi-dynamic-css\" href=\"https://www.philting.com/wp-content/et-cache/1/27/2/et-divi-dynamic-2.css?ver=1686824994\" as=\"style\" media=\"all\" onload=\"this.onload=null;this.rel='stylesheet'\"> <link"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "74"
            },
            "excerpt": "mat=xml\"> <script src=\"https://www.spmsites.com/?dm=704965a7e27bf5a96ff944b3027ff198&amp;action=load&amp;blogid=27&amp;siteid=1&amp;t=1797519891&amp;back=https%3A%2F%2Fwww.philting.com%2F\" type=\"text/javascript\"></scri"
          },
          {
            "ruleID": "Consider avoiding viewport values that prevent users from resizing documents.",
            "what": "Consider avoiding viewport values that prevent users from resizing documents.",
            "ordinalSeverity": 0,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "74"
            },
            "excerpt": "></script><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"><link "
          },
          {
            "ruleID": "Duplicate ID menu-item-25092.",
            "what": "Duplicate ID menu-item-25092.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "menu-item-25092",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "111"
            },
            "excerpt": "ile_menu\"><li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092 et_first_mobile_item\"><a hre"
          },
          {
            "ruleID": "The first occurrence of ID menu-item-25092 was here.",
            "what": "The first occurrence of ID menu-item-25092 was here.",
            "ordinalSeverity": 0,
            "tagName": "LI",
            "id": "menu-item-25092",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "99"
            },
            "excerpt": "ass=\"nav\"><li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\"><a hre"
          },
          {
            "ruleID": "Duplicate ID menu-item-25093.",
            "what": "Duplicate ID menu-item-25093.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "menu-item-25093",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "112"
            },
            "excerpt": "</a></li> <li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\"><a hre"
          },
          {
            "ruleID": "The first occurrence of ID menu-item-25093 was here.",
            "what": "The first occurrence of ID menu-item-25093 was here.",
            "ordinalSeverity": 0,
            "tagName": "LI",
            "id": "menu-item-25093",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "100"
            },
            "excerpt": "</a></li> <li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\"><a hre"
          },
          {
            "ruleID": "Duplicate ID menu-item-25225.",
            "what": "Duplicate ID menu-item-25225.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "menu-item-25225",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "113"
            },
            "excerpt": "</a></li> <li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\"><a hre"
          },
          {
            "ruleID": "The first occurrence of ID menu-item-25225 was here.",
            "what": "The first occurrence of ID menu-item-25225 was here.",
            "ordinalSeverity": 0,
            "tagName": "LI",
            "id": "menu-item-25225",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "101"
            },
            "excerpt": "</a></li> <li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\"><a hre"
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "146"
            },
            "excerpt": " <h1 class=\"et_pb_module_header\">Join A"
          },
          {
            "ruleID": "Duplicate ID about-phil-ting.",
            "what": "Duplicate ID about-phil-ting.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "200"
            },
            "excerpt": " <div id=\"about-phil-ting\" class=\"et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light\"> "
          },
          {
            "ruleID": "The first occurrence of ID about-phil-ting was here.",
            "what": "The first occurrence of ID about-phil-ting was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "187"
            },
            "excerpt": " </div><div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\"> "
          },
          {
            "ruleID": "Attribute type not allowed on element blockquote at this point.",
            "what": "Attribute type not allowed on element blockquote at this point.",
            "ordinalSeverity": 2,
            "tagName": "BLOCKQUOTE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "408"
            },
            "excerpt": "xt_inner\"><blockquote type=\"cite\"> <div "
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "565"
            },
            "excerpt": "r --> <script type=\"application/javascript\"> (f"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jquery-core-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "582"
            },
            "excerpt": "a='all'\"> <script type=\"text/javascript\" src=\"https://www.philting.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1\" id=\"jquery-core-js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jquery-migrate-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "583"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.philting.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2\" id=\"jquery-migrate-js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jquery-js-after",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "584"
            },
            "excerpt": "</script> <script type=\"text/javascript\" id=\"jquery-js-after\"> jquer"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "divi-custom-script-js-extra",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "587"
            },
            "excerpt": "</script> <script type=\"text/javascript\" id=\"divi-custom-script-js-extra\"> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "divi-custom-script-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "596"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.philting.com/wp-content/themes/Divi/js/scripts.min.js?ver=4.18.1\" id=\"divi-custom-script-js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "smoothscroll-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "597"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.philting.com/wp-content/themes/Divi/js/smoothscroll.js?ver=4.18.1\" id=\"smoothscroll-js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "fitvids-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "598"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.philting.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.fitvids.js?ver=4.18.1\" id=\"fitvids-js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "page-links-to-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "599"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.philting.com/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.6\" id=\"page-links-to-js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "et-core-common-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "600"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.philting.com/wp-content/themes/Divi/core/admin/js/common.js?ver=4.18.1\" id=\"et-core-common-js\"></scri"
          },
          {
            "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "et-builder-module-design-deferred-2-cached-inline-styles",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "601"
            },
            "excerpt": "</script> <style id=\"et-builder-module-design-deferred-2-cached-inline-styles\">.et_pb"
          },
          {
            "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": "HEAD",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "4"
            },
            "excerpt": "> <head> <meta charset=\"UTF-8\" /> <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": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "6"
            },
            "excerpt": "E=edge\"> <link rel=\"pingback\" href=\"https://www.philting.com/xmlrpc.php\" /> <sc"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "8"
            },
            "excerpt": "php\" /> <script type=\"text/javascript\"> doc"
          },
          {
            "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": "|</title> <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><style"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "13"
            },
            "excerpt": ";}</style><meta name='robots' content='max-image-preview:large' /> <scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "14"
            },
            "excerpt": "large' /> <script type=\"text/javascript\"> le"
          },
          {
            "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": ";</script><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Assemblymember Phil Ting &raquo; Feed\" href=\"https://www.philting.com/feed/\" /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "16"
            },
            "excerpt": "feed/\" /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Assemblymember Phil Ting &raquo; Comments Feed\" href=\"https://www.philting.com/comments/feed/\" /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "17"
            },
            "excerpt": "feed/\" /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Assemblymember Phil Ting &raquo; Home Comments Feed\" href=\"https://www.philting.com/home/feed/\" /> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "18"
            },
            "excerpt": "feed/\" /> <meta content=\"Divi Child Theme v.\" name=\"generator\"/><style"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "18"
            },
            "excerpt": "nerator\"/><style id='wp-block-library-theme-inline-css' type='text/css'> .wp-b"
          },
          {
            "ruleID": "CSS: margin: \"0 0 1em 0\" is not a margin value.",
            "what": "CSS: margin: \"0 0 1em 0\" is not a margin value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "19"
            },
            "excerpt": "le{margin:\"0 0 1em 0\"}.wp-b"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "21"
            },
            "excerpt": " </style> <style id='global-styles-inline-css' type='text/css'> body{"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "27"
            },
            "excerpt": " </style> <style id='divi-style-parent-inline-inline-css' type='text/css'> /*! T"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "41"
            },
            "excerpt": " </style> <style id='divi-dynamic-critical-inline-css' type='text/css'> @font"
          },
          {
            "ruleID": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.",
            "what": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "59"
            },
            "excerpt": "-repeat-y:no-repeat;heigh"
          },
          {
            "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": "67"
            },
            "excerpt": " </style> <link rel='preload' id='divi-dynamic-late-css' href='https://www.philting.com/wp-content/et-cache/1/27/2/et-divi-dynamic-2-late.css?ver=1686824994' as='style' media='all' onload=\"this.onload=null;this.rel='stylesheet'\" /> <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": "68"
            },
            "excerpt": "heet'\" /> <link rel='preload' id='divi-dynamic-css' href='https://www.philting.com/wp-content/et-cache/1/27/2/et-divi-dynamic-2.css?ver=1686824994' as='style' media='all' onload=\"this.onload=null;this.rel='stylesheet'\" /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "heet'\" /> <link rel='stylesheet' id='divi-style-css' href='https://www.philting.com/wp-content/themes/divi-child/style.css?ver=4.18.1' type='text/css' media='all' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "70"
            },
            "excerpt": "='all' /> <link rel=\"https://api.w.org/\" href=\"https://www.philting.com/wp-json/\" /><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "70"
            },
            "excerpt": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://www.philting.com/wp-json/wp/v2/pages/2\" /><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "70"
            },
            "excerpt": "ages/2\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://www.philting.com/xmlrpc.php?rsd\" /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "71"
            },
            "excerpt": "p?rsd\" /> <link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://www.philting.com/wp-includes/wlwmanifest.xml\" /> <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": "72"
            },
            "excerpt": "t.xml\" /> <link rel=\"canonical\" href=\"https://www.philting.com/\" /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "73"
            },
            "excerpt": ".com/\" /> <link rel='shortlink' href='https://www.philting.com/' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "74"
            },
            "excerpt": ".com/' /> <link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://www.philting.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.philting.com%2F\" /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "75"
            },
            "excerpt": "om%2F\" /> <link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://www.philting.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.philting.com%2F&#038;format=xml\" /> <scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "76"
            },
            "excerpt": "t=xml\" /> <script src='https://www.spmsites.com/?dm=704965a7e27bf5a96ff944b3027ff198&amp;action=load&amp;blogid=27&amp;siteid=1&amp;t=1797519891&amp;back=https%3A%2F%2Fwww.philting.com%2F' type='text/javascript'></scri"
          },
          {
            "ruleID": "Consider avoiding viewport values that prevent users from resizing documents.",
            "what": "Consider avoiding viewport values that prevent users from resizing documents.",
            "ordinalSeverity": 0,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "76"
            },
            "excerpt": "></script><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" /><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "76"
            },
            "excerpt": "></script><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" /><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": "76"
            },
            "excerpt": "able=0\" /><link rel=\"shortcut icon\" href=\"https://www.philting.com/wp-content/uploads/sites/27/2017/02/Ting_ASSEMBLY_LOGO.png\" /><scrip"
          },
          {
            "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": "logo",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "96"
            },
            "excerpt": "/\"> <img src=\"https://www.philting.com/wp-content/uploads/sites/27/2017/02/Ting_ASSEMBLY_LOGO.png\" width=\"1028\" height=\"1027\" alt=\"Assemblymember Phil Ting\" id=\"logo\" data-height-percentage=\"100\" /> "
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "148"
            },
            "excerpt": " <h1 class=\"et_pb_module_header\">Join A"
          },
          {
            "ruleID": "Duplicate ID about-phil-ting.",
            "what": "Duplicate ID about-phil-ting.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "202"
            },
            "excerpt": " <div id=\"about-phil-ting\" class=\"et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light\"> "
          },
          {
            "ruleID": "The first occurrence of ID about-phil-ting was here.",
            "what": "The first occurrence of ID about-phil-ting was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "189"
            },
            "excerpt": " </div><div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\" > "
          },
          {
            "ruleID": "No p element in scope but a p end tag seen.",
            "what": "No p element in scope but a p end tag seen.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "214"
            },
            "excerpt": ".</strong></p> <p st"
          },
          {
            "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": "239"
            },
            "excerpt": "ge_wrap \"><img decoding=\"async\" width=\"800\" height=\"843\" src=\"https://www.philting.com/wp-content/uploads/sites/27/2018/03/Ting-038-crop.jpg\" alt=\"Phil Ting for Assembly\" title=\"Phil Ting \" class=\"wp-image-25209\" /></span"
          },
          {
            "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": "370"
            },
            "excerpt": "mblymember<br /> Phil "
          },
          {
            "ruleID": "Attribute type not allowed on element blockquote at this point.",
            "what": "Attribute type not allowed on element blockquote at this point.",
            "ordinalSeverity": 2,
            "tagName": "BLOCKQUOTE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "413"
            },
            "excerpt": "xt_inner\"><blockquote type=\"cite\"> <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": "INPUT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "488"
            },
            "excerpt": "/p> <input type=\"hidden\" value=\"et_contact_proccess\" name=\"et_pb_contactform_submit_0\"/> "
          },
          {
            "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": "_wpnonce-et-pb-contact-form-submitted-0",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "493"
            },
            "excerpt": "iv> <input type=\"hidden\" id=\"_wpnonce-et-pb-contact-form-submitted-0\" name=\"_wpnonce-et-pb-contact-form-submitted-0\" value=\"e03649430e\" /><input"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "493"
            },
            "excerpt": "49430e\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/\" /> "
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "570"
            },
            "excerpt": "></script><script type=\"application/javascript\"> (f"
          },
          {
            "ruleID": "Bad value none for attribute media on element link: unrecognized media none.",
            "what": "Bad value none for attribute media on element link: unrecognized media none.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "586"
            },
            "excerpt": "script> <link rel='stylesheet' id='wp-block-library-css' href='https://www.philting.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1.3' type='text/css' media='none' onload=\"media='all'\" /> <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": "586"
            },
            "excerpt": "script> <link rel='stylesheet' id='wp-block-library-css' href='https://www.philting.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1.3' type='text/css' media='none' onload=\"media='all'\" /> <scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "587"
            },
            "excerpt": "'all'\" /> <script type='text/javascript' src='https://www.philting.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1' id='jquery-core-js'></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "588"
            },
            "excerpt": "</script> <script type='text/javascript' src='https://www.philting.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "589"
            },
            "excerpt": "</script> <script type='text/javascript' id='jquery-js-after'> jquer"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "592"
            },
            "excerpt": "</script> <script type='text/javascript' id='divi-custom-script-js-extra'> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "601"
            },
            "excerpt": "</script> <script type='text/javascript' src='https://www.philting.com/wp-content/themes/Divi/js/scripts.min.js?ver=4.18.1' id='divi-custom-script-js'></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "602"
            },
            "excerpt": "</script> <script type='text/javascript' src='https://www.philting.com/wp-content/themes/Divi/js/smoothscroll.js?ver=4.18.1' id='smoothscroll-js'></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "603"
            },
            "excerpt": "</script> <script type='text/javascript' src='https://www.philting.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.fitvids.js?ver=4.18.1' id='fitvids-js'></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "604"
            },
            "excerpt": "</script> <script type='text/javascript' src='https://www.philting.com/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.6' id='page-links-to-js'></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "605"
            },
            "excerpt": "</script> <script type='text/javascript' src='https://www.philting.com/wp-content/themes/Divi/core/admin/js/common.js?ver=4.18.1' id='et-core-common-js'></scri"
          },
          {
            "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "et-builder-module-design-deferred-2-cached-inline-styles",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "606"
            },
            "excerpt": "</script> <style id=\"et-builder-module-design-deferred-2-cached-inline-styles\">.et_pb"
          }
        ]
      },
      "endTime": 1687107990922
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687107990922,
      "url": "https://www.philting.com/",
      "what": "QualWeb",
      "result": {
        "type": "evaluation",
        "system": {
          "name": "QualWeb",
          "description": "QualWeb is an automatic accessibility evaluator for webpages.",
          "version": "3.0.0",
          "homepage": "http://www.qualweb.di.fc.ul.pt/",
          "date": "2023-06-18 17:06:32",
          "hash": "dcbeb72762ae7ba75a71979087ee651528f10941e72d50dda796cf97b4f86064bae215e91238b9dca0b2ef1c4dd9771a6fbdbb19201eec8048fbde864dd0c2dc",
          "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": 30,
          "warning": 13,
          "failed": 8,
          "inapplicable": 74
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 10,
              "warning": 7,
              "failed": 4,
              "inapplicable": 46
            },
            "assertions": {
              "QW-ACT-R63": {
                "name": "Document has a landmark with non-repeated content",
                "code": "QW-ACT-R63",
                "mapping": "b40fd1",
                "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/b40fd1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R64": {
                "name": "Document has heading for non-repeated content",
                "code": "QW-ACT-R64",
                "mapping": "047fe0",
                "description": "This rule checks that the non-repeated content contains a heading",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "H69"
                  ],
                  "url": "https://act-rules.github.io/rules/047fe0",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R73": {
                "name": "Block of repeated content is collapsible",
                "code": "QW-ACT-R73",
                "mapping": "3e12e1",
                "description": "This rule checks that repeated blocks of content are collapsible.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/3e12e1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R74": {
                "name": "Document has an instrument to move focus to non-repeated content",
                "code": "QW-ACT-R74",
                "mapping": "ye5d6e",
                "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "G1",
                    "G123",
                    "G124"
                  ],
                  "url": "https://act-rules.github.io/rules/ye5d6e",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R14": {
                "name": "meta viewport does not prevent zoom",
                "code": "QW-ACT-R14",
                "mapping": "b4f0c3",
                "description": "This rule checks that the meta element retains the user agent ability to zoom.",
                "metadata": {
                  "target": {
                    "element": "meta",
                    "attributes": "name='viewport'"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.4",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/b4f0c3",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The `meta` element with a `name='viewport'` attribute abolishes the user agent ability to zoom with user-scalable=no or maximum-scale < 2."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The `meta` element with a `name='viewport'` attribute abolishes the user agent ability to zoom with user-scalable=no or maximum-scale < 2.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">",
                        "pointer": "html > head:nth-child(1) > meta:nth-child(35)"
                      }
                    ],
                    "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": 55,
                  "warning": 0,
                  "failed": 4,
                  "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": "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\">About</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)"
                      },
                      {
                        "htmlCode": "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092 et_first_mobile_item\">About</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\">Join</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)"
                      },
                      {
                        "htmlCode": "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\">Join</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\">Donate</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3)"
                      },
                      {
                        "htmlCode": "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\">Donate</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tAbout Phil Ting\n&nbsp;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tPhil Ting, the former Assessor-Recorder of the City and County of San Francisco, was elected in November 2012 to represent California’s 19th Assembly District, which includes portions of San Francisco and South San Francisco, as well as Colma, Broadmoor and Daly City.\nAs the Chair of the Assembly Budget Committee, Phil Ting knows that our state budget sets our state’s priorities. He is a leading voice in fighting for education reform and reinvestment …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      },
                      {
                        "htmlCode": "<div id=\"about-phil-ting\" class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tAbout Phil Ting\n&nbsp;\n\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "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": 13,
                  "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=\"https://www.philting.com/\">\n\t\t\t\t\t\t\n\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header: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 href=\"#about-phil-ting\">About</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav: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=\"#join\">Join</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav: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 href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">Donate</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"firstname\" placeholder=\"FIRST NAME\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"lastname\" placeholder=\"LAST NAME\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(2) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"EMAIL\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(3) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"phone\" placeholder=\"PHONE\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(4) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"city\" placeholder=\"CITY\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(5) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"zipcode\" placeholder=\"ZIPCODE\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(6) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_contact_submit et_pb_button\">Submit</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(8) > button: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/philtingsf/\" class=\"icon\">\n\t\t\tFacebook\n\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(2) > div:nth-child(1) > 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=\"https://twitter.com/philting\" class=\"icon\">\n\t\t\tTwitter\n\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R41": {
                "name": "Error message describes invalid form field value",
                "code": "QW-ACT-R41",
                "mapping": "36b590",
                "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
                "metadata": {
                  "target": {
                    "element": [
                      "input",
                      "select",
                      "textarea",
                      "*[role]"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "3.3.1",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/TR/WCAG21/#error-identification",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/36b590",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 6,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that text error messages provided, identify the cause of the error or how to fix the error."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"firstname\" placeholder=\"FIRST NAME\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"lastname\" placeholder=\"LAST NAME\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(2) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"EMAIL\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(3) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"phone\" placeholder=\"PHONE\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(4) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"city\" placeholder=\"CITY\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(5) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"zipcode\" placeholder=\"ZIPCODE\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(6) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R37": {
                "name": "Text has minimum contrast",
                "code": "QW-ACT-R37",
                "mapping": "afw4f7",
                "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
                "metadata": {
                  "target": {
                    "element": [
                      "*"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.3",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-minimum"
                    },
                    {
                      "name": "1.4.6",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/afw4f7",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 31,
                  "warning": 0,
                  "failed": 3,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Element has contrast ratio lower than minimum."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"et_pb_module_header\">Join Assemblymember Phil Ting</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"et_pb_fullwidth_header_subhead\">for a Stronger California</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div dir=\"auto\">5429 Madison Ave Sacramento, CA 95841</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > blockquote:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R76": {
                "name": "Text has enhanced contrast",
                "code": "QW-ACT-R76",
                "mapping": "09o5cg",
                "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.6",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced"
                    }
                  ],
                  "related": [
                    "G17",
                    "G18"
                  ],
                  "url": "https://act-rules.github.io/rules/09o5cg",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 6,
                  "warning": 0,
                  "failed": 28,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Element has contrast ratio lower than minimum."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"et_pb_module_header\">Join Assemblymember Phil Ting</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"et_pb_fullwidth_header_subhead\">for a Stronger California</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<strong>Phil Ting, the former Assessor-Recorder of the City and County of San Francisco, was elected in November 2012 to represent California’s 19th Assembly District, which includes portions of San Francisco and South San Francisco, as well as Colma, Broadmoor and Daly City.</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p style=\"text-align: left;\">As the Chair of the Assembly Budget Committee, Phil Ting knows that our state budget sets our state’s priorities. He is a leading voice in fighting for education reform and reinvestment, harnessing technology for a cleaner economy and more open government, and equal rights for all Californians. He is pursuing responsible budget solutions that strengthen our middle class and brings real world experience to the state’s ongoing debate on tax reform. Prior to his current chairmanship, he served as Chair of the Assembly Committee on Revenue and Taxation and Chair of the Assembly Democratic Caucus.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<strong>Ting has authored a number of breakthrough measures, including new laws that:</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Help thousands more students obtain a Cal Grant to help pay for college</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Strengthen handgun laws to protect kids</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Expand urban agriculture and community gardens</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Stop sidewalk tolls for pedestrians and cyclists at the Golden Gate Bridge</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Free communities to build safer, more modern urban biking infrastructure</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Help homeowners invest in water and energy efficient technologies</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(6)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Restore San Francisco Bay wetlands</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(7)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Increase healthy food access for food stamp recipients who shop at farmers’ markets</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(8)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Expand online transparency requirements for state boards and commissions</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(9)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Require tax fairness for same sex couples, and</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(10)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Help English language learners to understand prescriptions and engage with state government</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(11)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p style=\"text-align: left;\">Ting co-chairs the San Francisco Advisory Board for ChinaSF, a public-private partnership dedicated to creating economic development opportunities by making San Francisco the gateway for Chinese companies looking to establish business operations in the Bay Area.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p style=\"text-align: left;\">In the past, Phil served as a member of the Governing Board of the San Francisco Bay Restoration Authority; as President of the Bay Area Assessors Association and the Organization of Chinese Americans-SF Bay Chapter; and on the boards of directors for the Equality California Institute and Cal Alumni Association.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<strong>Prior to serving in the Assembly, Ting was the San Francisco Assessor-Recorder,&nbsp;where he helped:</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Close a five-year assessment backlog, resulting in $290 million in unpaid property taxes</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Create GoSolarSF, a first-of-its-kind program that dramatically increased rooftop solar installations in San Francisco</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Launch Reset San Francisco, an innovative online tool to help San Franciscans use technology to interact with government, and</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li>Spearhead efforts to help homeowners and tenants facing foreclosure by launching Don’t Borrow Trouble, an education and outreach program convening city officials and housing advocates to find local solutions to the foreclosure crisis</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>Ting is the former Executive Director of the Asian Law Caucus, an organization founded in 1972 to advance and promote the legal and civil rights of the Asian Pacific Islander community, and once served as Community Relations Director at San Francisco State University.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>He is a graduate of U.C. Berkeley and Harvard University’s John F. Kennedy School of Government and lives in San Francisco’s Sunset District with his wife, Susan, and their two daughters.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<strong>info@philting.com</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div dir=\"auto\">5429 Madison Ave Sacramento, CA 95841</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > blockquote:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p style=\"text-align: center;\">Paid for by Phil Ting for Assembly 2022, ID #1437844.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R75": {
                "name": "Bypass Blocks of Repeated Content",
                "code": "QW-ACT-R75",
                "mapping": "cf77f2",
                "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G123",
                    "G124",
                    "H69",
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/cf77f2",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The rule can't tell because of the rule QW-ACT-R63"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The rule can't tell because of the rule QW-ACT-R63",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\" class=\"js\"><head></head><body>document.documentElement.className = 'js';\n\t\n\n\tAssemblymember Phil Ting |\n/* Original: https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,hebrew,latin,latin-ext,vietnamese&amp;display=swap *//* User Agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1 Daum/4.1 */@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVc.ttf) f …",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "wcag-techniques": {
            "type": "wcag-techniques",
            "metadata": {
              "passed": 6,
              "warning": 4,
              "failed": 4,
              "inapplicable": 20
            },
            "assertions": {
              "QW-WCAG-T9": {
                "name": "Organizing a page using headings",
                "code": "QW-WCAG-T9",
                "mapping": "G141",
                "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ],
                    "attributes": "role='heading'"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "2.4.10",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings"
                    }
                  ],
                  "related": [
                    "G91",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Please verify that headers are used to divide the page correctly."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Please verify that headers are used to divide the page correctly.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<body data-rsssl=\"1\" class=\"home page-template-default page page-id-2 et_pb_button_helper_class et_non_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_flip et_header_style_left et_pb_footer_columns2 et_cover_background et_pb_gutter osx et_pb_gutters3 et_pb_pagebuilder_layout et_smooth_scroll et_no_sidebar et_divi_theme et-db chrome\">\n\t\n\n\t\n\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\tAbout\nJoin\nDonate\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tSelect Page\n\t\t\t\t\t\n\t\t\t\tAbout\nJoin\nDonate\n\n\t\t\t\t\t\t\t \n\t\t\t \n\t\t\t\t\t \n\t\t\t\n\t\n\n\n\n\t\t\t\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\n\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n …",
                        "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": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The first focusable control on the Web page does not links to local content."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The first focusable control on the Web page does not links to local content.",
                    "resultCode": "F3",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://www.philting.com/\">\n\t\t\t\t\t\t\n\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T15": {
                "name": "Using the link element and navigation tools",
                "code": "QW-WCAG-T15",
                "mapping": "H59",
                "description": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
                "metadata": {
                  "target": {
                    "element": "link"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.5",
                      "level": "AA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/multiple-ways"
                    },
                    {
                      "name": "2.4.8",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/location"
                    }
                  ],
                  "related": [
                    "G1",
                    "G63",
                    "G64",
                    "G123"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H59",
                  "passed": 7,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>"
                },
                "results": [
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"pingback\" href=\"https://www.philting.com/xmlrpc.php\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(9)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"et-dynamic-late-css\" href=\"https://www.philting.com/wp-content/et-cache/1/27/2/et-divi-dynamic-2-late.css\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(21)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"divi-dynamic-late-css\" href=\"https://www.philting.com/wp-content/et-cache/1/27/2/et-divi-dynamic-2-late.css?ver=1686824994\" as=\"style\" media=\"all\" onload=\"this.onload=null;this.rel='stylesheet'\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(23)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"divi-dynamic-css\" href=\"https://www.philting.com/wp-content/et-cache/1/27/2/et-divi-dynamic-2.css?ver=1686824994\" as=\"style\" media=\"all\" onload=\"this.onload=null;this.rel='stylesheet'\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(24)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"divi-style-css\" href=\"https://www.philting.com/wp-content/themes/divi-child/style.css?ver=4.18.1\" type=\"text/css\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(25)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"https://api.w.org/\" href=\"https://www.philting.com/wp-json/\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(26)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://www.philting.com/xmlrpc.php?rsd\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(28)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://www.philting.com/wp-includes/wlwmanifest.xml\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(29)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"shortlink\" href=\"https://www.philting.com/\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(31)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"shortcut icon\" href=\"https://www.philting.com/wp-content/uploads/sites/27/2017/02/Ting_ASSEMBLY_LOGO.png\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(36)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>",
                    "resultCode": "RC1",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://www.philting.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1.3\" type=\"text/css\" media=\"all\" onload=\"media='all'\">",
                        "pointer": "html > body:nth-child(2) > link:nth-child(11)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T17": {
                "name": "Positioning labels to maximize predictability of relationships",
                "code": "QW-WCAG-T17",
                "mapping": "G162",
                "description": "This technique checks the correct position of labels in forms",
                "metadata": {
                  "target": {
                    "element": "form"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "3.3.2",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/labels-or-instructions"
                    }
                  ],
                  "related": [
                    "H44",
                    "H71",
                    "H65",
                    "G131",
                    "G167"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G162.html",
                  "passed": 0,
                  "warning": 0,
                  "failed": 6,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The form field label is not visible."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The form field label is not visible.",
                    "resultCode": "F3",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"firstname\" placeholder=\"FIRST NAME\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The form field label is not visible.",
                    "resultCode": "F3",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"lastname\" placeholder=\"LAST NAME\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(2) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The form field label is not visible.",
                    "resultCode": "F3",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"EMAIL\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(3) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The form field label is not visible.",
                    "resultCode": "F3",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"phone\" placeholder=\"PHONE\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(4) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The form field label is not visible.",
                    "resultCode": "F3",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"city\" placeholder=\"CITY\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(5) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The form field label is not visible.",
                    "resultCode": "F3",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"zipcode\" placeholder=\"ZIPCODE\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(6) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T32": {
                "name": "Using ol, ul and dl for lists or groups of links",
                "code": "QW-WCAG-T32",
                "mapping": "H48",
                "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
                "metadata": {
                  "target": {
                    "element": [
                      "li",
                      "dd",
                      "dt"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    }
                  ],
                  "related": [
                    "H40"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48",
                  "passed": 0,
                  "warning": 5,
                  "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=\"top-menu\" class=\"nav\"><li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\"><a href=\"#about-phil-ting\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">About</a></li>\n<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\"><a href=\"#join\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-ch …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav: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 id=\"mobile_menu\" class=\"et_mobile_menu\"><li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092 et_first_mobile_item\"><a href=\"#about-phil-ting\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">About</a></li>\n<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\"><a href=\"#join\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3)"
                      }
                    ],
                    "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 style=\"text-align: left;\">\n<li>Help thousands more students obtain a Cal Grant to help pay for college</li>\n<li>Strengthen handgun laws to protect kids</li>\n<li>Expand urban agriculture and community gardens</li>\n<li>Stop sidewalk tolls for pedestrians and cyclists at the Golden Gate Bridge</li>\n<li>Free communities to build safer, more modern urban biking infrastructure</li>\n<li>Help homeowners invest in water and energy efficient technologies</li>\n<li>Restore San Francisco Bay wetlands</li>\n<li>Increase healthy food access for food stamp recipients who shop at farmers’ markets</li>\n<li>Expand online transparency requirements for state boards and commissions</li>\n<li>Require tax fairnes …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4)"
                      }
                    ],
                    "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>Close a five-year assessment backlog, resulting in $290 million in unpaid property taxes</li>\n<li>Create GoSolarSF, a first-of-its-kind program that dramatically increased rooftop solar installations in San Francisco</li>\n<li>Launch Reset San Francisco, an innovative online tool to help San Franciscans use technology to interact with government, and</li>\n<li>Spearhead efforts to help homeowners and tenants facing foreclosure by launching Don’t Borrow Trouble, an education and outreach program convening city officials and housing advocates to find local solutions to the foreclosure crisis</li>\n</ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > 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 class=\"et-social-icons\">\n\n\t<li class=\"et-social-icon et-social-facebook\">\n\t\t<a href=\"https://www.facebook.com/philtingsf/\" class=\"icon\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">\n\t\t\t<span _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)\" _cssrules=\"true\">Facebook</span>\n\t\t</a>\n\t</li>\n\t<li class=\"et-social-icon et-social-twitter\">\n\t\t<a href=\"https://twitter.com/philting\" cl …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T8": {
                "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives",
                "code": "QW-WCAG-T8",
                "mapping": "F30",
                "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
                "metadata": {
                  "target": {
                    "attributes": "alt"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content"
                    },
                    {
                      "name": "1.2.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded"
                    }
                  ],
                  "related": [],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30",
                  "passed": 0,
                  "warning": 2,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Text alternative needs manual verification."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://www.philting.com/wp-content/uploads/sites/27/2017/02/Ting_ASSEMBLY_LOGO.png\" width=\"1028\" height=\"1027\" alt=\"Assemblymember Phil Ting\" id=\"logo\" data-height-percentage=\"100\" data-actual-width=\"1028\" data-actual-height=\"1027\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img decoding=\"async\" width=\"800\" height=\"843\" src=\"https://www.philting.com/wp-content/uploads/sites/27/2018/03/Ting-038-crop.jpg\" alt=\"Phil Ting for Assembly\" title=\"Phil Ting \" class=\"wp-image-25209\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T28": {
                "name": "Using `percent, em, names` for font sizes",
                "code": "QW-WCAG-T28",
                "mapping": "C121314",
                "description": "This technique checks that all font-size attribute uses percent, em or names.",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "font-size"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.4",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html"
                    },
                    {
                      "name": "1.4.5",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html"
                    },
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html"
                    },
                    {
                      "name": "1.4.9",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html"
                    }
                  ],
                  "related": [
                    "C12",
                    "C13",
                    "C14"
                  ],
                  "url": {
                    "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12",
                    "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13",
                    "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14"
                  },
                  "passed": 154,
                  "warning": 0,
                  "failed": 22,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "This test target has a font-size css property using an absolute unit value with the important flag."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<body data-rsssl=\"1\" class=\"home page-template-default page page-id-2 et_pb_button_helper_class et_non_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_flip et_header_style_left et_pb_footer_columns2 et_cover_background et_pb_gutter osx et_pb_gutters3 et_pb_pagebuilder_layout et_smooth_scroll et_no_sidebar et_divi_theme et-db chrome\">\n\t\n\n\t\n\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\tAbout\nJoin\nDonate\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tSelect Page\n\t\t\t\t\t\n\t\t\t\tAbout\nJoin\nDonate\n\n\t\t\t\t\t\t\t \n\t\t\t \n\t\t\t\t\t \n\t\t\t\n\t\n\n\n\n\t\t\t\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\n\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\">About</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\">Join</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\">Donate</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#about-phil-ting\">About</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#join\">Join</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">Donate</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"et_pb_module_header\">Join Assemblymember Phil Ting</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "75px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"et_pb_fullwidth_header_subhead\">for a Stronger California</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "54px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"et_pb_header_content_wrapper\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "45px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1>About Phil Ting</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "36px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 style=\"text-align: left;\">Accomplishments:</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "36px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_center et_pb_bg_layout_dark\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tJoin Phil Ting for a Stronger California\n\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "72px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"p1\">Join Phil Ting for a Stronger California</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "70px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tJoin Assemblymember\nPhil Ting by adding your name.\n\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "36px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tEMAIL\n\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tinfo@philting.com\n\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tMAILING ADDRESS\n\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\n\n\n5429 Madison Ave Sacramento, CA 95841\n\n\n\n\n\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_contact_submit et_pb_button\">Submit</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(8) > button:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://www.facebook.com/philtingsf/\" class=\"icon\">\n\t\t\tFacebook\n\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://twitter.com/philting\" class=\"icon\">\n\t\t\tTwitter\n\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  }
                ]
              },
              "QW-WCAG-T29": {
                "name": "Specifying alignment either to the left or right in CSS",
                "code": "QW-WCAG-T29",
                "mapping": "C19",
                "description": "This technique describes how to align blocks of text either left or right by setting the CSS text-align property.",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "text-align"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation"
                    }
                  ],
                  "related": [],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/css/C19",
                  "passed": 34,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "This test target has a text-align css property not equal to justify."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "This test target has a text-align css property not equal to justify.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<style id=\"divi-style-parent-inline-inline-css\" type=\"text/css\">\n/*!\nTheme Name: Divi\nTheme URI: http://www.elegantthemes.com/gallery/divi/\nVersion: 4.18.1\nDescription: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.\nAuthor: Elegant Themes\nAuthor URI: http://www.elegantthemes.com\nLicense: GNU General Public License v2\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n*/\n\na,abbr,acronym,address,applet,b,big,blockquote,body,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:1 …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(20)"
                      }
                    ],
                    "attributes": [
                      "text-align: justify"
                    ]
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 14,
              "warning": 2,
              "failed": 0,
              "inapplicable": 8
            },
            "assertions": {
              "QW-BP1": {
                "name": "Using h1-h6 to identify headings",
                "code": "QW-BP1",
                "mapping": "H42",
                "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html"
                    }
                  ],
                  "related": [
                    "H69",
                    "G141",
                    "F2",
                    "F43"
                  ],
                  "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html",
                  "passed": 0,
                  "warning": 4,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that heading markup is used when content is a heading."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"et_pb_module_header\">Join Assemblymember Phil Ting</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1>About Phil Ting</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 style=\"text-align: left;\">Accomplishments:</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"p1\">Join Phil Ting for a Stronger California</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1: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": 4,
                  "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=\"#about-phil-ting\">About</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tAbout Phil Ting\n&nbsp;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tPhil Ting, the former Assessor-Recorder of the City and County of San Francisco, was elected in November 2012 to represent California’s 19th Assembly District, which includes portions of San Francisco and South San Francisco, as well as Colma, Broadmoor and Daly City.\nAs the Chair of the Assembly Budget Committee, Phil Ting knows that our state budget sets our state’s priorities. He is a leading voice in fighting for education reform and reinvestment …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#join\">Join</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<div id=\"join\" class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_specialty\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tJoin Assemblymember\nPhil Ting by adding your name.\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tEMAIL\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tinfo@philting.com\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tMAILING ADDRESS\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\n\n\n5429 Madison Ave Sacramento, CA 95841\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tFIRST NAME\n …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#about-phil-ting\">About</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tAbout Phil Ting\n&nbsp;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tPhil Ting, the former Assessor-Recorder of the City and County of San Francisco, was elected in November 2012 to represent California’s 19th Assembly District, which includes portions of San Francisco and South San Francisco, as well as Colma, Broadmoor and Daly City.\nAs the Chair of the Assembly Budget Committee, Phil Ting knows that our state budget sets our state’s priorities. He is a leading voice in fighting for education reform and reinvestment …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#join\">Join</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<div id=\"join\" class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_specialty\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tJoin Assemblymember\nPhil Ting by adding your name.\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tEMAIL\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tinfo@philting.com\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tMAILING ADDRESS\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\n\n\n5429 Madison Ave Sacramento, CA 95841\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tFIRST NAME\n …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 28,
                "document": 1,
                "none": 8,
                "img": 2,
                "navigation": 1,
                "list": 5,
                "listitem": 23,
                "article": 1,
                "region": 1,
                "heading": 4,
                "form": 1,
                "textbox": 6,
                "button": 1
              },
              "tags": {
                "html": 1,
                "head": 1,
                "meta": 5,
                "link": 19,
                "script": 23,
                "title": 1,
                "style": 9,
                "body": 1,
                "svg": 8,
                "defs": 8,
                "filter": 8,
                "fecolormatrix": 8,
                "fecomponenttransfer": 8,
                "fefuncr": 8,
                "fefuncg": 8,
                "fefuncb": 8,
                "fefunca": 8,
                "fecomposite": 8,
                "div": 83,
                "header": 1,
                "span": 13,
                "a": 9,
                "img": 2,
                "nav": 1,
                "ul": 5,
                "li": 23,
                "article": 1,
                "section": 1,
                "h1": 4,
                "strong": 7,
                "p": 19,
                "br": 1,
                "blockquote": 1,
                "form": 1,
                "label": 6,
                "input": 9,
                "button": 1,
                "footer": 1
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          21,
          24,
          30,
          40
        ],
        "instances": [
          {
            "ruleID": "QW-ACT-R63",
            "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R64",
            "what": "This rule checks that the non-repeated content contains a heading",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R73",
            "what": "This rule checks that repeated blocks of content are collapsible.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R74",
            "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R14",
            "what": "This rule checks that the meta element retains the user agent ability to zoom.",
            "ordinalSeverity": 3,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > meta:nth-child(35)"
            },
            "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25092",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)"
            },
            "excerpt": "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\">About</li>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25092",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1)"
            },
            "excerpt": "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092 et_first_mobile_item\">About</li>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25093",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)"
            },
            "excerpt": "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\">Join</li>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25093",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2)"
            },
            "excerpt": "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\">Join</li>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25225",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3)"
            },
            "excerpt": "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\">Donate</li>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25225",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3)"
            },
            "excerpt": "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\">Donate</li>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\"> About Phil Ting &nbsp; Phil Ting, the former Assessor-Recorder of the City and County of San F ... d Daly City. As the Chair of the Assembly Budget Committee, Phil Ting knows that our state budget sets our state’s priorities. He is a leading voice in fighting for education reform and reinvestment …"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div id=\"about-phil-ting\" class=\"et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light\"> About Phil Ting &nbsp; </div>"
          },
          {
            "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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a href=\"https://www.philting.com/\"> </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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#about-phil-ting\">About</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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#join\">Join</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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">Donate</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "et_pb_contact_firstname_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"firstname\" placeholder=\"FIRST NAME\">"
          },
          {
            "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": "et_pb_contact_lastname_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(2) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"lastname\" placeholder=\"LAST NAME\">"
          },
          {
            "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": "et_pb_contact_email_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(3) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"EMAIL\">"
          },
          {
            "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": "et_pb_contact_phone_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(4) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"phone\" placeholder=\"PHONE\">"
          },
          {
            "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": "et_pb_contact_city_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(5) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"city\" placeholder=\"CITY\">"
          },
          {
            "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": "et_pb_contact_zipcode_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(6) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"zipcode\" placeholder=\"ZIPCODE\">"
          },
          {
            "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(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(8) > button:nth-child(1)"
            },
            "excerpt": "<button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_contact_submit et_pb_button\">Submit</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(9) > div:nth-child(2) > footer:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://www.facebook.com/philtingsf/\" class=\"icon\"> 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(9) > div:nth-child(2) > footer:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://twitter.com/philting\" class=\"icon\"> Twitter </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": "et_pb_contact_firstname_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"firstname\" placeholder=\"FIRST NAME\">"
          },
          {
            "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": "et_pb_contact_lastname_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(2) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"lastname\" placeholder=\"LAST NAME\">"
          },
          {
            "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": "et_pb_contact_email_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(3) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"EMAIL\">"
          },
          {
            "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": "et_pb_contact_phone_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(4) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"phone\" placeholder=\"PHONE\">"
          },
          {
            "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": "et_pb_contact_city_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(5) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"city\" placeholder=\"CITY\">"
          },
          {
            "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": "et_pb_contact_zipcode_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(6) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"zipcode\" placeholder=\"ZIPCODE\">"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"et_pb_module_header\">Join Assemblymember Phil Ting</h1>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"et_pb_fullwidth_header_subhead\">for a Stronger California</span>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > blockquote:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div dir=\"auto\">5429 Madison Ave Sacramento, CA 95841</div>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"et_pb_module_header\">Join Assemblymember Phil Ting</h1>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"et_pb_fullwidth_header_subhead\">for a Stronger California</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > strong:nth-child(1)"
            },
            "excerpt": "<strong>Phil Ting, the former Assessor-Recorder of the City and County of San Francisco, was elected in November 2012 to represent California’s 19th Assembly District, which includes portions of San Francisco and South San Francisco, as well as Colma, Broadmoor and Daly City.</strong>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(3)"
            },
            "excerpt": "<p style=\"text-align: left;\">As the Chair of the Assembly Budget Committee, Phil Ting knows that our state budget sets our state’s priorities. He is a leading voice in fighting for education reform an ... ce to the state’s ongoing debate on tax reform. Prior to his current chairmanship, he served as Chair of the Assembly Committee on Revenue and Taxation and Chair of the Assembly Democratic Caucus.</p>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > strong:nth-child(1)"
            },
            "excerpt": "<strong>Ting has authored a number of breakthrough measures, including new laws that:</strong>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(1)"
            },
            "excerpt": "<li>Help thousands more students obtain a Cal Grant to help pay for college</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(2)"
            },
            "excerpt": "<li>Strengthen handgun laws to protect kids</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(3)"
            },
            "excerpt": "<li>Expand urban agriculture and community gardens</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(4)"
            },
            "excerpt": "<li>Stop sidewalk tolls for pedestrians and cyclists at the Golden Gate Bridge</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(5)"
            },
            "excerpt": "<li>Free communities to build safer, more modern urban biking infrastructure</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(6)"
            },
            "excerpt": "<li>Help homeowners invest in water and energy efficient technologies</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(7)"
            },
            "excerpt": "<li>Restore San Francisco Bay wetlands</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(8)"
            },
            "excerpt": "<li>Increase healthy food access for food stamp recipients who shop at farmers’ markets</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(9)"
            },
            "excerpt": "<li>Expand online transparency requirements for state boards and commissions</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(10)"
            },
            "excerpt": "<li>Require tax fairness for same sex couples, and</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(11)"
            },
            "excerpt": "<li>Help English language learners to understand prescriptions and engage with state government</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)"
            },
            "excerpt": "<p style=\"text-align: left;\">Ting co-chairs the San Francisco Advisory Board for ChinaSF, a public-private partnership dedicated to creating economic development opportunities by making San Francisco the gateway for Chinese companies looking to establish business operations in the Bay Area.</p>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6)"
            },
            "excerpt": "<p style=\"text-align: left;\">In the past, Phil served as a member of the Governing Board of the San Francisco Bay Restoration Authority; as President of the Bay Area Assessors Association and the Organization of Chinese Americans-SF Bay Chapter; and on the boards of directors for the Equality California Institute and Cal Alumni Association.</p>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1)"
            },
            "excerpt": "<strong>Prior to serving in the Assembly, Ting was the San Francisco Assessor-Recorder,&nbsp;where he helped:</strong>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)"
            },
            "excerpt": "<li>Close a five-year assessment backlog, resulting in $290 million in unpaid property taxes</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)"
            },
            "excerpt": "<li>Create GoSolarSF, a first-of-its-kind program that dramatically increased rooftop solar installations in San Francisco</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3)"
            },
            "excerpt": "<li>Launch Reset San Francisco, an innovative online tool to help San Franciscans use technology to interact with government, and</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4)"
            },
            "excerpt": "<li>Spearhead efforts to help homeowners and tenants facing foreclosure by launching Don’t Borrow Trouble, an education and outreach program convening city officials and housing advocates to find local solutions to the foreclosure crisis</li>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)"
            },
            "excerpt": "<p>Ting is the former Executive Director of the Asian Law Caucus, an organization founded in 1972 to advance and promote the legal and civil rights of the Asian Pacific Islander community, and once served as Community Relations Director at San Francisco State University.</p>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)"
            },
            "excerpt": "<p>He is a graduate of U.C. Berkeley and Harvard University’s John F. Kennedy School of Government and lives in San Francisco’s Sunset District with his wife, Susan, and their two daughters.</p>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > strong:nth-child(1)"
            },
            "excerpt": "<strong>info@philting.com</strong>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > blockquote:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div dir=\"auto\">5429 Madison Ave Sacramento, CA 95841</div>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p style=\"text-align: center;\">Paid for by Phil Ting for Assembly 2022, ID #1437844.</p>"
          },
          {
            "ruleID": "QW-ACT-R75",
            "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\" class=\"js\"><head></head><body>document.documentElement.className = 'js'; Assemblymember Phil Ting | /* Original: https://fonts.googleapis.com/css?family=Open+Sans:300italic,400itali ... Sans';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVc.ttf) f …"
          },
          {
            "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 data-rsssl=\"1\" class=\"home page-template-default page page-id-2 et_pb_button_helper_class et_non_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_ ... oter_columns2 et_cover_background et_pb_gutter osx et_pb_gutters3 et_pb_pagebuilder_layout et_smooth_scroll et_no_sidebar et_divi_theme et-db chrome\"> About Join Donate Select Page About Join Donate …"
          },
          {
            "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": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a href=\"https://www.philting.com/\"> </a>"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(3)"
            },
            "excerpt": "<link rel=\"pingback\" href=\"https://www.philting.com/xmlrpc.php\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(9)"
            },
            "excerpt": "<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "et-dynamic-late-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(21)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"et-dynamic-late-css\" href=\"https://www.philting.com/wp-content/et-cache/1/27/2/et-divi-dynamic-2-late.css\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "divi-dynamic-late-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(23)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"divi-dynamic-late-css\" href=\"https://www.philting.com/wp-content/et-cache/1/27/2/et-divi-dynamic-2-late.css?ver=1686824994\" as=\"style\" media=\"all\" onload=\"this.onload=null;this.rel='stylesheet'\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "divi-dynamic-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(24)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"divi-dynamic-css\" href=\"https://www.philting.com/wp-content/et-cache/1/27/2/et-divi-dynamic-2.css?ver=1686824994\" as=\"style\" media=\"all\" onload=\"this.onload=null;this.rel='stylesheet'\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "divi-style-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(25)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"divi-style-css\" href=\"https://www.philting.com/wp-content/themes/divi-child/style.css?ver=4.18.1\" type=\"text/css\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(26)"
            },
            "excerpt": "<link rel=\"https://api.w.org/\" href=\"https://www.philting.com/wp-json/\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(28)"
            },
            "excerpt": "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://www.philting.com/xmlrpc.php?rsd\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(29)"
            },
            "excerpt": "<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://www.philting.com/wp-includes/wlwmanifest.xml\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(31)"
            },
            "excerpt": "<link rel=\"shortlink\" href=\"https://www.philting.com/\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(36)"
            },
            "excerpt": "<link rel=\"shortcut icon\" href=\"https://www.philting.com/wp-content/uploads/sites/27/2017/02/Ting_ASSEMBLY_LOGO.png\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "ordinalSeverity": 0,
            "tagName": "LINK",
            "id": "wp-block-library-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > link:nth-child(11)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://www.philting.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1.3\" type=\"text/css\" media=\"all\" onload=\"media='all'\">"
          },
          {
            "ruleID": "QW-WCAG-T17",
            "what": "This technique checks the correct position of labels in forms",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "et_pb_contact_firstname_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"firstname\" placeholder=\"FIRST NAME\">"
          },
          {
            "ruleID": "QW-WCAG-T17",
            "what": "This technique checks the correct position of labels in forms",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "et_pb_contact_lastname_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(2) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"lastname\" placeholder=\"LAST NAME\">"
          },
          {
            "ruleID": "QW-WCAG-T17",
            "what": "This technique checks the correct position of labels in forms",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "et_pb_contact_email_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(3) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"EMAIL\">"
          },
          {
            "ruleID": "QW-WCAG-T17",
            "what": "This technique checks the correct position of labels in forms",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "et_pb_contact_phone_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(4) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"phone\" placeholder=\"PHONE\">"
          },
          {
            "ruleID": "QW-WCAG-T17",
            "what": "This technique checks the correct position of labels in forms",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "et_pb_contact_city_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(5) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"city\" placeholder=\"CITY\">"
          },
          {
            "ruleID": "QW-WCAG-T17",
            "what": "This technique checks the correct position of labels in forms",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "et_pb_contact_zipcode_0",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > p:nth-child(6) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"zipcode\" placeholder=\"ZIPCODE\">"
          },
          {
            "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": "top-menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul id=\"top-menu\" class=\"nav\"><li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\"><a href=\"#about-phil-ting\" _cssrules=\"true\" _selector=\"html > bod ...  _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-ch …"
          },
          {
            "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": "mobile_menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3)"
            },
            "excerpt": "<ul id=\"mobile_menu\" class=\"et_mobile_menu\"><li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092 et_first_mobile_item\"><a href=\"#about-phil-ting\" _se ... nu-item-object-custom menu-item-25093\"><a href=\"#join\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth …"
          },
          {
            "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(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4)"
            },
            "excerpt": "<ul style=\"text-align: left;\"> <li>Help thousands more students obtain a Cal Grant to help pay for college</li> <li>Strengthen handgun laws to protect kids</li> <li>Expand urban agriculture and commun ... <li>Increase healthy food access for food stamp recipients who shop at farmers’ markets</li> <li>Expand online transparency requirements for state boards and commissions</li> <li>Require tax fairnes …"
          },
          {
            "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(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)"
            },
            "excerpt": "<ul> <li>Close a five-year assessment backlog, resulting in $290 million in unpaid property taxes</li> <li>Create GoSolarSF, a first-of-its-kind program that dramatically increased rooftop solar insta ... ants facing foreclosure by launching Don’t Borrow Trouble, an education and outreach program convening city officials and housing advocates to find local solutions to the foreclosure crisis</li> </ul>"
          },
          {
            "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(9) > div:nth-child(2) > footer:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul class=\"et-social-icons\"> <li class=\"et-social-icon et-social-facebook\"> <a href=\"https://www.facebook.com/philtingsf/\" class=\"icon\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-c ... h-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)\" _cssrules=\"true\">Facebook</span> </a> </li> <li class=\"et-social-icon et-social-twitter\"> <a href=\"https://twitter.com/philting\" cl …"
          },
          {
            "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": "logo",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"https://www.philting.com/wp-content/uploads/sites/27/2017/02/Ting_ASSEMBLY_LOGO.png\" width=\"1028\" height=\"1027\" alt=\"Assemblymember Phil Ting\" id=\"logo\" data-height-percentage=\"100\" data-actual-width=\"1028\" data-actual-height=\"1027\">"
          },
          {
            "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(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img decoding=\"async\" width=\"800\" height=\"843\" src=\"https://www.philting.com/wp-content/uploads/sites/27/2018/03/Ting-038-crop.jpg\" alt=\"Phil Ting for Assembly\" title=\"Phil Ting \" class=\"wp-image-25209\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body data-rsssl=\"1\" class=\"home page-template-default page page-id-2 et_pb_button_helper_class et_non_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_ ... oter_columns2 et_cover_background et_pb_gutter osx et_pb_gutters3 et_pb_pagebuilder_layout et_smooth_scroll et_no_sidebar et_divi_theme et-db chrome\"> About Join Donate Select Page About Join Donate …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "menu-item-25092",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)"
            },
            "excerpt": "<li id=\"menu-item-25092\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25092\">About</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "menu-item-25093",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)"
            },
            "excerpt": "<li id=\"menu-item-25093\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25093\">Join</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "menu-item-25225",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3)"
            },
            "excerpt": "<li id=\"menu-item-25225\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-25225\">Donate</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#about-phil-ting\">About</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#join\">Join</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/phil-ting-for-treasurer-2026-1\">Donate</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"et_pb_module_header\">Join Assemblymember Phil Ting</h1>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"et_pb_fullwidth_header_subhead\">for a Stronger California</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"et_pb_header_content_wrapper\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1>About Phil Ting</h1>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 style=\"text-align: left;\">Accomplishments:</h1>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"et_pb_module et_pb_text et_pb_text_4 et_pb_text_align_center et_pb_bg_layout_dark\"> Join Phil Ting for a Stronger California </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"p1\">Join Phil Ting for a Stronger California</h1>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"et_pb_module et_pb_text et_pb_text_5 et_pb_text_align_left et_pb_bg_layout_light\"> Join Assemblymember Phil Ting by adding your name. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"et_pb_module et_pb_text et_pb_text_6 et_pb_text_align_left et_pb_bg_layout_light\"> EMAIL </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"et_pb_module et_pb_text et_pb_text_7 et_pb_text_align_left et_pb_bg_layout_light\"> info@philting.com </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"et_pb_module et_pb_text et_pb_text_8 et_pb_text_align_left et_pb_bg_layout_light\"> MAILING ADDRESS </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"et_pb_module et_pb_text et_pb_text_9 et_pb_text_align_left et_pb_bg_layout_light\"> 5429 Madison Ave Sacramento, CA 95841 </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > div:nth-child(8) > button:nth-child(1)"
            },
            "excerpt": "<button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_contact_submit et_pb_button\">Submit</button>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://www.facebook.com/philtingsf/\" class=\"icon\"> Facebook </a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://twitter.com/philting\" class=\"icon\"> Twitter </a>"
          },
          {
            "ruleID": "QW-WCAG-T29",
            "what": "This technique describes how to align blocks of text either left or right by setting the CSS text-align property.",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "divi-style-parent-inline-inline-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(20)"
            },
            "excerpt": "<style id=\"divi-style-parent-inline-inline-css\" type=\"text/css\"> /*! Theme Name: Divi Theme URI: http://www.elegantthemes.com/gallery/divi/ Version: 4.18.1 Description: Smart. Flexible. Beautiful. Div ... fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:1 …"
          },
          {
            "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(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"et_pb_module_header\">Join Assemblymember Phil Ting</h1>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1>About Phil Ting</h1>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 style=\"text-align: left;\">Accomplishments:</h1>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"p1\">Join Phil Ting for a Stronger California</h1>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#about-phil-ting\">About</a>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\"> About Phil Ting &nbsp; Phil Ting, the former Assessor-Recorder of the City and County of San F ... d Daly City. As the Chair of the Assembly Budget Committee, Phil Ting knows that our state budget sets our state’s priorities. He is a leading voice in fighting for education reform and reinvestment …"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#join\">Join</a>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "join",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5)"
            },
            "excerpt": "<div id=\"join\" class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_specialty\"> Join Assemblymember Phil Ting by adding your name. EMAIL info@philting.com MAILING ADDRESS 5429 Madison Ave Sacramento, CA 95841 FIRST NAME …"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#about-phil-ting\">About</a>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "about-phil-ting",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div id=\"about-phil-ting\" class=\"et_pb_section et_pb_section_2 et_pb_with_background et_section_regular\"> About Phil Ting &nbsp; Phil Ting, the former Assessor-Recorder of the City and County of San F ... d Daly City. As the Chair of the Assembly Budget Committee, Phil Ting knows that our state budget sets our state’s priorities. He is a leading voice in fighting for education reform and reinvestment …"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#join\">Join</a>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "join",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5)"
            },
            "excerpt": "<div id=\"join\" class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_specialty\"> Join Assemblymember Phil Ting by adding your name. EMAIL info@philting.com MAILING ADDRESS 5429 Madison Ave Sacramento, CA 95841 FIRST NAME …"
          }
        ]
      },
      "endTime": 1687107993232
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "startTime": 1687107993232,
      "url": "https://www.philting.com/",
      "what": "Tenon",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.085",
        "responseTime": "2023-06-18T17:06:32.771Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1178268,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 178,
              "failing": 2
            },
            "issues": {
              "totalErrors": 3,
              "totalWarnings": 0,
              "totalIssues": 3
            },
            "issuesByLevel": {
              "A": {
                "count": 0,
                "pct": 0
              },
              "AA": {
                "count": 0,
                "pct": 0
              },
              "AAA": {
                "count": 3,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 0,
              "warningDensity": 0,
              "allDensity": 0
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "37ced07e-8922-463a-a553-9bc6f41d0da3",
          "docID": "d526ddc9-e7b6-4efb-ee47-3bfb2aed82f7",
          "sourceHash": "e931f9729e3abfdf1c779465e5bc9486",
          "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=37ced07e-8922-463a-a553-9bc6f41d0da3",
          "resultSet": [
            {
              "tID": 28,
              "bpID": 3,
              "priority": 100,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "The layout or sizing of this page causes horizontal scrolling.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Avoid layouts that result in horizontal scroll",
              "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 4617.05
                },
                "height": 4617.05,
                "width": 1024
              },
              "position": {
                "line": 9720,
                "column": 60
              },
              "errorSnippet": "&lt;body data-rsssl=\"1\" class=\"home page-template-default page page-id-2 et_pb_button_helper_class et_non_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_flip et_header_style_left et_pb_footer_columns2 et_",
              "xpath": "/html/body",
              "issueID": "4216be3742cfe9aaba5910c1c2905569",
              "signature": "9b46425892975db744b4b6a16e0156be",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=4216be3742cfe9aaba5910c1c2905569"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 91.921875,
                  "y": 30
                },
                "bottom-right": {
                  "x": 727.265875,
                  "y": 300
                },
                "height": 270,
                "width": 635.344
              },
              "position": {
                "line": 11738,
                "column": 404
              },
              "errorSnippet": "&lt;h1 class=\"et_pb_module_header\"&gt;Join Assemblymember Phil Ting&lt;/h1&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]",
              "issueID": "e0a7f8d40f982e2b1df1cf4405b735a1",
              "signature": "7bc971dba71367d010a4cff081c1eb82",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=e0a7f8d40f982e2b1df1cf4405b735a1"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 91.921875,
                  "y": 310
                },
                "bottom-right": {
                  "x": 727.265875,
                  "y": 374
                },
                "height": 64,
                "width": 635.344
              },
              "position": {
                "line": 15453,
                "column": 7
              },
              "errorSnippet": "&lt;span class=\"et_pb_fullwidth_header_subhead\"&gt;for a Stronger California&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]",
              "issueID": "d5d54bea0d6d81d3f6cbe9e27b191e13",
              "signature": "f813704010e05c0a0345fe838737fac1",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=d5d54bea0d6d81d3f6cbe9e27b191e13"
            }
          ],
          "log": []
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          3
        ],
        "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 data-rsssl=\"1\" class=\"home page-template-default page page-id-2 et_pb_button_helper_class et_non_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_flip et_header_style_left et_pb_footer_columns2 et_"
          },
          {
            "ruleID": "95",
            "what": "This element has insufficient color contrast (Level AAA).",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]"
            },
            "excerpt": "<h1 class=\"et_pb_module_header\">Join Assemblymember Phil Ting</h1>"
          },
          {
            "ruleID": "95",
            "what": "This element has insufficient color contrast (Level AAA).",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/span[1]"
            },
            "excerpt": "<span class=\"et_pb_fullwidth_header_subhead\">for a Stronger California</span>"
          }
        ]
      },
      "endTime": 1687107993820
    },
    {
      "type": "test",
      "which": "testaro",
      "withItems": true,
      "rules": [
        "n",
        "motion"
      ],
      "startTime": 1687107993820,
      "url": "https://www.philting.com/",
      "what": "Testaro",
      "result": {
        "rules": {
          "allHidden": {
            "what": "page that is entirely or mostly hidden",
            "data": {
              "hidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "reallyHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "display": {
                "document": "block",
                "body": "block",
                "main": null
              },
              "visHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "ariaHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "tagName": {
                "document": "HTML",
                "body": "BODY",
                "main": ""
              },
              "id": {
                "body": "",
                "main": ""
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "autocomplete": {
            "what": "name and email inputs without autocomplete attributes",
            "data": {
              "total": 3,
              "items": [
                [
                  "given-name",
                  "",
                  "FIRST NAME; #et_pb_contact_firstname_0"
                ],
                [
                  "family-name",
                  "",
                  "LAST NAME; #et_pb_contact_lastname_0"
                ],
                [
                  "email",
                  "",
                  "EMAIL; #et_pb_contact_email_0"
                ]
              ]
            },
            "totals": [
              0,
              0,
              3,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "autocomplete",
                "what": "Input is missing the required autocomplete attribute with value given-name",
                "ordinalSeverity": 2,
                "tagName": "INPUT",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "FIRST NAME; #et_pb_contact_firstname_0"
              },
              {
                "ruleID": "autocomplete",
                "what": "Input is missing the required autocomplete attribute with value family-name",
                "ordinalSeverity": 2,
                "tagName": "INPUT",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "LAST NAME; #et_pb_contact_lastname_0"
              },
              {
                "ruleID": "autocomplete",
                "what": "Input is missing the required autocomplete attribute with value email",
                "ordinalSeverity": 2,
                "tagName": "INPUT",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "EMAIL; #et_pb_contact_email_0"
              }
            ]
          },
          "bulk": {
            "what": "large count of visible elements",
            "data": {
              "visibleElements": 162
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "docType": {
            "what": "document without a doctype property",
            "data": {
              "docHasType": true
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "dupAtt": {
            "what": "elements with duplicate attributes",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "embAc": {
            "what": "active elements embedded in links or buttons",
            "data": {
              "totals": {
                "links": 0,
                "buttons": 0,
                "inputs": 0,
                "selects": 0
              },
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "filter": {
            "what": "filter styles on elements",
            "data": {
              "totals": {
                "styledElements": 0,
                "impactedElements": 0
              },
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "focAll": {
            "what": "discrepancies between focusable and Tab-focused elements",
            "data": {
              "tabFocusables": 13,
              "tabFocused": 13,
              "discrepancy": 0
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "focInd": {
            "what": "missing and nonstandard focus indicators",
            "data": {
              "totals": {
                "total": 13,
                "types": {
                  "missing": {
                    "total": 13,
                    "tagNames": {
                      "A": 6,
                      "INPUT": 6,
                      "BUTTON": 1
                    }
                  },
                  "nonoutline": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "outline": {
                    "total": 0,
                    "meanDelay": 0,
                    "tagNames": {}
                  }
                }
              },
              "items": {
                "missing": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://www.philting.com/\"> <img src=\"https://www.philting.com/wp-content/uploads/sites/27/"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Join"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate"
                  },
                  {
                    "tagName": "INPUT",
                    "id": "et_pb_contact_firstname_0",
                    "text": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstna"
                  },
                  {
                    "tagName": "INPUT",
                    "id": "et_pb_contact_lastname_0",
                    "text": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname"
                  },
                  {
                    "tagName": "INPUT",
                    "id": "et_pb_contact_email_0",
                    "text": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" da"
                  },
                  {
                    "tagName": "INPUT",
                    "id": "et_pb_contact_phone_0",
                    "text": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" da"
                  },
                  {
                    "tagName": "INPUT",
                    "id": "et_pb_contact_city_0",
                    "text": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data"
                  },
                  {
                    "tagName": "INPUT",
                    "id": "et_pb_contact_zipcode_0",
                    "text": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0"
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Submit"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Facebook"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Twitter"
                  }
                ],
                "nonoutline": [],
                "outline": []
              }
            },
            "totals": [
              0,
              0,
              0,
              13
            ],
            "standardInstances": [
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"https://www.philting.com/\"> <img src=\"https://www.philting.com/wp-content/uploads/sites/27/"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Join"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Donate"
              },
              {
                "ruleID": "focInd",
                "what": "INPUT element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "INPUT",
                "id": "et_pb_contact_firstname_0",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstna"
              },
              {
                "ruleID": "focInd",
                "what": "INPUT element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "INPUT",
                "id": "et_pb_contact_lastname_0",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname"
              },
              {
                "ruleID": "focInd",
                "what": "INPUT element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "INPUT",
                "id": "et_pb_contact_email_0",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" da"
              },
              {
                "ruleID": "focInd",
                "what": "INPUT element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "INPUT",
                "id": "et_pb_contact_phone_0",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" da"
              },
              {
                "ruleID": "focInd",
                "what": "INPUT element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "INPUT",
                "id": "et_pb_contact_city_0",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data"
              },
              {
                "ruleID": "focInd",
                "what": "INPUT element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "INPUT",
                "id": "et_pb_contact_zipcode_0",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0"
              },
              {
                "ruleID": "focInd",
                "what": "BUTTON element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Submit"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Facebook"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Twitter"
              }
            ]
          },
          "focOp": {
            "what": "discrepancies between focusability and operability",
            "data": {
              "totals": {
                "total": 19,
                "types": {
                  "onlyFocusable": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "onlyOperable": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "focusableAndOperable": {
                    "total": 19,
                    "tagNames": {
                      "A": 9,
                      "INPUT": 9,
                      "BUTTON": 1
                    }
                  }
                }
              },
              "items": {
                "onlyFocusable": [],
                "onlyOperable": [],
                "focusableAndOperable": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://www.philting.com/\" style=\"cursor: default;\"> <img src=\"https://www.philting.com/wp-",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Join",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Join",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "INPUT",
                    "id": "et_pb_contact_firstname_0",
                    "text": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstna",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "et_pb_contact_lastname_0",
                    "text": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "et_pb_contact_email_0",
                    "text": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" da",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "et_pb_contact_phone_0",
                    "text": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" da",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "et_pb_contact_city_0",
                    "text": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "et_pb_contact_zipcode_0",
                    "text": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" value=\"et_contact_proccess\" name=\"et_pb_contactform_submit_0\">",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Submit",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "INPUT",
                    "id": "_wpnonce-et-pb-contact-form-submitted-0",
                    "text": "<input type=\"hidden\" id=\"_wpnonce-et-pb-contact-form-submitted-0\" name=\"_wpnonce-et-pb-contact-form-",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" name=\"_wp_http_referer\" value=\"/\">",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Facebook",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Twitter",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "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": 27,
                "triggerSample": 16,
                "impactTriggers": 4,
                "additions": 0,
                "removals": 0,
                "opacityChanges": 4,
                "opacityImpact": 0,
                "unhoverables": 0,
                "noCursors": 0,
                "badCursors": 8,
                "noIndicators": 8,
                "badIndicators": 0
              },
              "items": {
                "impactTriggers": [
                  {
                    "tagName": "LI",
                    "id": "menu-item-25092",
                    "text": "About",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "LI",
                    "id": "menu-item-25093",
                    "text": "Join",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Join",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "LI",
                    "id": "menu-item-25225",
                    "text": "Donate",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 0
                  }
                ],
                "unhoverables": [],
                "noCursors": [],
                "badCursors": [
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Submit"
                  }
                ],
                "noIndicators": [
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Submit"
                  }
                ],
                "badIndicators": []
              }
            },
            "totals": [
              0,
              4,
              8,
              12
            ],
            "standardInstances": [
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "menu-item-25092",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "menu-item-25093",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Join"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Join"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "menu-item-25225",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Donate"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Donate"
              },
              {
                "ruleID": "hover",
                "what": "Link or button makes the hovering mouse cursor nonstandard",
                "ordinalSeverity": 2,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Submit"
              },
              {
                "ruleID": "hover",
                "what": "Button shows no indication of being hovered over",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Submit"
              }
            ]
          },
          "labClash": {
            "what": "labeling inconsistencies",
            "data": {
              "totals": {
                "mislabeled": 0,
                "unlabeled": 0,
                "wellLabeled": 7
              },
              "items": {
                "mislabeled": [],
                "unlabeled": [],
                "wellLabeled": [
                  {
                    "index": 0,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "FIRST NAME"
                      ]
                    }
                  },
                  {
                    "index": 1,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "LAST NAME"
                      ]
                    }
                  },
                  {
                    "index": 2,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "EMAIL"
                      ]
                    }
                  },
                  {
                    "index": 3,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "PHONE"
                      ]
                    }
                  },
                  {
                    "index": 4,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "CITY"
                      ]
                    }
                  },
                  {
                    "index": 5,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "ZIPCODE"
                      ]
                    }
                  },
                  {
                    "index": 6,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "texts": {
                      "content": "Submit"
                    }
                  }
                ]
              }
            },
            "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": 9,
                "adjacent": {
                  "total": 1,
                  "underlined": 0,
                  "underlinedPercent": 0
                }
              },
              "items": {
                "underlined": [],
                "notUnderlined": [
                  {
                    "id": "",
                    "text": "<a href=\"https://www.philting.com/\"> <img src=\"https://www.philting.com/wp-content/uploads/sites/27/"
                  }
                ]
              }
            },
            "totals": [
              0,
              1,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"https://www.philting.com/\"> <img src=\"https://www.philting.com/wp-content/uploads/sites/27/"
              }
            ]
          },
          "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": 8,
              "badRoleElements": 0,
              "redundantRoleElements": 0,
              "tagNames": {}
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "styleDiff": {
            "what": "style inconsistencies",
            "data": {
              "mainStyles": [
                "fontStyle",
                "fontWeight",
                "opacity",
                "textDecorationLine",
                "textDecorationStyle",
                "textDecorationThickness"
              ],
              "buttonStyles": [
                "borderStyle",
                "borderWidth",
                "height",
                "lineHeight",
                "maxHeight",
                "maxWidth",
                "minHeight",
                "minWidth",
                "outlineOffset",
                "outlineStyle",
                "outlineWidth"
              ],
              "headingStyles": [
                "color",
                "fontSize"
              ],
              "listLinkStyles": [
                "color",
                "fontSize",
                "lineHeight"
              ],
              "totals": {
                "button": {
                  "total": 1
                },
                "adjacentLink": {
                  "total": 1
                },
                "listLink": {
                  "total": 8,
                  "subtotals": [
                    3,
                    3,
                    2
                  ]
                },
                "h1": {
                  "total": 4,
                  "subtotals": [
                    1,
                    1,
                    1,
                    1
                  ]
                }
              },
              "items": {
                "listLink": {
                  "fontWeight": {
                    "400": [
                      "About",
                      "Join",
                      "Donate"
                    ],
                    "500": [
                      "Facebook",
                      "Twitter"
                    ],
                    "600": [
                      "About",
                      "Join",
                      "Donate"
                    ]
                  },
                  "color": {
                    "rgb(45, 45, 45)": [
                      "About",
                      "Join",
                      "Donate",
                      "About",
                      "Join",
                      "Donate"
                    ],
                    "rgb(102, 102, 102)": [
                      "Facebook",
                      "Twitter"
                    ]
                  },
                  "fontSize": {
                    "14px": [
                      "About",
                      "Join",
                      "Donate",
                      "About",
                      "Join",
                      "Donate"
                    ],
                    "24px": [
                      "Facebook",
                      "Twitter"
                    ]
                  },
                  "lineHeight": {
                    "14px": [
                      "About",
                      "Join",
                      "Donate"
                    ],
                    "23px": [
                      "About",
                      "Join",
                      "Donate"
                    ],
                    "25.6px": [
                      "Facebook",
                      "Twitter"
                    ]
                  }
                },
                "h1": {
                  "fontStyle": {
                    "normal": [
                      "Join Assemblymember Phil Ting",
                      "About Phil Ting",
                      "Accomplishments:"
                    ],
                    "italic": [
                      "Join Phil Ting for a Stronger California"
                    ]
                  },
                  "fontWeight": {
                    "500": [
                      "Accomplishments:",
                      "Join Phil Ting for a Stronger California"
                    ],
                    "700": [
                      "Join Assemblymember Phil Ting",
                      "About Phil Ting"
                    ]
                  },
                  "color": {
                    "rgb(255, 255, 255)": [
                      "Join Assemblymember Phil Ting",
                      "Join Phil Ting for a Stronger California"
                    ],
                    "rgb(51, 51, 51)": [
                      "About Phil Ting",
                      "Accomplishments:"
                    ]
                  },
                  "fontSize": {
                    "75px": [
                      "Join Assemblymember Phil Ting"
                    ],
                    "36px": [
                      "About Phil Ting",
                      "Accomplishments:"
                    ],
                    "70px": [
                      "Join Phil Ting for a Stronger California"
                    ]
                  }
                }
              }
            },
            "totals": [
              0,
              2,
              0,
              3
            ],
            "standardInstances": [
              {
                "ruleID": "styleDiff",
                "what": "Links in columns have 3 different styles",
                "count": 2,
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Level-1 headings have 4 different styles",
                "count": 3,
                "ordinalSeverity": 3,
                "tagName": "H1",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "tabNav": {
            "what": "nonstandard keyboard navigation between elements with the tab role",
            "data": {
              "totals": {
                "navigations": {
                  "all": {
                    "total": 0,
                    "correct": 0,
                    "incorrect": 0
                  },
                  "specific": {
                    "tab": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "left": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "right": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "up": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "down": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "home": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "end": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    }
                  }
                },
                "tabElements": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                },
                "tabLists": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                }
              },
              "tabElements": {
                "incorrect": [],
                "correct": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "titledEl": {
            "what": "title attributes on inappropriate elements",
            "data": {
              "total": 1,
              "items": [
                {
                  "tagName": "IMG",
                  "id": "",
                  "text": "",
                  "title": "Phil Ting"
                }
              ]
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "titledEl",
                "what": "IMG element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "IMG",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "IMG (): Phil Ting"
              }
            ]
          },
          "zIndex": {
            "what": "non-default Z indexes",
            "data": {
              "totals": {
                "total": 21,
                "tagNames": {
                  "HEADER": 1,
                  "DIV": 19,
                  "UL": 1
                }
              },
              "items": [
                {
                  "tagName": "HEADER",
                  "id": "main-header",
                  "text": "About Join Donate Select Page About Join Donate"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "About Join Donate Select Page About Join Donate"
                },
                {
                  "tagName": "UL",
                  "id": "mobile_menu",
                  "text": "About Join Donate"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Join Assemblymember Phil Ting for a Stronger California About Phil Ting Phil Ting, the former Assess"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Join Assemblymember Phil Ting for a Stronger California"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"et_pb_fullwidth_header_overlay\"></div>"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"et_pb_fullwidth_header_scroll\"></div>"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-las"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "About Phil Ting Phil Ting, the former Assessor-Recorder of the City and County of San Francisco, was"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et_pb_"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough\"> <div"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough et-las"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Accomplishments: Ting has authored a number of breakthrough measures, including new laws that: Help "
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Prior to serving in the Assembly, Ting was the San Francisco Assessor-Recorder, where he helped: Clo"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Join Phil Ting for a Stronger California"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Join Assemblymember Phil Ting by adding your name. EMAIL info@philting.com MAILING ADDRESS 5429 Madi"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Join Assemblymember Phil Ting by adding your name."
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "EMAIL info@philting.com"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "MAILING ADDRESS 5429 Madison Ave Sacramento, CA 95841"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "FIRST NAME LAST NAME EMAIL PHONE CITY ZIPCODE Submit"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Paid for by Phil Ting for Assembly 2022, ID #1437844."
                }
              ]
            },
            "totals": [
              21,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "zIndex",
                "what": "HEADER element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "HEADER",
                "id": "main-header",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Join Donate Select Page About Join Donate"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Join Donate Select Page About Join Donate"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "mobile_menu",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Join Donate"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Join Assemblymember Phil Ting for a Stronger California About Phil Ting Phil Ting, the former Assess"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Join Assemblymember Phil Ting for a Stronger California"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"et_pb_fullwidth_header_overlay\"></div>"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"et_pb_fullwidth_header_scroll\"></div>"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-las"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Phil Ting Phil Ting, the former Assessor-Recorder of the City and County of San Francisco, was"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et_pb_"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough\"> <div"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough et-las"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Accomplishments: Ting has authored a number of breakthrough measures, including new laws that: Help "
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Prior to serving in the Assembly, Ting was the San Francisco Assessor-Recorder, where he helped: Clo"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Join Phil Ting for a Stronger California"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Join Assemblymember Phil Ting by adding your name. EMAIL info@philting.com MAILING ADDRESS 5429 Madi"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Join Assemblymember Phil Ting by adding your name."
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "EMAIL info@philting.com"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "MAILING ADDRESS 5429 Madison Ave Sacramento, CA 95841"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "FIRST NAME LAST NAME EMAIL PHONE CITY ZIPCODE Submit"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Paid for by Phil Ting for Assembly 2022, ID #1437844."
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          21,
          7,
          12,
          28
        ],
        "instances": [
          {
            "ruleID": "autocomplete",
            "what": "Input is missing the required autocomplete attribute with value given-name",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "FIRST NAME; #et_pb_contact_firstname_0"
          },
          {
            "ruleID": "autocomplete",
            "what": "Input is missing the required autocomplete attribute with value family-name",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "LAST NAME; #et_pb_contact_lastname_0"
          },
          {
            "ruleID": "autocomplete",
            "what": "Input is missing the required autocomplete attribute with value email",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "EMAIL; #et_pb_contact_email_0"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://www.philting.com/\"> <img src=\"https://www.philting.com/wp-content/uploads/sites/27/"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Join"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "focInd",
            "what": "INPUT element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_firstname_0",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_firstname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_firstna"
          },
          {
            "ruleID": "focInd",
            "what": "INPUT element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_lastname_0",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_lastname_0\" class=\"input\" value=\"\" name=\"et_pb_contact_lastname"
          },
          {
            "ruleID": "focInd",
            "what": "INPUT element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_email_0",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" da"
          },
          {
            "ruleID": "focInd",
            "what": "INPUT element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_phone_0",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_phone_0\" class=\"input\" value=\"\" name=\"et_pb_contact_phone_0\" da"
          },
          {
            "ruleID": "focInd",
            "what": "INPUT element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_city_0",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_city_0\" class=\"input\" value=\"\" name=\"et_pb_contact_city_0\" data"
          },
          {
            "ruleID": "focInd",
            "what": "INPUT element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "et_pb_contact_zipcode_0",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input type=\"text\" id=\"et_pb_contact_zipcode_0\" class=\"input\" value=\"\" name=\"et_pb_contact_zipcode_0"
          },
          {
            "ruleID": "focInd",
            "what": "BUTTON element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Submit"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Facebook"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Twitter"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25092",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25093",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Join"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Join"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "menu-item-25225",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "hover",
            "what": "Link or button makes the hovering mouse cursor nonstandard",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Submit"
          },
          {
            "ruleID": "hover",
            "what": "Button shows no indication of being hovered over",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Submit"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://www.philting.com/\"> <img src=\"https://www.philting.com/wp-content/uploads/sites/27/"
          },
          {
            "ruleID": "styleDiff",
            "what": "Links in columns have 3 different styles",
            "count": 2,
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Level-1 headings have 4 different styles",
            "count": 3,
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "titledEl",
            "what": "IMG element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "IMG (): Phil Ting"
          },
          {
            "ruleID": "zIndex",
            "what": "HEADER element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "HEADER",
            "id": "main-header",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Join Donate Select Page About Join Donate"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Join Donate Select Page About Join Donate"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "mobile_menu",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Join Donate"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Join Assemblymember Phil Ting for a Stronger California About Phil Ting Phil Ting, the former Assess"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Join Assemblymember Phil Ting for a Stronger California"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"et_pb_fullwidth_header_overlay\"></div>"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"et_pb_fullwidth_header_scroll\"></div>"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-las"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Phil Ting Phil Ting, the former Assessor-Recorder of the City and County of San Francisco, was"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et_pb_"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough\"> <div"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough et-las"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Accomplishments: Ting has authored a number of breakthrough measures, including new laws that: Help "
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Prior to serving in the Assembly, Ting was the San Francisco Assessor-Recorder, where he helped: Clo"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Join Phil Ting for a Stronger California"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Join Assemblymember Phil Ting by adding your name. EMAIL info@philting.com MAILING ADDRESS 5429 Madi"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Join Assemblymember Phil Ting by adding your name."
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "EMAIL info@philting.com"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "MAILING ADDRESS 5429 Madison Ave Sacramento, CA 95841"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "FIRST NAME LAST NAME EMAIL PHONE CITY ZIPCODE Submit"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Paid for by Phil Ting for Assembly 2022, ID #1437844."
          }
        ]
      },
      "endTime": 1687108017236
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "startTime": 1687108017236,
      "url": "https://www.philting.com/",
      "what": "WAVE",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Assemblymember Phil Ting |",
          "pageurl": "https://www.philting.com/",
          "time": 2.81,
          "creditsremaining": 969,
          "allitemcount": 35,
          "totalelements": 323,
          "waveurl": "http://wave.webaim.org/report?url=https://www.philting.com/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 0,
            "items": []
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 4,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 4,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-2 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SPAN:first-child + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > H1:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-2 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SPAN:first-child + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > H1:first-child + SPAN",
                  "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-2 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > SPAN:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > H1:first-child > STRONG:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-2 > DIV:first-child > DIV:first-child > DIV:first-child > DIV#join > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > BLOCKQUOTE:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child"
                ],
                "contrastdata": [
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    3.9,
                    "#7a7a7a",
                    "#f4f4f4",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 2,
            "items": {
              "heading_possible": {
                "id": "heading_possible",
                "description": "Possible heading",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-2 > DIV:first-child > DIV:first-child > DIV:first-child > DIV#join > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > P:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page-container > HEADER#main-header > DIV:first-child > DIV#et-top-navigation > DIV#et_mobile_nav_menu > DIV:first-child > UL#mobile_menu > LI#menu-item-25225 > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          2,
          0,
          0,
          4
        ],
        "instances": [
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-2 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SPAN:first-child + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > H1:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-2 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SPAN:first-child + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > H1:first-child + SPAN"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-2 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > SPAN:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > H1:first-child > STRONG:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-2 > DIV:first-child > DIV:first-child > DIV:first-child > DIV#join > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > BLOCKQUOTE:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_possible",
            "what": "Possible heading",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-2 > DIV:first-child > DIV:first-child > DIV:first-child > DIV#join > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > P:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > HEADER#main-header > DIV:first-child > DIV#et-top-navigation > DIV#et_mobile_nav_menu > DIV:first-child > UL#mobile_menu > LI#menu-item-25225 > A:first-child"
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687108020313
    }
  ],
  "sources": {
    "script": "ts27",
    "batch": "caassy",
    "target": {
      "id": "caAD19-c",
      "which": "https://www.philting.com/",
      "what": "Candidate Philip Ting (D)"
    },
    "requester": "pool@jpdev.pro"
  },
  "creationTime": "2023-06-18T02:07:06",
  "timeStamp": "18ixx",
  "jobData": {
    "startTime": "2023-06-18T17:05:49",
    "endTime": "2023-06-18T17:07:00",
    "elapsedSeconds": 70,
    "visitLatency": 10,
    "logCount": 14,
    "logSize": 676,
    "errorLogCount": 1,
    "errorLogSize": 69,
    "prohibitedCount": 0,
    "visitRejectionCount": 0,
    "aborted": false,
    "abortedAct": null,
    "presses": 0,
    "amountRead": 0,
    "testTimes": [
      [
        "testaro",
        23
      ],
      [
        "testaro",
        14
      ],
      [
        "alfa",
        4
      ],
      [
        "ibm",
        4
      ],
      [
        "wave",
        3
      ],
      [
        "axe",
        2
      ],
      [
        "nuVal",
        2
      ],
      [
        "qualWeb",
        2
      ],
      [
        "tenon",
        1
      ],
      [
        "continuum",
        0
      ],
      [
        "htmlcs",
        0
      ]
    ]
  },
  "score": {
    "scoreProcID": "tsp27",
    "summary": {
      "total": 748,
      "issue": 608,
      "tool": 137,
      "prevention": 0,
      "log": 3,
      "latency": 0
    },
    "details": {
      "severity": {
        "total": [
          120,
          37,
          75,
          238
        ],
        "byTool": {
          "testaro": [
            21,
            7,
            12,
            28
          ],
          "alfa": [
            18,
            0,
            0,
            82
          ],
          "axe": [
            11,
            4,
            16,
            39
          ],
          "continuum": [
            0,
            0,
            0,
            15
          ],
          "htmlcs": [
            3,
            0,
            0,
            17
          ],
          "ibm": [
            0,
            2,
            0,
            10
          ],
          "nuVal": [
            44,
            0,
            17,
            0
          ],
          "qualWeb": [
            21,
            24,
            30,
            40
          ],
          "tenon": [
            0,
            0,
            0,
            3
          ],
          "wave": [
            2,
            0,
            0,
            4
          ]
        }
      },
      "prevention": {},
      "issue": {
        "linkNoText": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "alfa": {
              "r11": {
                "quality": 1,
                "what": "Link has no accessible name",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Links have an accessible name"
                  ]
                }
              }
            },
            "axe": {
              "link-name": {
                "quality": 1,
                "what": "Link has no discernible text",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Links must have discernible text; 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"
                  ]
                }
              }
            }
          }
        },
        "duplicateID": {
          "score": 40,
          "maxCount": 10,
          "weight": 4,
          "tools": {
            "alfa": {
              "r3": {
                "quality": 1,
                "what": "Element id attribute value is not unique",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "id attributes have a unique value"
                  ]
                }
              }
            },
            "axe": {
              "duplicate-id": {
                "quality": 1,
                "what": "id attribute value is not unique",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-25092",
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-25093",
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-25225",
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: about-phil-ting"
                  ]
                }
              }
            },
            "continuum": {
              "94": {
                "quality": 1,
                "what": "Element contains an id attribute set to a value that is not unique in the DOM",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "This LI has an id attribute of 'menu-item-25092', which is not unique in the same DOM",
                    "This LI has an id attribute of 'menu-item-25093', which is not unique in the same DOM",
                    "This LI has an id attribute of 'menu-item-25225', which is not unique in the same DOM",
                    "This DIV has an id attribute of 'about-phil-ting', which is not unique in the same DOM"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.4_1_1.F77": {
                "quality": 1,
                "what": "Duplicate id attribute value",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Duplicate id attribute value \"about-phil-ting\" found on the web page.",
                    "Duplicate id attribute value \"menu-item-25092\" found on the web page.",
                    "Duplicate id attribute value \"menu-item-25093\" found on the web page.",
                    "Duplicate id attribute value \"menu-item-25225\" 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": 1,
                  "texts": [
                    "The <div> element has the id \"about-phil-ting\" that is already in use"
                  ]
                }
              }
            },
            "nuVal": {
              "^Duplicate ID .+$|^The first occurrence of ID .* was here.*$": {
                "quality": 1,
                "what": "Duplicate id",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "Duplicate ID menu-item-25092.",
                    "The first occurrence of ID menu-item-25092 was here.",
                    "Duplicate ID menu-item-25093.",
                    "The first occurrence of ID menu-item-25093 was here.",
                    "Duplicate ID menu-item-25225.",
                    "The first occurrence of ID menu-item-25225 was here.",
                    "Duplicate ID about-phil-ting.",
                    "The first occurrence of ID about-phil-ting was here."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R18": {
                "quality": 1,
                "what": "id attribute value is not unique",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "This rule checks that all id attribute values on a single page are unique."
                  ]
                }
              }
            }
          }
        },
        "metaBansZoom": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "alfa": {
              "r47": {
                "quality": 1,
                "what": "meta element restricts zooming",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "<meta name='viewport'> elements do not prevent zoom"
                  ]
                }
              }
            },
            "axe": {
              "meta-viewport": {
                "quality": 1,
                "what": "Zooming and scaling are disabled",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Zooming and scaling must not be disabled; user-scalable on <meta> tag disables zooming on mobile devices"
                  ]
                }
              }
            },
            "continuum": {
              "59": {
                "quality": 1,
                "what": "meta element in the head sets the viewport maximum-scale to less than 2",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This META has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2"
                  ]
                }
              }
            },
            "nuVal": {
              "Consider avoiding viewport values that prevent users from resizing documents.": {
                "quality": 1,
                "what": "viewport value prevents users from resizing the document",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Consider avoiding viewport values that prevent users from resizing documents."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R14": {
                "quality": 1,
                "what": "meta viewport prevents zoom",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that the meta element retains the user agent ability to zoom."
                  ]
                }
              }
            }
          }
        },
        "contentBeyondLandmarks": {
          "score": 76,
          "maxCount": 38,
          "weight": 2,
          "tools": {
            "alfa": {
              "r57": {
                "quality": 1,
                "what": "Perceivable text content is not included in any landmark",
                "complaints": {
                  "countTotal": 38,
                  "texts": [
                    "Perceivable text content is included in a landmark"
                  ]
                }
              }
            },
            "axe": {
              "region": {
                "quality": 1,
                "what": "Some page content is not contained by landmarks",
                "complaints": {
                  "countTotal": 11,
                  "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": 8,
                  "texts": [
                    "Content is not within a landmark element"
                  ]
                }
              }
            }
          }
        },
        "focusIndication": {
          "score": 52,
          "maxCount": 13,
          "weight": 4,
          "tools": {
            "alfa": {
              "r65": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 7,
                  "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": 13,
                  "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": 13,
                  "texts": [
                    "A element has no focus indicator",
                    "INPUT element has no focus indicator",
                    "BUTTON element has no focus indicator"
                  ]
                }
              }
            }
          }
        },
        "contrastAAA": {
          "score": 35,
          "maxCount": 35,
          "weight": 1,
          "tools": {
            "alfa": {
              "r66": {
                "quality": 1,
                "what": "Text contrast less than AAA requires",
                "complaints": {
                  "countTotal": 35,
                  "texts": [
                    "Text outside widget has enhanced contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast-enhanced": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 27,
                  "texts": [
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #666666, background color: #ffffff, 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 3.9 (foreground color: #7a7a7a, background color: #f4f4f4, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 4.5:1",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.16 (foreground color: #ffffff, background color: #d22631, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.22 (foreground color: #666666, background color: #f4f4f4, 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": 8,
                  "texts": [
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.17:1. Recommendation:  change background to #262626.",
                    "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 3.9:1. Recommendation:  change text colour to #525252.",
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.74:1. Recommendation:  change text colour to #595959.",
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.22:1. Recommendation:  change text colour to #525252."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R76": {
                "quality": 1,
                "what": "Text has less than the enhanced minimum contrast",
                "complaints": {
                  "countTotal": 28,
                  "texts": [
                    "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement."
                  ]
                }
              }
            },
            "tenon": {
              "95": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This element has insufficient color contrast (Level AAA)."
                  ]
                }
              }
            }
          }
        },
        "textContrastAA": {
          "score": 52,
          "maxCount": 13,
          "weight": 4,
          "tools": {
            "alfa": {
              "r69": {
                "quality": 1,
                "what": "Text outside widget has subminimum contrast",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "Text outside widget has minimum contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast": {
                "quality": 1,
                "what": "Element has insufficient color contrast",
                "complaints": {
                  "countTotal": 13,
                  "texts": [
                    "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
                    "Elements must meet minimum color contrast ratio thresholds; Element has a 1:1 contrast ratio with the background",
                    "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.33 between the foreground and shadow color (foreground color: #ffffff, text-shadow color: #dedede, font size: 56.3pt (75px), font weight: bold). Expected contrast ratio of 3:1",
                    "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.71 between the foreground and shadow color (foreground color: #ffffff, text-shadow color: #c5c5c5, font size: 40.5pt (54px), font weight: bold). Expected contrast ratio of 3:1",
                    "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 3.9 (foreground color: #7a7a7a, background color: #f4f4f4, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
                    "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.32 (foreground color: #aaaaaa, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.1_4_6.G18.Fail": {
                "quality": 1,
                "what": "Contrast between the text and its background is less than 4.5:1",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676.",
                    "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 3.9:1. Recommendation:  change text colour to #707070."
                  ]
                }
              }
            },
            "ibm": {
              "text_contrast_sufficient": {
                "quality": 1,
                "what": "Text has a contrast with its background less than the WCAG AA minimum for its size and weight",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 500"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R37": {
                "quality": 1,
                "what": "Text has less than the minimum contrast",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement."
                  ]
                }
              }
            },
            "wave": {
              "contrast": {
                "quality": 1,
                "what": "Very low contrast",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Very low contrast"
                  ]
                }
              }
            }
          }
        },
        "leadingInsufficient": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "alfa": {
              "r73": {
                "quality": 1,
                "what": "Paragraph of text has insufficient line height",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Paragraphs of text have sufficient line height"
                  ]
                }
              }
            }
          }
        },
        "repeatedContentRisk": {
          "score": 11,
          "maxCount": 11,
          "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": 8,
                  "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."
                  ]
                }
              }
            }
          }
        },
        "hiddenContentRisk": {
          "score": 11,
          "maxCount": 11,
          "weight": 1,
          "tools": {
            "axe": {
              "hidden-content": {
                "quality": 1,
                "what": "Some content is hidden and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 11,
                  "texts": [
                    "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                  ]
                }
              }
            }
          }
        },
        "mainNone": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "axe": {
              "landmark-one-main": {
                "quality": 1,
                "what": "page has no main landmark",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Document should have one main landmark; Document does not have a main landmark"
                  ]
                }
              }
            },
            "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"
                  ]
                }
              }
            }
          }
        },
        "inputOnlyPlaceholder": {
          "score": 18,
          "maxCount": 6,
          "weight": 3,
          "tools": {
            "continuum": {
              "863": {
                "quality": 1,
                "what": "input has an accessible name that depends on a placeholder",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This input should not rely on text in the placeholder attribute for an accessible name"
                  ]
                }
              }
            }
          }
        },
        "pseudoHeadingRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1.H42": {
                "quality": 1,
                "what": "Heading coding is not used but the element may be intended as a heading",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Heading markup should be used if this content is intended as a heading."
                  ]
                }
              }
            },
            "wave": {
              "heading_possible": {
                "quality": 1,
                "what": "Possible heading",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Possible heading"
                  ]
                }
              }
            }
          }
        },
        "scrollRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
                "quality": 1,
                "what": "Fixed-position element may force bidirectional scrolling",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion."
                  ]
                }
              }
            }
          }
        },
        "linkElementBad": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "htmlcs": {
              "AAA.2_4_8.H59.1": {
                "quality": 1,
                "what": "link element is not in the document head",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Link elements can only be located in the head section of the document."
                  ]
                }
              }
            },
            "nuVal": {
              "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.": {
                "quality": 1,
                "what": "link element with an as attribute has no rel attribute with preload or modulepreload as its value",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload."
                  ]
                }
              }
            }
          }
        },
        "obsolete": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "ibm": {
              "element_attribute_deprecated": {
                "quality": 1,
                "what": "Element or attribute is obsolete",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5"
                  ]
                }
              }
            }
          }
        },
        "roleBad": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_contentinfo_misuse": {
                "quality": 1,
                "what": "Element with a contentinfo role is present without an element with a main role",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The element with \"contentinfo\" role is present without an element with \"main\" role"
                  ]
                }
              }
            }
          }
        },
        "typeRedundant": {
          "score": 35,
          "maxCount": 35,
          "weight": 1,
          "tools": {
            "nuVal": {
              "The type attribute is unnecessary for JavaScript resources.": {
                "quality": 1,
                "what": "type attribute is unnecessary for a JavaScript resource",
                "complaints": {
                  "countTotal": 27,
                  "texts": [
                    "The type attribute is unnecessary for JavaScript resources."
                  ]
                }
              },
              "The type attribute for the style element is not needed and should be omitted.": {
                "quality": 1,
                "what": "type attribute is unnecessary for a style element",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "The type attribute for the style element is not needed and should be omitted."
                  ]
                }
              }
            }
          }
        },
        "cssInvalid": {
          "score": 12,
          "maxCount": 4,
          "weight": 3,
          "tools": {
            "nuVal": {
              "^CSS: .+: .+ is not a .+ value.*$": {
                "quality": 1,
                "what": "Invalid value in CSS",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "CSS: margin: \"0 0 1em 0\" is not a margin value."
                  ]
                }
              },
              "^CSS: .+: Property .+ doesn't exist.*$": {
                "quality": 1,
                "what": "Invalid property in CSS",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "CSS: background-repeat-y: Property background-repeat-y doesn't exist."
                  ]
                }
              }
            }
          }
        },
        "h1Multiple": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "nuVal": {
              "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).": {
                "quality": 1,
                "what": "Page contains more than 1 h1 element",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools)."
                  ]
                }
              }
            }
          }
        },
        "attributeBad": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Attribute .+ not allowed on element .+ at this point.*$": {
                "quality": 1,
                "what": "Attribute not allowed on this element",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Attribute type not allowed on element blockquote at this point."
                  ]
                }
              },
              "^Bad value .* for attribute .+ on element .+$": {
                "quality": 1,
                "what": "Attribute on this element has an invalid value",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Bad value none for attribute media on element link: unrecognized media none."
                  ]
                }
              }
            }
          }
        },
        "parentBad": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Element .+ not allowed as child of element .+ in this context.*$": {
                "quality": 1,
                "what": "Element has an invalid parent",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)"
                  ]
                }
              }
            }
          }
        },
        "slashParseRisk": {
          "score": 28,
          "maxCount": 28,
          "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": 28,
                  "texts": [
                    "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values."
                  ]
                }
              }
            }
          }
        },
        "elementClosure": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "nuVal": {
              "^No .+ element in scope but a .+ end tag seen.*$": {
                "quality": 1,
                "what": "End tag for an element that is not in scope",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "No p element in scope but a p end tag seen."
                  ]
                }
              }
            }
          }
        },
        "skipRepeatedContent": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-ACT-R64": {
                "quality": 1,
                "what": "Document has no heading for non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that the non-repeated content contains a heading"
                  ]
                }
              },
              "QW-ACT-R75": {
                "quality": 1,
                "what": "Blocks of repeated content cannot be bypassed",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that each page has a mechanism to bypass repeated blocks of content."
                  ]
                }
              }
            }
          }
        },
        "errorReferenceBad": {
          "score": 24,
          "maxCount": 6,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R41": {
                "quality": 1,
                "what": "Error message describes no invalid form field value",
                "complaints": {
                  "countTotal": 6,
                  "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": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T9": {
                "quality": 1,
                "what": "Page is not organized using headings",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order"
                  ]
                }
              }
            }
          }
        },
        "siteNavigation": {
          "score": 12,
          "maxCount": 12,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T15": {
                "quality": 1,
                "what": "link element and navigation tools not used",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages."
                  ]
                }
              }
            }
          }
        },
        "labelConfusionRisk": {
          "score": 6,
          "maxCount": 6,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T17": {
                "quality": 1,
                "what": "label not positioned to maximize the predictability of the relationship",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This technique checks the correct position of labels in forms"
                  ]
                }
              }
            }
          }
        },
        "pseudoNavList": {
          "score": 10,
          "maxCount": 5,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T32": {
                "quality": 1,
                "what": "ol, ul or dl is not used for a list or group of links",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "The objective of this technique is to create lists of related items using list elements appropriate for their purposes."
                  ]
                }
              }
            }
          }
        },
        "textAlternativeRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T8": {
                "quality": 1,
                "what": "Text alternative is not an alternative",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content"
                  ]
                }
              }
            }
          }
        },
        "fontSizeAbsolute": {
          "score": 44,
          "maxCount": 22,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T28": {
                "quality": 1,
                "what": "Percent, em, or name is used for a font size",
                "complaints": {
                  "countTotal": 22,
                  "texts": [
                    "This technique checks that all font-size attribute uses percent, em or names."
                  ]
                }
              }
            }
          }
        },
        "justificationRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T29": {
                "quality": 1,
                "what": "Alignment either to the left or right is not specified in CSS",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This technique describes how to align blocks of text either left or right by setting the CSS text-align property."
                  ]
                }
              }
            }
          }
        },
        "noHeading": {
          "score": 12,
          "maxCount": 4,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP1": {
                "quality": 1,
                "what": "h1-h6 not used to identify headings",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content"
                  ]
                }
              }
            }
          }
        },
        "horizontalScrolling": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "tenon": {
              "28": {
                "quality": 1,
                "what": "Layout or sizing of the page causes horizontal scrolling",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The layout or sizing of this page causes horizontal scrolling."
                  ]
                }
              }
            }
          }
        },
        "autocompleteNone": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "testaro": {
              "autocomplete": {
                "quality": 1,
                "what": "Name or email input is missing its required autocomplete attribute",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Input is missing the required autocomplete attribute with value given-name",
                    "Input is missing the required autocomplete attribute with value family-name",
                    "Input is missing the required autocomplete attribute with value email"
                  ]
                }
              }
            }
          }
        },
        "hoverSurprise": {
          "score": 16,
          "maxCount": 8,
          "weight": 2,
          "tools": {
            "testaro": {
              "hover": {
                "quality": 1,
                "what": "Hovering is impossible or mis-indicated or changes content",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "Hovering over element has unexpected effects",
                    "Link or button makes the hovering mouse cursor nonstandard",
                    "Button shows no indication of being hovered over"
                  ]
                }
              }
            }
          }
        },
        "linkIndication": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "testaro": {
              "linkUl": {
                "quality": 1,
                "what": "Non-underlined adjacent links",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Link is inline but has no underline"
                  ]
                }
              }
            }
          }
        },
        "inconsistentStyles": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "testaro": {
              "styleDiff": {
                "quality": 1,
                "what": "Heading, link, and button style inconsistencies",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Links in columns have 3 different styles",
                    "Level-1 headings have 4 different styles"
                  ]
                }
              }
            }
          }
        },
        "titleBad": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "testaro": {
              "titledEl": {
                "quality": 1,
                "what": "title attribute belongs to an inappropriate element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "IMG element has a title attribute"
                  ]
                }
              }
            }
          }
        },
        "zIndexNotZero": {
          "score": 21,
          "maxCount": 21,
          "weight": 1,
          "tools": {
            "testaro": {
              "zIndex": {
                "quality": 1,
                "what": "Layering with nondefault z-index values",
                "complaints": {
                  "countTotal": 21,
                  "texts": [
                    "HEADER element has a non-default Z index",
                    "DIV element has a non-default Z index",
                    "UL element has a non-default Z index"
                  ]
                }
              }
            }
          }
        },
        "linkPair": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "wave": {
              "link_redundant": {
                "quality": 1,
                "what": "Adjacent links go to the same URL",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Redundant link"
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}