Accessibility digest
Page | Candidate Kate A. Sanchez (R) |
---|---|
URL | https://www.sanchezforassembly.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1223 |
Tested by | Testaro, procedure ts27 |
Scored by | Testilo, procedure tsp27 |
Digested by | Testilo, 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 Kate A. Sanchez (R) at https://www.sanchezforassembly.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 1223, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1223 | Sum of the component scores |
issue | 1074 | Severity and number of reported defects |
tool | 141 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 8 | Browser warnings about the page |
latency | 0 | Abnormal 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 | Score |
---|---|
textContrastAA | 168 |
fontSizeAbsolute | 158 |
cssInvalid | 108 |
attributeBad | 88 |
focusIndication | 56 |
contrastAAA | 42 |
overflowHiddenRisk | 33 |
sectionHeadingless | 32 |
slashParseRisk | 29 |
focusableOperable | 27 |
metaBad | 24 |
leadingInsufficient | 20 |
colorMissing | 20 |
leadingClipsText | 20 |
obsolete | 18 |
linkIndication | 18 |
linkNoText | 16 |
linkElementBad | 16 |
parentBad | 16 |
imageNoSource | 16 |
noHeading | 15 |
fontSmall | 15 |
linkForcesNewWindow | 15 |
elementClosure | 12 |
hiddenContentRisk | 9 |
textAlternativeRisk | 8 |
imageTextBad | 6 |
leadingAbsolute | 6 |
refresh | 6 |
pseudoNavList | 6 |
hoverSurprise | 6 |
contentBeyondLandmarks | 4 |
linkWindowSurpriseRisk | 4 |
headingStructure | 4 |
imageNoText | 4 |
h1Missing | 3 |
repeatedContentRisk | 3 |
skipRepeatedContent | 3 |
zIndexNotZero | 3 |
headingOfNothing | 2 |
contrastRisk | 2 |
typeRedundant | 2 |
mainNone | 2 |
tabFocusability | 2 |
linkPair | 2 |
scrollRisk | 1 |
visibleBulk | 1 |
inconsistentStyles | 1 |
pseudoHeadingRisk | 1 |
pseudoLinkRisk | 1 |
frameContentRisk | 0 |
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 textContrastAA
WCAG: 1.4.3
Score: 168
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 42
Complaint specifics
- Text outside widget has minimum contrast
Complaints by axe
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 13
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements
- 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 insufficient color contrast of 4.05 (foreground color: #ffffff, background color: #fd0000, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
Complaints by qualWeb
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 3
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 7
Complaint specifics
- Very low contrast
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 158
Complaints by alfa
Rule r74
r74
Description: Paragraph text has an absolute font size
Count of instances: 33
Complaint specifics
- Paragraphs of text do not have font sizes defined in absolute units
Complaints by qualWeb
Rule QW-WCAG-T28
QW-WCAG-T28
Description: Percent, em, or name is used for a font size
Count of instances: 79
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue cssInvalid
WCAG: 4.1
Score: 108
Complaints by nuVal
Rule CSS: Parse Error.
CSS: Parse Error.
Description: Invalid CSS
Count of instances: 18
Complaint specifics
- CSS: Parse Error.
Rule ^CSS: .+: Property .+ doesn't exist.*$
Description: Invalid property in CSS
Count of instances: 4
Complaint specifics
- CSS: view-transition-name: Property view-transition-name doesn't exist.
- CSS: vector-effect: Property vector-effect doesn't exist.
Rule ^CSS: .+: The types are incompatible.*$
Description: Incompatible types of CSS values
Count of instances: 8
Complaint specifics
- CSS: --divider-pin-height__: The types are incompatible.
- CSS: --divider-pin-border__: The types are incompatible.
Rule ^CSS: .+: Parse Error.*$
Description: Invalid CSS
Count of instances: 4
Complaint specifics
- CSS: opacity: Parse Error.
Rule ^CSS: .+: Unknown dimension.*$
Description: Unknown CSS dimension
Count of instances: 2
Complaint specifics
- CSS: --theme-spx-ratio: Unknown dimension.
Issue attributeBad
WCAG: 1.3.1
Score: 88
Complaints by nuVal
Rule ^Attribute .+ not allowed on element .+ at this point.*$
^Attribute .+ not allowed on element .+ at this point.*$
Description: Attribute not allowed on this element
Count of instances: 10
Complaint specifics
- Attribute position not allowed on element link at this point.
- Attribute allowvr not allowed on element iframe at this point.
Rule ^Bad value .* for attribute .+ on element .+$
Description: Attribute on this element has an invalid value
Count of instances: 12
Complaint specifics
- Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.
Issue focusIndication
WCAG: 2.4.7
Score: 56
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 12
Complaint specifics
- Element in sequential focus order has visible focus
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 14
Complaint specifics
- This rule checks that each element in sequential focus order has some visible focus indication.
Complaints by testaro
Rule focInd
focInd
Description: Focused element displays a nonstandard or no focus indicator
Count of instances: 11
Complaint specifics
- A element has no focus indicator
Issue contrastAAA
WCAG: 1.4.6
Score: 42
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 42
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 3
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 3
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 33
Complaints by qualWeb
Rule QW-ACT-R40
QW-ACT-R40
Description: Zoomed text node may be clipped by a CSS overflow declaration
Count of instances: 33
Complaint specifics
- This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.
Issue sectionHeadingless
WCAG: 1.3.1
Score: 32
Complaints by nuVal
Rule Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Description: section has no heading
Count of instances: 32
Complaint specifics
- Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 2
Complaint specifics
- 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
Issue slashParseRisk
WCAG: 4.1
Score: 29
Complaints by nuVal
Rule Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
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: 29
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue focusableOperable
WCAG: 2.1.1
Score: 27
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 9
Complaint specifics
Issue metaBad
WCAG: 1.3.1
Score: 24
Complaints by nuVal
Rule ^Bad value .+ for attribute .+ on element meta.*$
^Bad value .+ for attribute .+ on element meta.*$
Description: Attribute of a meta element has an invalid value
Count of instances: 8
Complaint specifics
- Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.
- Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.
- Bad value X-Wix-Published-Version for attribute http-equiv on element meta.
- Bad value etag for attribute http-equiv on element meta.
Issue leadingInsufficient
WCAG: 1.4.8
Score: 20
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 10
Complaint specifics
- Paragraphs of text have sufficient line height
Issue colorMissing
WCAG: 1.4.3
Score: 20
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 5
Complaint specifics
- Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.
Issue leadingClipsText
WCAG: 1.4.8
Score: 20
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 5
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue obsolete
WCAG: 4.1
Score: 18
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 5
Complaint specifics
- The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
Complaints by nuVal
Rule ^The .+ attribute on the .+ element is obsolete.+$
^The .+ attribute on the .+ element is obsolete.+$
Description: Attribute is obsolete on its element
Count of instances: 6
Complaint specifics
- The scrolling attribute on the iframe element is obsolete. Use CSS instead.
- The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.
- The frameborder attribute on the iframe element is obsolete. Use CSS instead.
Issue linkIndication
WCAG: 1.3.3
Score: 18
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 9
Complaint specifics
- Link is inline but has no underline
Issue linkNoText
WCAG: 2.4.4
Score: 16
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 2
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 2
Complaint specifics
- 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
Complaints by continuum
Rule 237
237
Description: a element has no machanism allowing an accessible name value to be calculated
Count of instances: 2
Complaint specifics
- This A element does not have a mechanism that allows an accessible name value to be calculated
Complaints by ibm
Rule a_text_purpose
a_text_purpose
Description: Hyperlink has no link text, label, or image with a text alternative
Count of instances: 2
Complaint specifics
- Hyperlink has no link text, label or image with a text alternative
Complaints by qualWeb
Rule QW-ACT-R12
QW-ACT-R12
Description: Link has no accessible name
Count of instances: 2
Complaint specifics
- This rule checks that each link has an accessible name.
Rule QW-WCAG-T21
Description: Accessible name is not provided for an image which is the only content in a link
Count of instances: 2
Complaint specifics
- This technique checks the text alternative of images which are the only content of a link
Complaints by wave
Rule alt_link_missing
alt_link_missing
Description: Linked image has no text alternative
Count of instances: 2
Complaint specifics
- Linked image missing alternative text
Issue linkElementBad
WCAG: 1.3.1
Score: 16
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.
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: 4
Complaint specifics
- A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
Issue parentBad
WCAG: 1.3.1
Score: 16
Complaints by nuVal
Rule ^Element .+ not allowed as child of element .+ in this context.*$
^Element .+ not allowed as child of element .+ in this context.*$
Description: Element has an invalid parent
Count of instances: 4
Complaint specifics
- Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)
Issue imageNoSource
WCAG: 1.3.1
Score: 16
Complaints by nuVal
Rule Element img is missing required attribute src.
Element img is missing required attribute src.
Description: img element has no src attribute
Count of instances: 4
Complaint specifics
- Element img is missing required attribute src.
Issue noHeading
WCAG: 1.3.1
Score: 15
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 5
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue fontSmall
WCAG: 1.4
Score: 15
Complaints by tenon
Rule 134
134
Description: Text is very small
Count of instances: 1
Complaint specifics
- Very small text found.
Complaints by wave
Rule text_small
text_small
Description: Text is very small
Count of instances: 5
Complaint specifics
- Very small text
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 15
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 5
Complaint specifics
- This link opens in a new window without user control.
Issue elementClosure
WCAG: 4.1.1
Score: 12
Complaints by nuVal
Rule ^Stray end tag .+$
^Stray end tag .+$
Description: Invalid closing tag
Count of instances: 4
Complaint specifics
- Stray end tag link.
Issue hiddenContentRisk
WCAG: 4.1
Score: 9
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 9
Complaint specifics
- 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.
Issue textAlternativeRisk
WCAG: 1
Score: 8
Complaints by continuum
Rule 234
234
Description: img element has a suspicious calculated accessible name
Count of instances: 6
Complaint specifics
- This IMG has a suspicious calculated accessible name value of: kate-sanchez-ca-assembly-71-blue-v2.png
- This IMG has a suspicious calculated accessible name value of: kate-sanchez-assembly-capitol.png
- This IMG has a suspicious calculated accessible name value of: kate sanchez.png
- This IMG has a suspicious calculated accessible name value of: africa 2.jpg
- This IMG has a suspicious calculated accessible name value of: school & kids v2.jpg
- This IMG has a suspicious calculated accessible name value of: kate-sanchez-ca-assembly-71-white-v2.png
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 8
Complaint specifics
- 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
Complaints by wave
Rule alt_suspicious
alt_suspicious
Description: Image text alternative is suspicious
Count of instances: 6
Complaint specifics
- Suspicious alternative text
Issue imageTextBad
WCAG: 1.1.1
Score: 6
Complaints by alfa
Rule r39
r39
Description: Image text alternative is the filename instead
Count of instances: 2
Complaint specifics
- Image filename is accessible name for image
Issue leadingAbsolute
WCAG: 1.4.12
Score: 6
Complaints by alfa
Rule r80
r80
Description: Paragraph text has an absolute line height
Count of instances: 3
Complaint specifics
- Paragraphs of text do not have line heights defined in absolute units
Issue refresh
WCAG: 2.2.1
Score: 6
Complaints by qualWeb
Rule QW-ACT-R4
QW-ACT-R4
Description: meta element refreshes or redirects with delay
Count of instances: 1
Complaint specifics
- This rule checks that the meta element is not used for delayed redirecting or refreshing.
Rule QW-ACT-R71
Description: meta element has a refresh delay (no exception)
Count of instances: 1
Complaint specifics
- This rule checks that the `meta` element is not used for delayed redirecting or refreshing.
Issue pseudoNavList
WCAG: 1.3.1
Score: 6
Complaints by qualWeb
Rule QW-WCAG-T32
QW-WCAG-T32
Description: ol, ul or dl is not used for a list or group of links
Count of instances: 3
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue hoverSurprise
WCAG: 1.4.13
Score: 6
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 3
Complaint specifics
- List item changes when hovered over
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 4
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 2
Complaint specifics
- Perceivable text content is included in a landmark
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 4
Complaints by htmlcs
Rule AAA.3_2_5.H83.3
AAA.3_2_5.H83.3
Description: Link text may fail to indicate that the link will open in a new window
Count of instances: 4
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue headingStructure
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.1_3_1_AAA.G141
AAA.1_3_1_AAA.G141
Description: Heading level is incorrect
Count of instances: 2
Complaint specifics
- The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.
- The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.
Complaints by tenon
Rule 155
155
Description: Headings are not structured in a hierarchical manner
Count of instances: 1
Complaint specifics
- These headings are not structured in a hierarchical manner.
Issue imageNoText
WCAG: 1.1.1
Score: 4
Complaints by wave
Rule alt_spacer_missing
alt_spacer_missing
Description: Spacer image has no text alternative
Count of instances: 1
Complaint specifics
- Spacer image missing alternative text
Issue h1Missing
WCAG: 1.3.1
Score: 3
Complaints by alfa
Rule r61
r61
Description: First heading is not h1
Count of instances: 1
Complaint specifics
- Documents start with a level 1 heading
Complaints by wave
Rule h1_missing
h1_missing
Description: Missing first level heading
Count of instances: 1
Complaint specifics
- Missing first level heading
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 3
Complaints by alfa
Rule r87
r87
Description: First focusable element is not a link to the main content
Count of instances: 1
Complaint specifics
- First focusable element is link to main content
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
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
- 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.
Issue skipRepeatedContent
WCAG: 2.4.1
Score: 3
Complaints by qualWeb
Rule QW-ACT-R64
QW-ACT-R64
Description: Document has no heading for non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that the non-repeated content contains a heading
Issue zIndexNotZero
WCAG: 1.4
Score: 3
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 3
Complaint specifics
- DIV element has a non-default Z index
Issue headingOfNothing
WCAG: 1.3.1
Score: 2
Complaints by alfa
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 1
Complaint specifics
- Headings of same level have text content between them
Issue contrastRisk
WCAG: 1.4.3
Score: 2
Complaints by htmlcs
Rule AAA.1_4_3_F24.F24.FGColour
AAA.1_4_3_F24.F24.FGColour
Description: Inline foreground color may lack a complementary background color
Count of instances: 1
Complaint specifics
- Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.
Rule AAA.1_4_6.G17.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 7:1
Count of instances: 1
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.
Issue typeRedundant
WCAG: 1.3.1
Score: 2
Complaints by nuVal
Rule The type attribute is unnecessary for JavaScript resources.
The type attribute is unnecessary for JavaScript resources.
Description: type attribute is unnecessary for a JavaScript resource
Count of instances: 2
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Issue mainNone
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-ACT-R63
QW-ACT-R63
Description: Document has no landmark with non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that each page has an element with a landmark semantic role starting with non-repeated content
Issue tabFocusability
WCAG: 2.1.1
Score: 2
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 1
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue linkPair
WCAG: 2.4.4
Score: 2
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 1
Complaint specifics
- Redundant link
Issue scrollRisk
WCAG: 1.4.10
Score: 1
Complaints by htmlcs
Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
Description: Fixed-position element may force bidirectional scrolling
Count of instances: 1
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
Issue visibleBulk
WCAG: 2.4
Score: 1
Complaints by testaro
Rule bulk
bulk
Description: Page contains many visible elements
Count of instances: 1
Complaint specifics
- Page contains a large number of visible elements
Issue inconsistentStyles
WCAG: 3.2.4
Score: 1
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 1
Complaint specifics
- Level-3 headings have 2 different styles
Issue pseudoHeadingRisk
WCAG: 1.3.1
Score: 1
Complaints by wave
Rule heading_possible
heading_possible
Description: Possible heading
Count of instances: 1
Complaint specifics
- Possible heading
Issue pseudoLinkRisk
WCAG: 1.3.1
Score: 1
Complaints by wave
Rule underline
underline
Description: CSS underline on text that is not a link
Count of instances: 1
Complaint specifics
- Underlined text
Issue frameContentRisk
WCAG: 4.1
Score: 0
Complaints by axe
Rule frame-tested
frame-tested
Description: Some content is in an iframe and therefore may not be testable for accessibility
Count of instances: 2
Complaint specifics
- Frames should be tested with axe-core; The iframe still has to be tested with axe-core
Complete report
{ "id": "18ixx-ts27-caAD71-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687103152141, "endTime": 1687103152689 }, { "type": "url", "which": "https://www.sanchezforassembly.com/", "what": "Candidate Kate A. Sanchez (R)", "startTime": 1687103152689, "result": { "url": "https://www.sanchezforassembly.com/" }, "endTime": 1687103154252 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687103154252, "url": "https://www.sanchezforassembly.com/", "endTime": 1687103156144 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687103156144, "url": "https://www.sanchezforassembly.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 807616, 807616, 807616, 807616, 807616 ], "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": 1687103169651 }, { "type": "launch", "which": "chromium", "startTime": 1687103169652, "endTime": 1687103170182 }, { "type": "url", "which": "https://www.sanchezforassembly.com/", "what": "Candidate Kate A. Sanchez (R)", "startTime": 1687103170182, "result": { "url": "https://www.sanchezforassembly.com/" }, "endTime": 1687103170735 }, { "type": "test", "which": "alfa", "startTime": 1687103170735, "url": "https://www.sanchezforassembly.com/", "what": "alfa", "result": { "totals": { "failures": 57, "warnings": 94 }, "items": [ { "index": 10, "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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_0_comp-kzydm5xu\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-kzydm5zf-comp-kzydm5xu","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"e316f544f9094143b9eac01...", " <img alt=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 11, "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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_1_comp-kzydm5xu\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-l1e4m6wg-comp-kzydm5xu","displayMode":"fill","imageData":{"width":188,"height":200,"uri":"9f9c321c774844b79318062...", " <img alt=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 334, "verdict": "cantTell", "rule": { "ruleID": "r39", "ruleSummary": "Image filename is accessible name for image", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r39", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]/wow-image[1]/img[1]", "codeLines": [ "<img src=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png\" alt=\"Kate-Sanchez-CA-Assembly-71-Blue-v2.png\" style=\"width:208px;height:83px;object-fit:cover\" srcset=\"https:..." ] } }, { "index": 335, "verdict": "cantTell", "rule": { "ruleID": "r39", "ruleSummary": "Image filename is accessible name for image", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r39", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]/wow-image[1]/img[1]", "codeLines": [ "<img src=\"https://static.wixstatic.com/media/4aa299_a19e5c100429462c90be1d61c411c451~mv2.png/v1/fill/w_57,h_23,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Kate-Sanchez-CA-Assembly-71-White-v2.png\" alt=\"Kate-Sanchez-CA-Assembly-71-White-v2.png\" style=\"width: 229px; height: 92px; object-fit: cover; o..." ] } }, { "index": 402, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/span[1]/strong[1]/span[1]/text()[1]", "codeLines": [ "Connect With Kate" ] } }, { "index": 403, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Signup today for free and be the first to get notified on new updates" ] } }, { "index": 413, "verdict": "failed", "rule": { "ruleID": "r61", "ruleSummary": "Documents start with a level 1 heading", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r61", "requirements": [] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 422, "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]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_comp-kzn8qxxj\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"comp-kzn8qxxj","displayMode":"fill","targetWidth":208,"targetHeight":83,"isLQIP":false,"imageData":{"width":1000,"...", " <img src=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png\" alt=\"Kate-Sanchez-CA-Assembly-71-Blue-v2.png\" style=\"width:208px;height:83px;object-fit:cover\" srcset=\"ht...", " </wow-image>", "</a>" ] } }, { "index": 423, "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]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" data-anchor=\"dataItem-kzkqoh4n\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\">", " <div class=\"cYOPqd\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j0label\">", " About Kate", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 424, "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]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://ad71.asmrc.org/category/around-the-71st/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"ppRL_Y\" aria-haspopup=\"false\">", " <div class=\"cYOPqd\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j1label\">", " Around the 71st", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 425, "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]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" data-anchor=\"dataItem-kzl2t68l\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\">", " <div class=\"cYOPqd\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j2label\">", " Stay Connected", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 426, "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]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Donate", " </span>", "</a>" ] } }, { "index": 431, "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": "input", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/form[1]/div[5]/input[1]", "codeLines": [ "<input type=\"submit\" class=\"submit-btn v-button-width-width v-button-width-max-width v-button-width-mbl\" style=\"border:0px;color:#FFF;hover-color:#FFF;background-color:#fd0000;hover-background-color:#1a1649;-webkit-appearance:none;display:inline-block;text-align:center;overflow:hidden;cursor:pointer..." ] } }, { "index": 433, "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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_comp-kzn8wir4\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"comp-kzn8wir4","displayMode":"fill","targetWidth":229,"targetHeight":92,"isLQIP":true,"imageData":{"width":1000,"h...", " <img src=\"https://static.wixstatic.com/media/4aa299_a19e5c100429462c90be1d61c411c451~mv2.png/v1/fill/w_57,h_23,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Kate-Sanchez-CA-Assembly-71-White-v2.png\" alt=\"Kate-Sanchez-CA-Assembly-71-White-v2.png\" style=\"width: 229px; height: 92px; object-fit: cove...", " </wow-image>", "</a>" ] } }, { "index": 434, "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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]", "codeLines": [ "<a data-auto-recognition=\"true\" href=\"mailto:contact@sanchezforassembly.com\" class=\"wixui-rich-text__text\">", " contact@sanchezforassembly.com", "</a>" ] } }, { "index": 435, "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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_0_comp-kzydm5xu\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-kzydm5zf-comp-kzydm5xu","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"e316f544f9094143b9eac01...", " <img alt=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 436, "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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_1_comp-kzydm5xu\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-l1e4m6wg-comp-kzydm5xu","displayMode":"fill","imageData":{"width":188,"height":200,"uri":"9f9c321c774844b79318062...", " <img alt=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 437, "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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Donate", " </span>", "</a>" ] } }, { "index": 438, "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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/a[1]", "codeLines": [ "<a href=\"https://www.sanchezforassembly.com\" target=\"_self\" data-anchor=\"SCROLL_TO_TOP\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " Go Up", " </span>", "</a>" ] } }, { "index": 439, "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[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "About Kate" ] } }, { "index": 440, "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[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Around the 71st" ] } }, { "index": 441, "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[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Stay Connected" ] } }, { "index": 442, "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[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Donate" ] } }, { "index": 443, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/h3[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom" ] } }, { "index": 444, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Kate Sanchez was elected to the California State Assembly in November, 2022 and now serves the 71st California Assembly District." ] } }, { "index": 445, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[1]", "codeLines": [ "Kate is a proud Mom, businesswoman and has been a proven advocate for parental rights, public safety and continues to fight against California tax increases." ] } }, { "index": 446, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[4]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 447, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]/span[1]/span[1]/text()[1]", "codeLines": [ "Assemblywoman Sanchez serves as Vice Chair of the Human Services Committee and a committee member of Judiciary, Appropriations, Budget, Higher Education, Transportation, Housing and Community Development, Subcommittee No. 2 on Education Finance, and Subcommittee No. 6 on Budget Process Oversight and..." ] } }, { "index": 448, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Service Above Self" ] } }, { "index": 449, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "As a mother, and granddaughter of two military service members. Service above self has always been my focus." ] } }, { "index": 450, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 451, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[1]", "codeLines": [ "During the height of the HIV/AIDS pandemic, my uncle, Father Angelo D’Agostino, was called to open an orphanage for HIV-positive children, in Africa." ] } }, { "index": 452, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[5]/span[1]/span[1]/text()[1]", "codeLines": [ "As a young teenager, I was able to spend time with these children in Nairobi, and what a life-changing experience it was!" ] } }, { "index": 453, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[7]/span[1]/span[1]/text()[1]", "codeLines": [ "It was then that I knew, I may be one voice, but in our incredible country, I can stand up for personal freedoms, and the liberties protected under our Constitution." ] } }, { "index": 454, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[9]/span[1]/span[1]/text()[1]", "codeLines": [ "While so many of our assembly members, mayors, and elected officials kept silent and went along with unconstitutional government abuse and overreach." ] } }, { "index": 455, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[11]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "I DID NOT AND WILL NOT!" ] } }, { "index": 456, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[13]/span[1]/span[1]/text()[1]", "codeLines": [ "I will be an unwavering voice against government abuse and overreach. I will fight and serve you and be your voice in Sacramento." ] } }, { "index": 457, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[14]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 458, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[15]/span[1]/span[1]/text()[1]", "codeLines": [ "It is time we sent a representative to Sacramento that understands Service Above Self and that my job is to represent and fight for you." ] } }, { "index": 459, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[16]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 460, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[17]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 461, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Kate Sanchez - Child Advocate" ] } }, { "index": 462, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "As Californians, we have all persevered despite the devastating effects Sacramento’s mismanagement of the COVID-19 pandemic has had and continues to have on our families, our businesses, our freedoms, and our school children." ] } }, { "index": 463, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[1]", "codeLines": [ "But as a working mother, I am my" ] } }, { "index": 464, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "child’s biggest advocate." ] } }, { "index": 465, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[2]", "codeLines": [ "When letters to local officials, calls, and rallies went unanswered, I said enough!" ] } }, { "index": 466, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]/span[1]/span[1]/text()[1]", "codeLines": [ "We need someone in Sacramento who will fight for our children." ] } }, { "index": 467, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[6]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 468, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[7]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Our children are not political pawns!" ] } }, { "index": 469, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[9]/span[1]/span[1]/text()[1]", "codeLines": [ "Every child deserves access to quality education of their parents’ choosing. A zip code or family wealth should not determine opportunity." ] } }, { "index": 470, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[10]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 471, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[11]/span[1]/span[1]/text()[1]", "codeLines": [ "I have fought and will continue to fight for our children, their education, and our parental rights." ] } }, { "index": 472, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[12]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 473, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[13]/span[1]/span[1]/text()[1]", "codeLines": [ "It is time we sent a Mama Bear to Sacramento to show them that parents are in charge, not government bureaucrats or powerful special interest groups." ] } }, { "index": 474, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[14]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 477, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Inquiries" ] } }, { "index": 478, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "For any inquiries, questions, or comments, please email us at:" ] } }, { "index": 479, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]/text()[1]", "codeLines": [ "contact@sanchezforassembly.com" ] } }, { "index": 480, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Donate" ] } }, { "index": 481, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Go Up" ] } }, { "index": 482, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Sanchez for Assembly 2024, ID#1457859" ] } }, { "index": 486, "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[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "About Kate" ] } }, { "index": 487, "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[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Around the 71st" ] } }, { "index": 488, "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[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Stay Connected" ] } }, { "index": 489, "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[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Donate" ] } }, { "index": 490, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/h3[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom" ] } }, { "index": 491, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Kate Sanchez was elected to the California State Assembly in November, 2022 and now serves the 71st California Assembly District." ] } }, { "index": 492, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[1]", "codeLines": [ "Kate is a proud Mom, businesswoman and has been a proven advocate for parental rights, public safety and continues to fight against California tax increases." ] } }, { "index": 493, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[4]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 494, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]/span[1]/span[1]/text()[1]", "codeLines": [ "Assemblywoman Sanchez serves as Vice Chair of the Human Services Committee and a committee member of Judiciary, Appropriations, Budget, Higher Education, Transportation, Housing and Community Development, Subcommittee No. 2 on Education Finance, and Subcommittee No. 6 on Budget Process Oversight and..." ] } }, { "index": 495, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Service Above Self" ] } }, { "index": 496, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "As a mother, and granddaughter of two military service members. Service above self has always been my focus." ] } }, { "index": 497, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 498, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[1]", "codeLines": [ "During the height of the HIV/AIDS pandemic, my uncle, Father Angelo D’Agostino, was called to open an orphanage for HIV-positive children, in Africa." ] } }, { "index": 499, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[5]/span[1]/span[1]/text()[1]", "codeLines": [ "As a young teenager, I was able to spend time with these children in Nairobi, and what a life-changing experience it was!" ] } }, { "index": 500, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[7]/span[1]/span[1]/text()[1]", "codeLines": [ "It was then that I knew, I may be one voice, but in our incredible country, I can stand up for personal freedoms, and the liberties protected under our Constitution." ] } }, { "index": 501, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[9]/span[1]/span[1]/text()[1]", "codeLines": [ "While so many of our assembly members, mayors, and elected officials kept silent and went along with unconstitutional government abuse and overreach." ] } }, { "index": 502, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[11]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "I DID NOT AND WILL NOT!" ] } }, { "index": 503, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[13]/span[1]/span[1]/text()[1]", "codeLines": [ "I will be an unwavering voice against government abuse and overreach. I will fight and serve you and be your voice in Sacramento." ] } }, { "index": 504, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[14]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 505, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[15]/span[1]/span[1]/text()[1]", "codeLines": [ "It is time we sent a representative to Sacramento that understands Service Above Self and that my job is to represent and fight for you." ] } }, { "index": 506, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[16]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 507, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[17]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 508, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/h3[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Kate Sanchez - Child Advocate" ] } }, { "index": 509, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "As Californians, we have all persevered despite the devastating effects Sacramento’s mismanagement of the COVID-19 pandemic has had and continues to have on our families, our businesses, our freedoms, and our school children." ] } }, { "index": 510, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[1]", "codeLines": [ "But as a working mother, I am my" ] } }, { "index": 511, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "child’s biggest advocate." ] } }, { "index": 512, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[2]", "codeLines": [ "When letters to local officials, calls, and rallies went unanswered, I said enough!" ] } }, { "index": 513, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]/span[1]/span[1]/text()[1]", "codeLines": [ "We need someone in Sacramento who will fight for our children." ] } }, { "index": 514, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[6]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 515, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[7]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Our children are not political pawns!" ] } }, { "index": 516, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[9]/span[1]/span[1]/text()[1]", "codeLines": [ "Every child deserves access to quality education of their parents’ choosing. A zip code or family wealth should not determine opportunity." ] } }, { "index": 517, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[10]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 518, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[11]/span[1]/span[1]/text()[1]", "codeLines": [ "I have fought and will continue to fight for our children, their education, and our parental rights." ] } }, { "index": 519, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[12]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 520, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[13]/span[1]/span[1]/text()[1]", "codeLines": [ "It is time we sent a Mama Bear to Sacramento to show them that parents are in charge, not government bureaucrats or powerful special interest groups." ] } }, { "index": 521, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[14]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 524, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Inquiries" ] } }, { "index": 525, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "For any inquiries, questions, or comments, please email us at:" ] } }, { "index": 526, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]/text()[1]", "codeLines": [ "contact@sanchezforassembly.com" ] } }, { "index": 527, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Donate" ] } }, { "index": 528, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Go Up" ] } }, { "index": 529, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Sanchez for Assembly 2024, ID#1457859" ] } }, { "index": 607, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " Kate Sanchez was elected to the California State Assembly in November, 2022 and now serves the 71st California Assembly District.", " </span>", " </span>", "</p>" ] } }, { "index": 608, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " Kate is a proud Mom, businesswoman and has been a proven advocate for parental rights, public safety and continues to fight against California tax increases.", " </span>", " </span>", "</p>" ] } }, { "index": 609, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[4]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 610, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " Assemblywoman Sanchez serves as Vice Chair of the Human Services Committee and a committee member of Judiciary, Appropriations, Budget, Higher Education, Transportation, Housing and Community Development, Subcommittee No. 2 on Education Finance, and Subcommittee No. 6 on Budget Process Oversig...", " </span>", " </span>", "</p>" ] } }, { "index": 611, "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " As a mother, and granddaughter of two military service members. Service above self has always been my focus.", " </span>", " </span>", "</p>" ] } }, { "index": 634, "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]", "codeLines": [ "<p style=\"font-size: 14px; line-height: 140%;\">", " <span style=\"font-size: 28px; line-height: 39.2px; font-family: Montserrat, sans-serif;\">", " <strong>", " <span style=\"line-height: 39.2px; font-size: 28px;\">", " Connect With Kate", " </span>", " </strong>", " </span>", "</p>" ] } }, { "index": 635, "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]", "codeLines": [ "<p style=\"font-size: 14px; line-height: 140%;\">", " <span style=\"font-size: 14px; line-height: 19.6px; font-family: Montserrat, sans-serif;\">", " Signup today for free and be the first to get notified on new updates", " </span>", "</p>" ] } }, { "index": 636, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:normal; font-size:22px;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_03e8be_49bdbb1bcc164c778a713b9157212683,wf_49bdbb1bcc164c778a713b915,orig_montserrat_regular;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " Inquiries", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 638, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"font-size:16px; text-align:right; line-height:normal;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">", " <a href=\"https://www.sanchezforassembly.com\" target=\"_self\" data-anchor=\"SCROLL_TO_TOP\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " Go Up", " </span>", " </a>", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 639, "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; font-size:14px;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " Paid for by Sanchez for Assembly 2024, ID#1457859", " </span>", " </span>", "</p>" ] } }, { "index": 640, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " Kate Sanchez was elected to the California State Assembly in November, 2022 and now serves the 71st California Assembly District.", " </span>", " </span>", "</p>" ] } }, { "index": 641, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " Kate is a proud Mom, businesswoman and has been a proven advocate for parental rights, public safety and continues to fight against California tax increases.", " </span>", " </span>", "</p>" ] } }, { "index": 642, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[4]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 643, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " Assemblywoman Sanchez serves as Vice Chair of the Human Services Committee and a committee member of Judiciary, Appropriations, Budget, Higher Education, Transportation, Housing and Community Development, Subcommittee No. 2 on Education Finance, and Subcommittee No. 6 on Budget Process Oversig...", " </span>", " </span>", "</p>" ] } }, { "index": 644, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " As a mother, and granddaughter of two military service members. Service above self has always been my focus.", " </span>", " </span>", "</p>" ] } }, { "index": 645, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 646, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " During the height of the HIV/AIDS pandemic, my uncle, Father Angelo D’Agostino, was called to open an orphanage for HIV-positive children, in Africa.", " </span>", " </span>", "</p>" ] } }, { "index": 647, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[5]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " As a young teenager, I was able to spend time with these children in Nairobi, and what a life-changing experience it was!", " </span>", " </span>", "</p>" ] } }, { "index": 648, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[7]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " It was then that I knew, I may be one voice, but in our incredible country, I can stand up for personal freedoms, and the liberties protected under our Constitution.", " </span>", " </span>", "</p>" ] } }, { "index": 649, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[9]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " While so many of our assembly members, mayors, and elected officials kept silent and went along with unconstitutional government abuse and overreach.", " </span>", " </span>", "</p>" ] } }, { "index": 650, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[11]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " I DID NOT AND WILL NOT!", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 651, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[13]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " I will be an unwavering voice against government abuse and overreach. I will fight and serve you and be your voice in Sacramento.", " </span>", " </span>", "</p>" ] } }, { "index": 652, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[14]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 653, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[15]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " It is time we sent a representative to Sacramento that understands Service Above Self and that my job is to represent and fight for you.", " </span>", " </span>", "</p>" ] } }, { "index": 654, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[16]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", "</p>" ] } }, { "index": 655, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[17]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 656, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " As Californians, we have all persevered despite the devastating effects Sacramento’s mismanagement of the COVID-19 pandemic has had and continues to have on our families, our businesses, our freedoms, and our school children.", " </span>", " </span>", "</p>" ] } }, { "index": 657, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " But as a working mother, I am my", " <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">", " child’s biggest advocate.", " </span>", " When letters to local officials, calls, and rallies went unanswered, I said enough!", " </span>", " </span>", "</p>" ] } }, { "index": 658, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " We need someone in Sacramento who will fight for our children.", " </span>", " </span>", "</p>" ] } }, { "index": 659, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[6]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 660, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[7]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " Our children are not political pawns!", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 661, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[9]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " Every child deserves access to quality education of their parents’ choosing. A zip code or family wealth should not determine opportunity.", " </span>", " </span>", "</p>" ] } }, { "index": 662, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[10]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 663, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[11]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " I have fought and will continue to fight for our children, their education, and our parental rights.", " </span>", " </span>", "</p>" ] } }, { "index": 664, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[12]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 665, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[13]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " It is time we sent a Mama Bear to Sacramento to show them that parents are in charge, not government bureaucrats or powerful special interest groups.", " </span>", " </span>", "</p>" ] } }, { "index": 666, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[14]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 667, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]", "codeLines": [ "<p style=\"font-size: 14px; line-height: 140%;\">", " <span style=\"font-size: 28px; line-height: 39.2px; font-family: Montserrat, sans-serif;\">", " <strong>", " <span style=\"line-height: 39.2px; font-size: 28px;\">", " Connect With Kate", " </span>", " </strong>", " </span>", "</p>" ] } }, { "index": 668, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]", "codeLines": [ "<p style=\"font-size: 14px; line-height: 140%;\">", " <span style=\"font-size: 14px; line-height: 19.6px; font-family: Montserrat, sans-serif;\">", " Signup today for free and be the first to get notified on new updates", " </span>", "</p>" ] } }, { "index": 669, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:normal; font-size:22px;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_03e8be_49bdbb1bcc164c778a713b9157212683,wf_49bdbb1bcc164c778a713b915,orig_montserrat_regular;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " Inquiries", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 670, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.9em;\">", " <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " For any inquiries, questions, or comments, please email us at:", " <a data-auto-recognition=\"true\" href=\"mailto:contact@sanchezforassembly.com\" class=\"wixui-rich-text__text\">", " contact@sanchezforassembly.com", " </a>", " </span>", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 671, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"font-size:16px; text-align:right; line-height:normal;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">", " <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">", " <a href=\"https://www.sanchezforassembly.com\" target=\"_self\" data-anchor=\"SCROLL_TO_TOP\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " Go Up", " </span>", " </a>", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 672, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; font-size:14px;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " Paid for by Sanchez for Assembly 2024, ID#1457859", " </span>", " </span>", "</p>" ] } }, { "index": 747, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h2", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]", "codeLines": [ "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:30px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_03f714_65c183c64bf140d0ada5ca00444af982,wf_65c183c64bf140d0ada5ca004,orig_montserrat_bold;\" class=\"wixui-rich-text__text\">", " Kate Sanchez", " </span>", " </span>", " </span>", "</h2>" ] } }, { "index": 757, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "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[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j0label\">", " About Kate", "</p>" ] } }, { "index": 758, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "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[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j1label\">", " Around the 71st", "</p>" ] } }, { "index": 759, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "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[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j2label\">", " Stay Connected", "</p>" ] } }, { "index": 861, "verdict": "failed", "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": [ 94, 0, 0, 57 ], "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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-kzydm5xu\" class=\"HlRz5e YaS0jR\" ... geData":{"width":200,"height":200,"uri":"e316f544f9094143b9eac01... <img alt=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\"> </wow-image> </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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-kzydm5xu\" class=\"HlRz5e YaS0jR\" data-i ... eData":{"width":188,"height":200,"uri":"9f9c321c774844b79318062... <img alt=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r39", "what": "Image filename is accessible name for image", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]/wow-image[1]/img[1]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png\" alt=\"Kate-Sanchez-CA-Assembly-71-Blue-v2.png\" style=\"width:208px;height:83px;object-fit:cover\" srcset=\"https:..." }, { "ruleID": "r39", "what": "Image filename is accessible name for image", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]/wow-image[1]/img[1]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/4aa299_a19e5c100429462c90be1d61c411c451~mv2.png/v1/fill/w_57,h_23,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Kate-Sanchez-CA-Assembly-71-White-v2.png\" alt=\"Kate-Sanchez-CA-Assembly-71-White-v2.png\" style=\"width: 229px; height: 92px; object-fit: cover; o..." }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/span[1]/strong[1]/span[1]/text()[1]" }, "excerpt": "Connect With Kate" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Signup today for free and be the first to get notified on new updates" }, { "ruleID": "r61", "what": "Documents start with a level 1 heading", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" }, { "ruleID": "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]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_comp-kzn8qxxj\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId": ... q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png\" alt=\"Kate-Sanchez-CA-Assembly-71-Blue-v2.png\" style=\"width:208px;height:83px;object-fit:cover\" srcset=\"ht... </wow-image> </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]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-kzkqoh4n\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\"> <div class=\"cYOPqd\"> <div class=\"\" style=\"text-align:center\"> <p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j0label\"> About Kate </p> </div> </div> </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]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://ad71.asmrc.org/category/around-the-71st/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"ppRL_Y\" aria-haspopup=\"false\"> <div class=\"cYOPqd\"> <div class=\"\" style=\"text-align:center\"> <p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j1label\"> Around the 71st </p> </div> </div> </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]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-kzl2t68l\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\"> <div class=\"cYOPqd\"> <div class=\"\" style=\"text-align:center\"> <p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j2label\"> Stay Connected </p> </div> </div> </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]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> Donate </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/form[1]/div[5]/input[1]" }, "excerpt": "<input type=\"submit\" class=\"submit-btn v-button-width-width v-button-width-max-width v-button-width-mbl\" style=\"border:0px;color:#FFF;hover-color:#FFF;background-color:#fd0000;hover-background-color:#1a1649;-webkit-appearance:none;display:inline-block;text-align:center;overflow:hidden;cursor:pointer..." }, { "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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_comp-kzn8wir4\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId": ... _85,usm_0.66_1.00_0.01,blur_2,enc_auto/Kate-Sanchez-CA-Assembly-71-White-v2.png\" alt=\"Kate-Sanchez-CA-Assembly-71-White-v2.png\" style=\"width: 229px; height: 92px; object-fit: cove... </wow-image> </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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]" }, "excerpt": "<a data-auto-recognition=\"true\" href=\"mailto:contact@sanchezforassembly.com\" class=\"wixui-rich-text__text\"> contact@sanchezforassembly.com </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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-kzydm5xu\" class=\"HlRz5e YaS0jR\" ... geData":{"width":200,"height":200,"uri":"e316f544f9094143b9eac01... <img alt=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\"> </wow-image> </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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-kzydm5xu\" class=\"HlRz5e YaS0jR\" data-i ... eData":{"width":188,"height":200,"uri":"9f9c321c774844b79318062... <img alt=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\"> </wow-image> </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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> Donate </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]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/a[1]" }, "excerpt": "<a href=\"https://www.sanchezforassembly.com\" target=\"_self\" data-anchor=\"SCROLL_TO_TOP\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"> Go Up </span> </a>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "About Kate" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Around the 71st" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Stay Connected" }, { "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[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Donate" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/h3[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Kate Sanchez was elected to the California State Assembly in November, 2022 and now serves the 71st California Assembly District." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[1]" }, "excerpt": "Kate is a proud Mom, businesswoman and has been a proven advocate for parental rights, public safety and continues to fight against California tax increases." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[4]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]/span[1]/span[1]/text()[1]" }, "excerpt": "Assemblywoman Sanchez serves as Vice Chair of the Human Services Committee and a committee member of Judiciary, Appropriations, Budget, Higher Education, Transportation, Housing and Community Development, Subcommittee No. 2 on Education Finance, and Subcommittee No. 6 on Budget Process Oversight and..." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Service Above Self" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "As a mother, and granddaughter of two military service members. Service above self has always been my focus." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[1]" }, "excerpt": "During the height of the HIV/AIDS pandemic, my uncle, Father Angelo D’Agostino, was called to open an orphanage for HIV-positive children, in Africa." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[5]/span[1]/span[1]/text()[1]" }, "excerpt": "As a young teenager, I was able to spend time with these children in Nairobi, and what a life-changing experience it was!" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[7]/span[1]/span[1]/text()[1]" }, "excerpt": "It was then that I knew, I may be one voice, but in our incredible country, I can stand up for personal freedoms, and the liberties protected under our Constitution." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[9]/span[1]/span[1]/text()[1]" }, "excerpt": "While so many of our assembly members, mayors, and elected officials kept silent and went along with unconstitutional government abuse and overreach." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[11]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "I DID NOT AND WILL NOT!" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[13]/span[1]/span[1]/text()[1]" }, "excerpt": "I will be an unwavering voice against government abuse and overreach. I will fight and serve you and be your voice in Sacramento." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[14]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[15]/span[1]/span[1]/text()[1]" }, "excerpt": "It is time we sent a representative to Sacramento that understands Service Above Self and that my job is to represent and fight for you." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[16]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[17]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Kate Sanchez - Child Advocate" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "As Californians, we have all persevered despite the devastating effects Sacramento’s mismanagement of the COVID-19 pandemic has had and continues to have on our families, our businesses, our freedoms, and our school children." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[1]" }, "excerpt": "But as a working mother, I am my" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "child’s biggest advocate." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[2]" }, "excerpt": "When letters to local officials, calls, and rallies went unanswered, I said enough!" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]/span[1]/span[1]/text()[1]" }, "excerpt": "We need someone in Sacramento who will fight for our children." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[6]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[7]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Our children are not political pawns!" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[9]/span[1]/span[1]/text()[1]" }, "excerpt": "Every child deserves access to quality education of their parents’ choosing. A zip code or family wealth should not determine opportunity." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[10]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[11]/span[1]/span[1]/text()[1]" }, "excerpt": "I have fought and will continue to fight for our children, their education, and our parental rights." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[12]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[13]/span[1]/span[1]/text()[1]" }, "excerpt": "It is time we sent a Mama Bear to Sacramento to show them that parents are in charge, not government bureaucrats or powerful special interest groups." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[14]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Inquiries" }, { "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "For any inquiries, questions, or comments, please email us at:" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]/text()[1]" }, "excerpt": "contact@sanchezforassembly.com" }, { "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Donate" }, { "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Go Up" }, { "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Sanchez for Assembly 2024, ID#1457859" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "About Kate" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Around the 71st" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Stay Connected" }, { "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[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Donate" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/h3[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Kate Sanchez was elected to the California State Assembly in November, 2022 and now serves the 71st California Assembly District." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[1]" }, "excerpt": "Kate is a proud Mom, businesswoman and has been a proven advocate for parental rights, public safety and continues to fight against California tax increases." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[4]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]/span[1]/span[1]/text()[1]" }, "excerpt": "Assemblywoman Sanchez serves as Vice Chair of the Human Services Committee and a committee member of Judiciary, Appropriations, Budget, Higher Education, Transportation, Housing and Community Development, Subcommittee No. 2 on Education Finance, and Subcommittee No. 6 on Budget Process Oversight and..." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Service Above Self" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "As a mother, and granddaughter of two military service members. Service above self has always been my focus." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[1]" }, "excerpt": "During the height of the HIV/AIDS pandemic, my uncle, Father Angelo D’Agostino, was called to open an orphanage for HIV-positive children, in Africa." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[5]/span[1]/span[1]/text()[1]" }, "excerpt": "As a young teenager, I was able to spend time with these children in Nairobi, and what a life-changing experience it was!" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[7]/span[1]/span[1]/text()[1]" }, "excerpt": "It was then that I knew, I may be one voice, but in our incredible country, I can stand up for personal freedoms, and the liberties protected under our Constitution." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[9]/span[1]/span[1]/text()[1]" }, "excerpt": "While so many of our assembly members, mayors, and elected officials kept silent and went along with unconstitutional government abuse and overreach." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[11]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "I DID NOT AND WILL NOT!" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[13]/span[1]/span[1]/text()[1]" }, "excerpt": "I will be an unwavering voice against government abuse and overreach. I will fight and serve you and be your voice in Sacramento." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[14]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[15]/span[1]/span[1]/text()[1]" }, "excerpt": "It is time we sent a representative to Sacramento that understands Service Above Self and that my job is to represent and fight for you." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[16]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[17]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/h3[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Kate Sanchez - Child Advocate" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "As Californians, we have all persevered despite the devastating effects Sacramento’s mismanagement of the COVID-19 pandemic has had and continues to have on our families, our businesses, our freedoms, and our school children." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[1]" }, "excerpt": "But as a working mother, I am my" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "child’s biggest advocate." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]/span[1]/span[1]/text()[2]" }, "excerpt": "When letters to local officials, calls, and rallies went unanswered, I said enough!" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]/span[1]/span[1]/text()[1]" }, "excerpt": "We need someone in Sacramento who will fight for our children." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[6]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[7]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Our children are not political pawns!" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[9]/span[1]/span[1]/text()[1]" }, "excerpt": "Every child deserves access to quality education of their parents’ choosing. A zip code or family wealth should not determine opportunity." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[10]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[11]/span[1]/span[1]/text()[1]" }, "excerpt": "I have fought and will continue to fight for our children, their education, and our parental rights." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[12]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[13]/span[1]/span[1]/text()[1]" }, "excerpt": "It is time we sent a Mama Bear to Sacramento to show them that parents are in charge, not government bureaucrats or powerful special interest groups." }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[14]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Inquiries" }, { "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "For any inquiries, questions, or comments, please email us at:" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]/text()[1]" }, "excerpt": "contact@sanchezforassembly.com" }, { "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Donate" }, { "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Go Up" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Sanchez for Assembly 2024, ID#1457859" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> Kate Sanchez was elected to the California State Assembly in November, 2022 and now serves the 71st California Assembly District. </span> </span> </p>" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> Kate is a proud Mom, businesswoman and has been a proven advocate for parental rights, public safety and continues to fight against California tax increases. </span> </span> </p>" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[4]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </span> </span> </p>" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__t ... riations, Budget, Higher Education, Transportation, Housing and Community Development, Subcommittee No. 2 on Education Finance, and Subcommittee No. 6 on Budget Process Oversig... </span> </span> </p>" }, { "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> As a mother, and granddaughter of two military service members. Service above self has always been my focus. </span> </span> </p>" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]" }, "excerpt": "<p style=\"font-size: 14px; line-height: 140%;\"> <span style=\"font-size: 28px; line-height: 39.2px; font-family: Montserrat, sans-serif;\"> <strong> <span style=\"line-height: 39.2px; font-size: 28px;\"> Connect With Kate </span> </strong> </span> </p>" }, { "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]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]" }, "excerpt": "<p style=\"font-size: 14px; line-height: 140%;\"> <span style=\"font-size: 14px; line-height: 19.6px; font-family: Montserrat, sans-serif;\"> Signup today for free and be the first to get notified on new updates </span> </p>" }, { "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:normal; font-size:22px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:wfont_03e8be_49bdbb1bcc164c778 ... 7212683,wf_49bdbb1bcc164c778a713b915,orig_montserrat_regular;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> Inquiries </span> </span> </span> </p>" }, { "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"font-size:16px; text-align:right; line-height:normal;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:16px;\" class=\" ... embly.com\" target=\"_self\" data-anchor=\"SCROLL_TO_TOP\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"> Go Up </span> </a> </span> </span> </span> </p>" }, { "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[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; font-size:14px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"> Paid for by Sanchez for Assembly 2024, ID#1457859 </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> Kate Sanchez was elected to the California State Assembly in November, 2022 and now serves the 71st California Assembly District. </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> Kate is a proud Mom, businesswoman and has been a proven advocate for parental rights, public safety and continues to fight against California tax increases. </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[4]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__t ... riations, Budget, Higher Education, Transportation, Housing and Community Development, Subcommittee No. 2 on Education Finance, and Subcommittee No. 6 on Budget Process Oversig... </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> As a mother, and granddaughter of two military service members. Service above self has always been my focus. </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> During the height of the HIV/AIDS pandemic, my uncle, Father Angelo D’Agostino, was called to open an orphanage for HIV-positive children, in Africa. </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[5]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> As a young teenager, I was able to spend time with these children in Nairobi, and what a life-changing experience it was! </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[7]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class= ... -text__text\"> It was then that I knew, I may be one voice, but in our incredible country, I can stand up for personal freedoms, and the liberties protected under our Constitution. </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[9]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> While so many of our assembly members, mayors, and elected officials kept silent and went along with unconstitutional government abuse and overreach. </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[11]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> I DID NOT AND WILL NOT! </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[13]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> I will be an unwavering voice against government abuse and overreach. I will fight and serve you and be your voice in Sacramento. </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[14]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[15]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> It is time we sent a representative to Sacramento that understands Service Above Self and that my job is to represent and fight for you. </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[16]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[17]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class= ... e the devastating effects Sacramento’s mismanagement of the COVID-19 pandemic has had and continues to have on our families, our businesses, our freedoms, and our school children. </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class= ... span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\"> child’s biggest advocate. </span> When letters to local officials, calls, and rallies went unanswered, I said enough! </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> We need someone in Sacramento who will fight for our children. </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[6]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[7]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> Our children are not political pawns! </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[9]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> Every child deserves access to quality education of their parents’ choosing. A zip code or family wealth should not determine opportunity. </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[10]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[11]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> I have fought and will continue to fight for our children, their education, and our parental rights. </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[12]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[13]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> It is time we sent a Mama Bear to Sacramento to show them that parents are in charge, not government bureaucrats or powerful special interest groups. </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[14]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]" }, "excerpt": "<p style=\"font-size: 14px; line-height: 140%;\"> <span style=\"font-size: 28px; line-height: 39.2px; font-family: Montserrat, sans-serif;\"> <strong> <span style=\"line-height: 39.2px; font-size: 28px;\"> Connect With Kate </span> </strong> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]" }, "excerpt": "<p style=\"font-size: 14px; line-height: 140%;\"> <span style=\"font-size: 14px; line-height: 19.6px; font-family: Montserrat, sans-serif;\"> Signup today for free and be the first to get notified on new updates </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:normal; font-size:22px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:wfont_03e8be_49bdbb1bcc164c778 ... 7212683,wf_49bdbb1bcc164c778a713b915,orig_montserrat_regular;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> Inquiries </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.9em;\"> <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__te ... please email us at: <a data-auto-recognition=\"true\" href=\"mailto:contact@sanchezforassembly.com\" class=\"wixui-rich-text__text\"> contact@sanchezforassembly.com </a> </span> </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"font-size:16px; text-align:right; line-height:normal;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:16px;\" class=\" ... embly.com\" target=\"_self\" data-anchor=\"SCROLL_TO_TOP\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"> Go Up </span> </a> </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; font-size:14px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"> Paid for by Sanchez for Assembly 2024, ID#1457859 </span> </span> </p>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:30px;\" class=\"wixui-rich-text__t ... t\"> <span style=\"font-family:wfont_03f714_65c183c64bf140d0ada5ca00444af982,wf_65c183c64bf140d0ada5ca004,orig_montserrat_bold;\" class=\"wixui-rich-text__text\"> Kate Sanchez </span> </span> </span> </h2>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kq82c85j0label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j0label\"> About Kate </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kq82c85j1label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j1label\"> Around the 71st </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kq82c85j2label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j2label\"> Stay Connected </p>" }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" } ] }, "endTime": 1687103176645 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687103176646, "url": "https://www.sanchezforassembly.com/", "what": "Axe", "result": { "totals": { "rulesNA": 50, "rulesPassed": 47, "rulesWarned": 3, "rulesViolated": 2, "warnings": { "minor": 9, "moderate": 0, "serious": 11, "critical": 2 }, "violations": { "minor": 0, "moderate": 0, "serious": 4, "critical": 0 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T15:46:17.306Z", "url": "https://www.sanchezforassembly.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": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<ul class=\"EmtNhK\" id=\"comp-kq82c85jitemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\">", "target": [ "#comp-kq82c85jitemsContainer" ] }, { "html": "<div class=\"JiXvMh\"><div class=\"E_zeDg\"></div></div>", "target": [ "#SITE_HEADER > .JiXvMh" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j0label\">About Kate</p>", "target": [ "#comp-kq82c85j0label" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<ul class=\"EmtNhK\" id=\"comp-kq82c85jitemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\">", "target": [ "#comp-kq82c85jitemsContainer" ] }, { "html": "<div class=\"JiXvMh\"><div class=\"E_zeDg\"></div></div>", "target": [ "#SITE_HEADER > .JiXvMh" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j1label\">Around the 71st</p>", "target": [ "#comp-kq82c85j1label" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<ul class=\"EmtNhK\" id=\"comp-kq82c85jitemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\">", "target": [ "#comp-kq82c85jitemsContainer" ] }, { "html": "<div class=\"JiXvMh\"><div class=\"E_zeDg\"></div></div>", "target": [ "#SITE_HEADER > .JiXvMh" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j2label\">Stay Connected</p>", "target": [ "#comp-kq82c85j2label" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "18.8pt (25px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscuring", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it partially overlaps other elements" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-size:25px;\" class=\"wixui-rich-text__text\">Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom</span>", "target": [ "h3 > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it partially overlaps other elements" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscuring", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it partially overlaps other elements" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">", "target": [ "#comp-kzx99405 > .font_8:nth-child(1) > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it partially overlaps other elements" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscuring", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it partially overlaps other elements" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">We need someone in Sacramento who will fight for our children.</span>", "target": [ "#comp-kzx99405 > .font_8:nth-child(5) > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it partially overlaps other elements" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "16.5pt (22px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"JiXvMh\"><div class=\"E_zeDg\"></div></div>", "target": [ "#SITE_FOOTER > .JiXvMh" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">Inquiries</span>", "target": [ ".font_7 > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"JiXvMh\"><div class=\"E_zeDg\"></div></div>", "target": [ "#SITE_FOOTER > .JiXvMh" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">For any inquiries, questions, or comments, please email us at: <a data-auto-recognition=\"true\" href=\"mailto:contact@sanchezforassembly.com\" class=\"wixui-rich-text__text\">contact@sanchezforassembly.com</a></span>", "target": [ "span > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"JiXvMh\"><div class=\"E_zeDg\"></div></div>", "target": [ "#SITE_FOOTER > .JiXvMh" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a data-auto-recognition=\"true\" href=\"mailto:contact@sanchezforassembly.com\" class=\"wixui-rich-text__text\">contact@sanchezforassembly.com</a>", "target": [ "a[data-auto-recognition=\"true\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"JiXvMh\"><div class=\"E_zeDg\"></div></div>", "target": [ "#SITE_FOOTER > .JiXvMh" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">Go Up</span>", "target": [ "a[data-anchor=\"SCROLL_TO_TOP\"] > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "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": "<span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">Paid for by Sanchez for Assembly 2024, ID#1457859</span>", "target": [ "#comp-l1e52g2k > .font_9 > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" } ] }, { "id": "frame-tested", "impact": "critical", "tags": [ "cat.structure", "review-item", "best-practice" ], "description": "Ensures <iframe> and <frame> elements contain the axe-core script", "help": "Frames should be tested with axe-core", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-tested?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe class=\"mailmunch-embedded-iframe mailmunch-embedded-iframe-188cf2f6c20174b2\" title=\"Sanchez for Assembly\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" style=\"background: transparent; border: 0px; width: 100%; height: 503px; max-height: 503px;\"></iframe>", "target": [ ".mailmunch-embedded-iframe" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" }, { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" src=\"https://engage.wixapps.net/chat-widget-server/renderChatWidget/index?pageId=masterPage&compId=comp-kv7o6m31&viewerCompId=comp-kv7o6m31&siteRevision=326&viewMode=site&deviceType=desktop&locale=en&tz=America%2FLos_Angeles&regionalLanguage=en&width=94&height=94&instance=2StlXIeJLPI7sL7Ze1bPlrWina-Wdml5KwyjXQuvNXI.eyJpbnN0YW5jZUlkIjoiM2ZmOWQ4MTEtMzhhYy00ZjViLWI1N2UtNTMyNzg2MTE3NzkzIiwiYXBwRGVmSWQiOiIxNDUxN2UxYS0zZmYwLWFmOTgtNDA4ZS0yYmQ2OTUzYzM2YTIiLCJtZXRhU2l0ZUlkIjoiNjA0MWM2NWYtOTZjYi00ZjM4LWFkODctYjM0Y2VkNTM4NTk4Iiwic2lnbkRhdGUiOiIyMDIzLTA2LTE4VDE1OjQ2OjA5LjYxMFoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiJhYmFjZTQwNC05MTVmLTQ4OTUtOWEwNy1iNDQ5MWJjMmQxN2MiLCJhaWQiOiI0ODgyNWMzOC0xMmJiLTRlYTAtYTk0NC01MTI2YTFlY2NhYmUiLCJiaVRva2VuIjoiNWZiODFlNGUtYWU2Ny0wMDYzLTE4ZjktZTA2YjZiNDJmMjBiIiwic2l0ZU93bmVySWQiOiI0YWEyOTliMi0zNTQ1LTQ0M2UtOTE1MC01OWFkMDM3NDZlMzIifQ&currency=USD&currentCurrency=USD&commonConfig=%7B%22brand%22%3A%22wix%22%2C%22bsi%22%3A%22a9be325d-a68d-44ca-8ddf-20e9ca0b8175%7C1%22%2C%22BSI%22%3A%22a9be325d-a68d-44ca-8ddf-20e9ca0b8175%7C1%22%7D&currentRoute=.%2F&vsi=20207302-38a3-4dd4-8898-1d9ef9161123\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\">", "target": [ ".nKphmK" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"mHZSwn\">top of page</span>", "target": [ "#SCROLL_TO_TOP > .mHZSwn" ], "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": "<li id=\"comp-kq82c85j__more__\" data-direction=\"ltr\" data-listposition=\"right\" data-state=\"menu false header\" data-index=\"__more__\" data-dropdown=\"false\" class=\"qZw1lR D5Vkxr\" data-original-gap-between-text-and-btn=\"11\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">", "target": [ "#comp-kq82c85j__more__" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div style=\"display:none\" id=\"comp-kq82c85jnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>", "target": [ "#comp-kq82c85jnavContainer-hiddenA11ySubMenuIndication" ], "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=\"mHZSwn\">About</span>", "target": [ "#comp-kzkqoh42 > .mHZSwn" ], "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=\"mHZSwn\">Stay Connected</span>", "target": [ "#comp-kzl2t680 > .mHZSwn" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img alt=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\">", "target": [ "img[alt=\"Facebook\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img alt=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\">", "target": [ "img[alt=\"Instagram\"]" ], "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=\"mHZSwn\">bottom of page</span>", "target": [ "#SCROLL_TO_BOTTOM > .mHZSwn" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img src=\"//analytics.mailmunch.co/event/?site_id=981590&widget_id=1075772&event_name=views&cache=1687103172133&referrer=https%3A%2F%2Fwww.sanchezforassembly.com%2F&visitor_id=0ef32051-9368-4364-bc4e-385de229757d\" width=\"1\" height=\"1\" style=\"display: none;\">", "target": [ "img[width=\"1\"]" ], "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", "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": "#fd0000", "contrastRatio": 4.05, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">Donate</span></a>", "target": [ "#comp-kq0z8ksb > .kuTaGy.wixui-button.zKbzSQ" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.05 (foreground color: #ffffff, background color: #fd0000, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"M3I7Z2 wixui-button__label\">Donate</span>", "target": [ "#comp-kq0z8ksb > .kuTaGy.wixui-button.zKbzSQ > .M3I7Z2.wixui-button__label" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.05 (foreground color: #ffffff, background color: #fd0000, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#fd0000", "contrastRatio": 4.05, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">Donate</span></a>", "target": [ "#comp-kq6qqet11 > .kuTaGy.wixui-button.zKbzSQ" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.05 (foreground color: #ffffff, background color: #fd0000, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"M3I7Z2 wixui-button__label\">Donate</span>", "target": [ "#comp-kq6qqet11 > .kuTaGy.wixui-button.zKbzSQ > .M3I7Z2.wixui-button__label" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.05 (foreground color: #ffffff, background color: #fd0000, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ] }, { "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 data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", "target": [ "#dataItem-kzydm5zf-comp-kzydm5xu > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" ], "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 data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", "target": [ "#dataItem-l1e4m6wg-comp-kzydm5xu > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" ], "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" } ] } ] }, "success": true }, "standardResult": { "totals": [ 9, 13, 0, 4 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "P", "id": "comp-kq82c85j0label", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kq82c85j0label" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j0label\">About Kate</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "P", "id": "comp-kq82c85j1label", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kq82c85j1label" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j1label\">Around the 71st</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "P", "id": "comp-kq82c85j2label", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kq82c85j2label" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j2label\">Stay Connected</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h3 > span > span > span" }, "excerpt": "<span style=\"font-size:25px;\" class=\"wixui-rich-text__text\">Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kzx99405 > .font_8:nth-child(1) > span > span" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kzx99405 > .font_8:nth-child(5) > span > span" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">We need someone in Sacramento who will fight for our children.</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".font_7 > span > span > span" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">Inquiries</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "span > span > span > span" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">For any inquiries, questions, or comments, please email us at: <a data-auto-recognition=\"true\" href=\"mailto:contact@sanchezforassembly.com\" class=\"wixui-rich-text__text\">contact@sanchezforassembly.com</a></span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[data-auto-recognition=\"true\"]" }, "excerpt": "<a data-auto-recognition=\"true\" href=\"mailto:contact@sanchezforassembly.com\" class=\"wixui-rich-text__text\">contact@sanchezforassembly.com</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[data-anchor=\"SCROLL_TO_TOP\"] > span" }, "excerpt": "<span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">Go Up</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-l1e52g2k > .font_9 > span > span" }, "excerpt": "<span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">Paid for by Sanchez for Assembly 2024, ID#1457859</span>" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".mailmunch-embedded-iframe" }, "excerpt": "<iframe class=\"mailmunch-embedded-iframe mailmunch-embedded-iframe-188cf2f6c20174b2\" title=\"Sanchez for Assembly\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" style=\"background: transparent; border: 0px; width: 100%; height: 503px; max-height: 503px;\"></iframe>" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".nKphmK" }, "excerpt": "<iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" src=\"https://engage.wixapps.net/chat-widget-server/renderChatWidget/index?pageId=masterPage&compId=comp-kv7o6m31&vi ... %22%7D&currentRoute=.%2F&vsi=20207302-38a3-4dd4-8898-1d9ef9161123\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\">" }, { "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": "#SCROLL_TO_TOP > .mHZSwn" }, "excerpt": "<span class=\"mHZSwn\">top of 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": "LI", "id": "comp-kq82c85j__more__", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kq82c85j__more__" }, "excerpt": "<li id=\"comp-kq82c85j__more__\" data-direction=\"ltr\" data-listposition=\"right\" data-state=\"menu false header\" data-index=\"__more__\" data-dropdown=\"false\" class=\"qZw1lR D5Vkxr\" data-original-gap-between-text-and-btn=\"11\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kq82c85jnavContainer-hiddenA11ySubMenuIndication", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kq82c85jnavContainer-hiddenA11ySubMenuIndication" }, "excerpt": "<div style=\"display:none\" id=\"comp-kq82c85jnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kzkqoh42 > .mHZSwn" }, "excerpt": "<span class=\"mHZSwn\">About</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": "#comp-kzl2t680 > .mHZSwn" }, "excerpt": "<span class=\"mHZSwn\">Stay Connected</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": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "img[alt=\"Facebook\"]" }, "excerpt": "<img alt=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "img[alt=\"Instagram\"]" }, "excerpt": "<img alt=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\">" }, { "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": "#SCROLL_TO_BOTTOM > .mHZSwn" }, "excerpt": "<span class=\"mHZSwn\">bottom of 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": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "img[width=\"1\"]" }, "excerpt": "<img src=\"//analytics.mailmunch.co/event/?site_id=981590&widget_id=1075772&event_name=views&cache=1687103172133&referrer=https%3A%2F%2Fwww.sanchezforassembly.com%2F&visitor_id=0ef32051-9368-4364-bc4e-385de229757d\" width=\"1\" height=\"1\" style=\"display: none;\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.05 (foreground color: #ffffff, background color: #fd0000, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kq0z8ksb > .kuTaGy.wixui-button.zKbzSQ > .M3I7Z2.wixui-button__label" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">Donate</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.05 (foreground color: #ffffff, background color: #fd0000, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kq6qqet11 > .kuTaGy.wixui-button.zKbzSQ > .M3I7Z2.wixui-button__label" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">Donate</span>" }, { "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": "#dataItem-kzydm5zf-comp-kzydm5xu > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">" }, { "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": "#dataItem-l1e4m6wg-comp-kzydm5xu > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">" } ] }, "endTime": 1687103177347 }, { "type": "launch", "which": "chromium", "startTime": 1687103177347, "endTime": 1687103177893 }, { "type": "url", "which": "https://www.sanchezforassembly.com/", "what": "Candidate Kate A. Sanchez (R)", "startTime": 1687103177893, "result": { "url": "https://www.sanchezforassembly.com/" }, "endTime": 1687103178407 }, { "type": "test", "which": "continuum", "startTime": 1687103178408, "url": "https://www.sanchezforassembly.com/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: kate-sanchez-ca-assembly-71-blue-v2.png", "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-7 ... -Blue-v2.png\" src=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png\"][alt=\"Kate-Sanchez-CA-Assembly-71-Blue-v2.png\"][srcset=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png 1x, https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_416,h_166,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png 2x\"][fetchpriority=\"high\"]", "attNo": 5 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: kate-sanchez-assembly-capitol.png", "element": "<img fetchpriority=\"high\" style=\"width: 1280px; height: 1000px; object-fit: cover; object-position: 100% 50%;\" alt=\"Kate-Sanchez-Assembly-Capitol.png\" src=\"https://static.wixstatic.com/media/4aa299_de ... -Assembly-Capitol.png\" src=\"https://static.wixstatic.com/media/4aa299_dedce6270f774997bf6a64ba6407335e~mv2.png/v1/fill/w_1070,h_836,al_r,q_90,enc_auto/4aa299_dedce6270f774997bf6a64ba6407335e~mv2.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/4aa299_dedce6270f774997bf6a64ba6407335e~mv2.png/v1/fill/w_1070,h_836,al_r,q_90,enc_auto/4aa299_dedce6270f774997bf6a64ba6407335e~mv2.png\"][alt=\"Kate-Sanchez-Assembly-Capitol.png\"][fetchpriority=\"high\"]", "attNo": 4 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: kate sanchez.png", "element": "<img style=\"width: 624px; height: 590px; object-fit: cover; object-position: 50% 50%;\" alt=\"Kate Sanchez.png\" src=\"https://static.wixstatic.com/media/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png/v1 ... src=\"https://static.wixstatic.com/media/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png/v1/fill/w_58,h_35,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png/v1/fill/w_58,h_35,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png\"][alt=\"Kate Sanchez.png\"]", "attNo": 3 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: africa 2.jpg", "element": "<img style=\"width: 530px; height: 1058px; object-fit: cover; object-position: 50% 50%;\" alt=\"Africa 2.jpg\" src=\"https://static.wixstatic.com/media/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg/v1/fi ... rc=\"https://static.wixstatic.com/media/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg/v1/fill/w_123,h_88,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg/v1/fill/w_123,h_88,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg\"][alt=\"Africa 2.jpg\"]", "attNo": 3 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: school & kids v2.jpg", "element": "<img style=\"width: 640px; height: 933px; object-fit: cover; object-position: 50% 50%;\" alt=\"School & Kids V2.jpg\" src=\"https://static.wixstatic.com/media/4aa299_a668373c1ebf48999792781a6b260466~mv ... rc=\"https://static.wixstatic.com/media/4aa299_a668373c1ebf48999792781a6b260466~mv2.jpg/v1/fill/w_122,h_96,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_a668373c1ebf48999792781a6b260466~mv2.jpg\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/4aa299_a668373c1ebf48999792781a6b260466~mv2.jpg/v1/fill/w_122,h_96,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_a668373c1ebf48999792781a6b260466~mv2.jpg\"][alt=\"School & Kids V2.jpg\"]", "attNo": 3 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: kate-sanchez-ca-assembly-71-white-v2.png", "element": "<img style=\"width: 229px; height: 92px; object-fit: cover; object-position: 50% 50%;\" alt=\"Kate-Sanchez-CA-Assembly-71-White-v2.png\" src=\"https://static.wixstatic.com/media/4aa299_a19e5c100429462c90be ... 2.png\" src=\"https://static.wixstatic.com/media/4aa299_a19e5c100429462c90be1d61c411c451~mv2.png/v1/fill/w_57,h_23,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Kate-Sanchez-CA-Assembly-71-White-v2.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/4aa299_a19e5c100429462c90be1d61c411c451~mv2.png/v1/fill/w_57,h_23,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Kate-Sanchez-CA-Assembly-71-White-v2.png\"][alt=\"Kate-Sanchez-CA-Assembly-71-White-v2.png\"]", "attNo": 3 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/e316f544 ... ;name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-kzydm5xu\"><img style=\"width: 39px; height: 39px; object-fit: cover;\" alt=\"Facebook\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"http://www.facebook.com/KateSanchezStateAssembly\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]", "attNo": 5 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/asmkatesanchez/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/9f9c321c774844b ... name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-kzydm5xu\"><img style=\"width: 39px; height: 39px; object-fit: cover;\" alt=\"Instagram\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.instagram.com/asmkatesanchez/\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]", "attNo": 5 } } ], "standardResult": { "totals": [ 0, 0, 0, 8 ], "instances": [ { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: kate-sanchez-ca-assembly-71-blue-v2.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-7 ... -Blue-v2.png\" src=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: kate-sanchez-assembly-capitol.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img fetchpriority=\"high\" style=\"width: 1280px; height: 1000px; object-fit: cover; object-position: 100% 50%;\" alt=\"Kate-Sanchez-Assembly-Capitol.png\" src=\"https://static.wixstatic.com/media/4aa299_de ... -Assembly-Capitol.png\" src=\"https://static.wixstatic.com/media/4aa299_dedce6270f774997bf6a64ba6407335e~mv2.png/v1/fill/w_1070,h_836,al_r,q_90,enc_auto/4aa299_dedce6270f774997bf6a64ba6407335e~mv2.png\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: kate sanchez.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img style=\"width: 624px; height: 590px; object-fit: cover; object-position: 50% 50%;\" alt=\"Kate Sanchez.png\" src=\"https://static.wixstatic.com/media/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png/v1 ... src=\"https://static.wixstatic.com/media/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png/v1/fill/w_58,h_35,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: africa 2.jpg", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img style=\"width: 530px; height: 1058px; object-fit: cover; object-position: 50% 50%;\" alt=\"Africa 2.jpg\" src=\"https://static.wixstatic.com/media/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg/v1/fi ... rc=\"https://static.wixstatic.com/media/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg/v1/fill/w_123,h_88,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: school & kids v2.jpg", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img style=\"width: 640px; height: 933px; object-fit: cover; object-position: 50% 50%;\" alt=\"School & Kids V2.jpg\" src=\"https://static.wixstatic.com/media/4aa299_a668373c1ebf48999792781a6b260466~mv ... rc=\"https://static.wixstatic.com/media/4aa299_a668373c1ebf48999792781a6b260466~mv2.jpg/v1/fill/w_122,h_96,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_a668373c1ebf48999792781a6b260466~mv2.jpg\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: kate-sanchez-ca-assembly-71-white-v2.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img style=\"width: 229px; height: 92px; object-fit: cover; object-position: 50% 50%;\" alt=\"Kate-Sanchez-CA-Assembly-71-White-v2.png\" src=\"https://static.wixstatic.com/media/4aa299_a19e5c100429462c90be ... 2.png\" src=\"https://static.wixstatic.com/media/4aa299_a19e5c100429462c90be1d61c411c451~mv2.png/v1/fill/w_57,h_23,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Kate-Sanchez-CA-Assembly-71-White-v2.png\">" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/e316f544 ... ;name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-kzydm5xu\"><img style=\"width: 39px; height: 39px; object-fit: cover;\" alt=\"Facebook\"></div></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/asmkatesanchez/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/9f9c321c774844b ... name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-kzydm5xu\"><img style=\"width: 39px; height: 39px; object-fit: cover;\" alt=\"Instagram\"></div></a>" } ] }, "endTime": 1687103178661 }, { "type": "launch", "which": "chromium", "startTime": 1687103178661, "endTime": 1687103179146 }, { "type": "url", "which": "https://www.sanchezforassembly.com/", "what": "Candidate Kate A. Sanchez (R)", "startTime": 1687103179146, "result": { "url": "https://www.sanchezforassembly.com/" }, "endTime": 1687103179660 }, { "type": "test", "which": "htmlcs", "startTime": 1687103179660, "url": "https://www.sanchezforassembly.com/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_3_1_AAA.G141": { "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\">...</h2>" } ], "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\">...</h2>" } ] }, "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 NaN:1.": [ { "tagName": "p", "id": "#comp-kq82c85j0label", "code": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j0label\">...</p>" }, { "tagName": "p", "id": "#comp-kq82c85j1label", "code": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j1label\">...</p>" }, { "tagName": "p", "id": "#comp-kq82c85j2label", "code": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j2label\">...</p>" } ] } }, "Warning": { "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [ { "tagName": "div", "id": "#comp-kv7o6m31-pinned-layer", "code": "<div id=\"comp-kv7o6m31-pinned-layer\" class=\"comp-kv7o6m31-pinned-layer big2ZD\">...</div>" } ] }, "AAA.1_4_3_F24.F24.FGColour": { "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [ { "tagName": "span", "id": "", "code": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">...</span>" } ] }, "AAA.1_4_6.G17.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.": [ { "tagName": "span", "id": "", "code": "<span class=\"M3I7Z2 wixui-button__label\">...</span>" } ] }, "AAA.3_2_5.H83.3": { "Check that this link's link text contains information indicating that the link will open in a new window.": [ { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://ad71.asmrc.org/category/around-the-71st/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"ppRL_Y\" aria-haspopup=\"false\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 7, 0, 0, 5 ], "instances": [ { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kv7o6m31-pinned-layer", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kv7o6m31-pinned-layer\" class=\"comp-kv7o6m31-pinned-layer big2ZD\">...</div>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">...</span>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">...</span>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://ad71.asmrc.org/category/around-the-71st/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"ppRL_Y\" aria-haspopup=\"false\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\">...</h2>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\">...</h2>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kq82c85j0label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j0label\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kq82c85j1label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j1label\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kq82c85j2label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j2label\">...</p>" } ] }, "endTime": 1687103179816 }, { "type": "launch", "which": "chromium", "startTime": 1687103179816, "endTime": 1687103180296 }, { "type": "url", "which": "https://www.sanchezforassembly.com/", "what": "Candidate Kate A. Sanchez (R)", "startTime": 1687103180297, "result": { "url": "https://www.sanchezforassembly.com/" }, "endTime": 1687103180907 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687103180907, "url": "https://www.sanchezforassembly.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 2, "recommendation": 5, "ignored": 0 }, "items": [ { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[2]/a[1]", "aria": "/document[1]/contentinfo[1]/list[1]/listitem[2]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 375, "top": 4945, "height": 39, "width": 39 }, "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/asmkatesanchez/\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[1]/a[1]", "aria": "/document[1]/contentinfo[1]/list[1]/listitem[1]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 326, "top": 4945, "height": 39, "width": 39 }, "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[9]", "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=\"26db2925-e3c9-41cb-97a4-df2263682ccb\" http-equiv=\"X-Wix-Application-Instance-Id\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[8]", "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=\"6041c65f-96cb-4f38-ad87-b34ced538598\" http-equiv=\"X-Wix-Meta-Site-Id\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[3]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[11]", "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=\"bug\" http-equiv=\"etag\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[10]", "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=\"326\" http-equiv=\"X-Wix-Published-Version\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 5, 0, 2 ], "instances": [ { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[2]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/asmkatesanchez/\" data-testid=\"linkElement\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[1]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" data-testid=\"linkElement\">" }, { "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[9]" }, "excerpt": "<meta content=\"26db2925-e3c9-41cb-97a4-df2263682ccb\" http-equiv=\"X-Wix-Application-Instance-Id\">" }, { "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[8]" }, "excerpt": "<meta content=\"6041c65f-96cb-4f38-ad87-b34ced538598\" http-equiv=\"X-Wix-Meta-Site-Id\">" }, { "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[3]" }, "excerpt": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">" }, { "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[11]" }, "excerpt": "<meta content=\"bug\" http-equiv=\"etag\">" }, { "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[10]" }, "excerpt": "<meta content=\"326\" http-equiv=\"X-Wix-Published-Version\">" } ] }, "endTime": 1687103188085 }, { "type": "launch", "which": "chromium", "startTime": 1687103188085, "endTime": 1687103188628 }, { "type": "url", "which": "https://www.sanchezforassembly.com/", "what": "Candidate Kate A. Sanchez (R)", "startTime": 1687103188628, "result": { "url": "https://www.sanchezforassembly.com/" }, "endTime": 1687103189212 }, { "type": "test", "which": "nuVal", "startTime": 1687103189212, "url": "https://www.sanchezforassembly.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 185, "lastColumn": 2799, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.sanchezforassembly.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=6041c65f-96cb-4f38-ad87-b34ced538598&module=thunderbolt-platform&originalLanguage=en&pageId=4aa299_fe13d72e100f1a46d0a048dd747517ce_326.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2791 }, { "type": "error", "lastLine": 185, "lastColumn": 2799, "firstColumn": 9, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.sanchezforassembly.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=6041c65f-96cb-4f38-ad87-b34ced538598&module=thunderbolt-platform&originalLanguage=en&pageId=4aa299_fe13d72e100f1a46d0a048dd747517ce_326.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2791 }, { "type": "error", "lastLine": 190, "lastColumn": 2794, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.sanchezforassembly.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=6041c65f-96cb-4f38-ad87-b34ced538598&module=thunderbolt-platform&originalLanguage=en&pageId=4aa299_815ae0e23efcd21c6d103ba6e031dddb_326.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2786 }, { "type": "error", "lastLine": 190, "lastColumn": 2794, "firstColumn": 9, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.sanchezforassembly.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=6041c65f-96cb-4f38-ad87-b34ced538598&module=thunderbolt-platform&originalLanguage=en&pageId=4aa299_815ae0e23efcd21c6d103ba6e031dddb_326.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2786 }, { "type": "error", "lastLine": 195, "lastColumn": 3049, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.sanchezforassembly.com&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=6041c65f-96cb-4f38-ad87-b34ced538598&module=thunderbolt-features&originalLanguage=en&pageId=4aa299_fe13d72e100f1a46d0a048dd747517ce_326.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&staticHTMLComponentUrl=https%3A%2F%2Fwww-sanchezforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 3041 }, { "type": "error", "lastLine": 200, "lastColumn": 3044, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.sanchezforassembly.com&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=6041c65f-96cb-4f38-ad87-b34ced538598&module=thunderbolt-features&originalLanguage=en&pageId=4aa299_815ae0e23efcd21c6d103ba6e031dddb_326.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&staticHTMLComponentUrl=https%3A%2F%2Fwww-sanchezforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 3036 }, { "type": "error", "lastLine": 205, "lastColumn": 2483, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 2657, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 2830, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 3000, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 3163, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:out", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 3296, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:out", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 3428, "message": "CSS: Parse Error.", "extract": "nsition-group(*),::view-transi", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 3453, "message": "CSS: Parse Error.", "extract": "ransition-new(*),::view-transi", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 3478, "message": "CSS: Parse Error.", "extract": "ransition-old(*){animation:non", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 218, "lastColumn": 67, "firstColumn": 7, "message": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "extract": "-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "error", "lastLine": 220, "lastColumn": 65, "firstColumn": 7, "message": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "extract": " \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "error", "lastLine": 233, "lastColumn": 85, "firstColumn": 1, "message": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "extract": "\n \n \n\n<meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"6041c65f-96cb-4f38-ad87-b34ced538598\">\n<meta", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "error", "lastLine": 234, "lastColumn": 96, "firstColumn": 1, "message": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "extract": "d538598\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"26db2925-e3c9-41cb-97a4-df2263682ccb\">\n\n ", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 236, "lastColumn": 61, "firstColumn": 5, "message": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "extract": "cb\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"326\">\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "error", "lastLine": 240, "lastColumn": 42, "firstColumn": 5, "message": "Bad value etag for attribute http-equiv on element meta.", "extract": "\">\n\n\n\n <meta http-equiv=\"etag\" content=\"bug\">\n\n<!--", "hiliteStart": 10, "hiliteLength": 38 }, { "type": "error", "lastLine": 244, "lastColumn": 5580, "firstColumn": 5571, "message": "CSS: view-transition-name: Property view-transition-name doesn't exist.", "extract": "tion-name:page-group}.fcNE", "hiliteStart": 10, "hiliteLength": 10 }, { "type": "error", "lastLine": 244, "lastColumn": 6335, "firstColumn": 6318, "message": "CSS: vector-effect: Property vector-effect doesn't exist.", "extract": "or-effect:non-scaling-stroke}.R8rh", "hiliteStart": 10, "hiliteLength": 18 }, { "type": "error", "lastLine": 245, "lastColumn": 3854, "message": "CSS: --divider-pin-height__: The types are incompatible.", "extract": "-factor__) + 1));--divider-pin", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 245, "lastColumn": 3998, "message": "CSS: --divider-pin-border__: The types are incompatible.", "extract": "or__) / -1 + 1));height:calc(v", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 245, "lastColumn": 4720, "message": "CSS: opacity: Parse Error.", "extract": "layer-i__) + 1))}.UORcXs{--div", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 252, "lastColumn": 2744, "message": "CSS: --divider-pin-height__: The types are incompatible.", "extract": "-factor__) + 1));--divider-pin", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 252, "lastColumn": 2888, "message": "CSS: --divider-pin-border__: The types are incompatible.", "extract": "or__) / -1 + 1));height:calc(v", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 252, "lastColumn": 3610, "message": "CSS: opacity: Parse Error.", "extract": "layer-i__) + 1))}.xnZvZH{--div", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 276, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "class=\"\">\n<script type=\"text/javascript\">\n v", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 295, "lastColumn": 70, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "extract": "rt-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 297, "lastColumn": 68, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "extract": "\n \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "error", "lastLine": 322, "lastColumn": 53, "firstColumn": 27, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "ages-css\"><style id=\"css_masterPage\">#maste", "hiliteStart": 10, "hiliteLength": 27 }, { "type": "error", "lastLine": 323, "lastColumn": 2671, "firstColumn": 2666, "message": "CSS: --theme-spx-ratio: Unknown dimension.", "extract": "io:0.1cqw}.font_0{font", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 794, "lastColumn": 22, "firstColumn": 1, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "\n</style>\n<style id=\"css_c1dmp\">#c1dmp", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "info", "lastLine": 979, "lastColumn": 1324, "firstColumn": 1249, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kq0za4c5\" class=\"comp-kq0za4c5 CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 979, "lastColumn": 9337, "firstColumn": 9262, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kq0xqk0z\" class=\"comp-kq0xqk0z CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 979, "lastColumn": 8889, "firstColumn": 8805, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-lgo057fp\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fp wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "info", "lastLine": 979, "lastColumn": 11256, "firstColumn": 11170, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-lgo057fp1\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fp1 wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "info", "lastLine": 979, "lastColumn": 13038, "firstColumn": 12954, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-lgo057fq\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "info", "lastLine": 987, "lastColumn": 2857, "firstColumn": 2782, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kqi47q7n\" class=\"comp-kqi47q7n CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 987, "lastColumn": 2405, "firstColumn": 2319, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-lgo057fq1\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq1 wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "info", "lastLine": 987, "lastColumn": 3683, "firstColumn": 3597, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-lgo057fq2\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq2 wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "info", "lastLine": 1019, "lastColumn": 955, "firstColumn": 880, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kzn7512g\" class=\"comp-kzn7512g CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 1019, "lastColumn": 503, "firstColumn": 417, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-lgo057fq3\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq3 wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "info", "lastLine": 1019, "lastColumn": 2233, "firstColumn": 2158, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kqi4aeca\" class=\"comp-kqi4aeca CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 1019, "lastColumn": 1781, "firstColumn": 1695, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-lgo057fq4\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq4 wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "info", "lastLine": 1045, "lastColumn": 2446, "firstColumn": 2371, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kzn75vz4\" class=\"comp-kzn75vz4 CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 1045, "lastColumn": 1994, "firstColumn": 1908, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-lgo057fq5\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq5 wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "error", "lastLine": 1045, "lastColumn": 4046, "firstColumn": 3845, "message": "Attribute allowvr not allowed on element iframe at this point.", "extract": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 202 }, { "type": "error", "lastLine": 1045, "lastColumn": 4046, "firstColumn": 3845, "message": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "extract": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 202 }, { "type": "error", "lastLine": 1045, "lastColumn": 4046, "firstColumn": 3845, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 202 }, { "type": "error", "lastLine": 1045, "lastColumn": 4046, "firstColumn": 3845, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 202 }, { "type": "error", "lastLine": 1045, "lastColumn": 9147, "firstColumn": 9074, "message": "Element img is missing required attribute src.", "extract": "e697.png\"><img alt=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\"></wow-", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "error", "lastLine": 1045, "lastColumn": 10090, "firstColumn": 10016, "message": "Element img is missing required attribute src.", "extract": "a4f1.png\"><img alt=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\"></wow-", "hiliteStart": 10, "hiliteLength": 75 }, { "type": "info", "lastLine": 1045, "lastColumn": 4496, "firstColumn": 4421, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kq6qq8ht\" class=\"comp-kq6qq8ht CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 1045, "lastColumn": 11040, "firstColumn": 10965, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-kq51g9f0\" class=\"comp-kq51g9f0 CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 1103, "lastColumn": 68, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "extract": "rt-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "error", "lastLine": 1105, "lastColumn": 66, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "extract": "\n \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri", "hiliteStart": 10, "hiliteLength": 62 } ] }, "rawPage": { "messages": [ { "type": "info", "lastLine": 6, "lastColumn": 96, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "utf-8'>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" id=\"wixDesktopViewport\" />\n <me", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "info", "lastLine": 8, "lastColumn": 60, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=edge\">\n <meta name=\"generator\" content=\"Wix.com Website Builder\"/>\n\n <l", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 11, "lastColumn": 106, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "o.ico\">\n <link rel=\"shortcut icon\" href=\"https://static.parastorage.com/client/pfavico.ico\" type=\"image/x-icon\"/>\n <li", "hiliteStart": 10, "hiliteLength": 104 }, { "type": "info", "lastLine": 12, "lastColumn": 109, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "icon\"/>\n <link rel=\"apple-touch-icon\" href=\"https://static.parastorage.com/client/pfavico.ico\" type=\"image/x-icon\"/>\n <!-", "hiliteStart": 10, "hiliteLength": 107 }, { "type": "error", "lastLine": 187, "lastColumn": 2699, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.sanchezforassembly.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=6041c65f-96cb-4f38-ad87-b34ced538598&module=thunderbolt-platform&originalLanguage=en&pageId=4aa299_fe13d72e100f1a46d0a048dd747517ce_326.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2691 }, { "type": "error", "lastLine": 187, "lastColumn": 2699, "firstColumn": 9, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.sanchezforassembly.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=6041c65f-96cb-4f38-ad87-b34ced538598&module=thunderbolt-platform&originalLanguage=en&pageId=4aa299_fe13d72e100f1a46d0a048dd747517ce_326.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2691 }, { "type": "error", "lastLine": 187, "lastColumn": 2706, "firstColumn": 2700, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 192, "lastColumn": 2694, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.sanchezforassembly.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=6041c65f-96cb-4f38-ad87-b34ced538598&module=thunderbolt-platform&originalLanguage=en&pageId=4aa299_815ae0e23efcd21c6d103ba6e031dddb_326.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2686 }, { "type": "error", "lastLine": 192, "lastColumn": 2694, "firstColumn": 9, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.sanchezforassembly.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=6041c65f-96cb-4f38-ad87-b34ced538598&module=thunderbolt-platform&originalLanguage=en&pageId=4aa299_815ae0e23efcd21c6d103ba6e031dddb_326.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2686 }, { "type": "error", "lastLine": 192, "lastColumn": 2701, "firstColumn": 2695, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 197, "lastColumn": 2925, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.sanchezforassembly.com&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=6041c65f-96cb-4f38-ad87-b34ced538598&module=thunderbolt-features&originalLanguage=en&pageId=4aa299_fe13d72e100f1a46d0a048dd747517ce_326.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&staticHTMLComponentUrl=https%3A%2F%2Fwww-sanchezforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2917 }, { "type": "error", "lastLine": 197, "lastColumn": 2932, "firstColumn": 2926, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 202, "lastColumn": 2920, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.sanchezforassembly.com&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=6041c65f-96cb-4f38-ad87-b34ced538598&module=thunderbolt-features&originalLanguage=en&pageId=4aa299_815ae0e23efcd21c6d103ba6e031dddb_326.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&staticHTMLComponentUrl=https%3A%2F%2Fwww-sanchezforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2912 }, { "type": "error", "lastLine": 202, "lastColumn": 2927, "firstColumn": 2921, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 207, "lastColumn": 2483, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 2657, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 2830, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 3000, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 3163, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:out", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 3296, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:out", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 3428, "message": "CSS: Parse Error.", "extract": "nsition-group(*),::view-transi", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 3453, "message": "CSS: Parse Error.", "extract": "ransition-new(*),::view-transi", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 3478, "message": "CSS: Parse Error.", "extract": "ransition-old(*){animation:non", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 220, "lastColumn": 67, "firstColumn": 7, "message": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "extract": "-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "error", "lastLine": 222, "lastColumn": 65, "firstColumn": 7, "message": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "extract": " \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "error", "lastLine": 235, "lastColumn": 85, "firstColumn": 1, "message": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "extract": "\n \n \n\n<meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"6041c65f-96cb-4f38-ad87-b34ced538598\">\n<meta", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "error", "lastLine": 236, "lastColumn": 96, "firstColumn": 1, "message": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "extract": "d538598\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"26db2925-e3c9-41cb-97a4-df2263682ccb\">\n\n ", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 238, "lastColumn": 62, "firstColumn": 5, "message": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "extract": "cb\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"326\"/>\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 238, "lastColumn": 62, "firstColumn": 5, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "cb\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"326\"/>\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "error", "lastLine": 242, "lastColumn": 43, "firstColumn": 5, "message": "Bad value etag for attribute http-equiv on element meta.", "extract": "/>\n\n\n\n <meta http-equiv=\"etag\" content=\"bug\"/>\n\n<!--", "hiliteStart": 10, "hiliteLength": 39 }, { "type": "info", "lastLine": 242, "lastColumn": 43, "firstColumn": 5, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/>\n\n\n\n <meta http-equiv=\"etag\" content=\"bug\"/>\n\n<!--", "hiliteStart": 10, "hiliteLength": 39 }, { "type": "error", "lastLine": 246, "lastColumn": 5580, "firstColumn": 5571, "message": "CSS: view-transition-name: Property view-transition-name doesn't exist.", "extract": "tion-name:page-group}.fcNE", "hiliteStart": 10, "hiliteLength": 10 }, { "type": "error", "lastLine": 246, "lastColumn": 6335, "firstColumn": 6318, "message": "CSS: vector-effect: Property vector-effect doesn't exist.", "extract": "or-effect:non-scaling-stroke}.R8rh", "hiliteStart": 10, "hiliteLength": 18 }, { "type": "error", "lastLine": 247, "lastColumn": 3854, "message": "CSS: --divider-pin-height__: The types are incompatible.", "extract": "-factor__) + 1));--divider-pin", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 247, "lastColumn": 3998, "message": "CSS: --divider-pin-border__: The types are incompatible.", "extract": "or__) / -1 + 1));height:calc(v", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 247, "lastColumn": 4720, "message": "CSS: opacity: Parse Error.", "extract": "layer-i__) + 1))}.UORcXs{--div", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 254, "lastColumn": 2744, "message": "CSS: --divider-pin-height__: The types are incompatible.", "extract": "-factor__) + 1));--divider-pin", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 254, "lastColumn": 2888, "message": "CSS: --divider-pin-border__: The types are incompatible.", "extract": "or__) / -1 + 1));height:calc(v", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 254, "lastColumn": 3610, "message": "CSS: opacity: Parse Error.", "extract": "layer-i__) + 1))}.xnZvZH{--div", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 259, "lastColumn": 167, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/title>\n <meta name=\"description\" content=\"Kate Sanchez was elected to the California State Assembly in November 2022 and now serves the 71st California Assembly District.\"/>\n <li", "hiliteStart": 10, "hiliteLength": 165 }, { "type": "info", "lastLine": 260, "lastColumn": 67, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ict.\"/>\n <link rel=\"canonical\" href=\"https://www.sanchezforassembly.com\"/>\n <me", "hiliteStart": 10, "hiliteLength": 65 }, { "type": "info", "lastLine": 261, "lastColumn": 104, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com\"/>\n <meta property=\"og:title\" content=\"Assembly Member Kate Sanchez for California Assembly District 71\"/>\n <me", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "info", "lastLine": 262, "lastColumn": 174, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t 71\"/>\n <meta property=\"og:description\" content=\"Kate Sanchez was elected to the California State Assembly in November 2022 and now serves the 71st California Assembly District.\"/>\n <me", "hiliteStart": 10, "hiliteLength": 172 }, { "type": "info", "lastLine": 263, "lastColumn": 196, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ict.\"/>\n <meta property=\"og:image\" content=\"https://static.wixstatic.com/media/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png/v1/fill/w_1053,h_643,al_c/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png\"/>\n <me", "hiliteStart": 10, "hiliteLength": 194 }, { "type": "info", "lastLine": 264, "lastColumn": 50, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".png\"/>\n <meta property=\"og:image:width\" content=\"1053\"/>\n <me", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 265, "lastColumn": 50, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1053\"/>\n <meta property=\"og:image:height\" content=\"643\"/>\n <me", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 266, "lastColumn": 72, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\"643\"/>\n <meta property=\"og:url\" content=\"https://www.sanchezforassembly.com\"/>\n <me", "hiliteStart": 10, "hiliteLength": 70 }, { "type": "info", "lastLine": 267, "lastColumn": 64, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com\"/>\n <meta property=\"og:site_name\" content=\"Sanchez for Assembly\"/>\n <me", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 268, "lastColumn": 46, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "mbly\"/>\n <meta property=\"og:type\" content=\"website\"/>\n <me", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 269, "lastColumn": 95, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "site\"/>\n <meta name=\"google-site-verification\" content=\"ddaPSZ5_sFyErnUoCZYC31okepazh33O_UHydASXZdA\"/>\n <me", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 270, "lastColumn": 59, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "XZdA\"/>\n <meta name=\"twitter:card\" content=\"summary_large_image\"/>\n <me", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 271, "lastColumn": 105, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "mage\"/>\n <meta name=\"twitter:title\" content=\"Assembly Member Kate Sanchez for California Assembly District 71\"/>\n <me", "hiliteStart": 10, "hiliteLength": 103 }, { "type": "info", "lastLine": 272, "lastColumn": 175, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t 71\"/>\n <meta name=\"twitter:description\" content=\"Kate Sanchez was elected to the California State Assembly in November 2022 and now serves the 71st California Assembly District.\"/>\n <me", "hiliteStart": 10, "hiliteLength": 173 }, { "type": "info", "lastLine": 273, "lastColumn": 197, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ict.\"/>\n <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png/v1/fill/w_1053,h_643,al_c/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png\"/>\n\n\n</h", "hiliteStart": 10, "hiliteLength": 195 }, { "type": "info", "lastLine": 278, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "lass='' >\n<script type=\"text/javascript\">\n v", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 297, "lastColumn": 70, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "extract": "rt-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 299, "lastColumn": 68, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "extract": "\n \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "error", "lastLine": 324, "lastColumn": 53, "firstColumn": 27, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "ages-css\"><style id=\"css_masterPage\">#maste", "hiliteStart": 10, "hiliteLength": 27 }, { "type": "error", "lastLine": 325, "lastColumn": 2671, "firstColumn": 2666, "message": "CSS: --theme-spx-ratio: Unknown dimension.", "extract": "io:0.1cqw}.font_0{font", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 796, "lastColumn": 22, "firstColumn": 1, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "\n</style>\n<style id=\"css_c1dmp\">#c1dmp", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "info", "lastLine": 981, "lastColumn": 3412, "firstColumn": 2728, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png\" alt=\"Kate-Sanchez-CA-Assembly-71-Blue-v2.png\" style=\"width:208px;height:83px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png 1x, https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_416,h_166,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 685 }, { "type": "info", "lastLine": 981, "lastColumn": 1324, "firstColumn": 1249, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kq0za4c5\" class=\"comp-kq0za4c5 CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 981, "lastColumn": 9683, "firstColumn": 9365, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/4aa299_dedce6270f774997bf6a64ba6407335e~mv2.png/v1/fill/w_49,h_33,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_dedce6270f774997bf6a64ba6407335e~mv2.png\" alt=\"Kate-Sanchez-Assembly-Capitol.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:100% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 319 }, { "type": "info", "lastLine": 981, "lastColumn": 8301, "firstColumn": 8226, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kq0xqk0z\" class=\"comp-kq0xqk0z CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 981, "lastColumn": 7853, "firstColumn": 7769, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-lgo057fp\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fp wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "info", "lastLine": 981, "lastColumn": 10033, "firstColumn": 9947, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-lgo057fp1\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fp1 wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "info", "lastLine": 989, "lastColumn": 1698, "firstColumn": 1398, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png/v1/fill/w_58,h_35,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png\" alt=\"Kate Sanchez.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 301 }, { "type": "info", "lastLine": 981, "lastColumn": 11815, "firstColumn": 11731, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-lgo057fq\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "info", "lastLine": 989, "lastColumn": 2652, "firstColumn": 2577, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kqi47q7n\" class=\"comp-kqi47q7n CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 989, "lastColumn": 2200, "firstColumn": 2114, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-lgo057fq1\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq1 wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "info", "lastLine": 989, "lastColumn": 5292, "firstColumn": 4995, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg/v1/fill/w_123,h_88,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg\" alt=\"Africa 2.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 298 }, { "type": "info", "lastLine": 989, "lastColumn": 3478, "firstColumn": 3392, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-lgo057fq2\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq2 wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "info", "lastLine": 1021, "lastColumn": 955, "firstColumn": 880, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kzn7512g\" class=\"comp-kzn7512g CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 1021, "lastColumn": 503, "firstColumn": 417, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-lgo057fq3\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq3 wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "info", "lastLine": 1021, "lastColumn": 2233, "firstColumn": 2158, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kqi4aeca\" class=\"comp-kqi4aeca CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 1047, "lastColumn": 1458, "firstColumn": 1149, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/4aa299_a668373c1ebf48999792781a6b260466~mv2.jpg/v1/fill/w_122,h_96,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_a668373c1ebf48999792781a6b260466~mv2.jpg\" alt=\"School & Kids V2.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 310 }, { "type": "info", "lastLine": 1021, "lastColumn": 1781, "firstColumn": 1695, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-lgo057fq4\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq4 wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "info", "lastLine": 1047, "lastColumn": 2260, "firstColumn": 2185, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kzn75vz4\" class=\"comp-kzn75vz4 CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 1047, "lastColumn": 1808, "firstColumn": 1722, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-lgo057fq5\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq5 wixui-section\"><div i", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "error", "lastLine": 1047, "lastColumn": 3860, "firstColumn": 3659, "message": "Attribute allowvr not allowed on element iframe at this point.", "extract": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 202 }, { "type": "error", "lastLine": 1047, "lastColumn": 3860, "firstColumn": 3659, "message": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "extract": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 202 }, { "type": "error", "lastLine": 1047, "lastColumn": 3860, "firstColumn": 3659, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 202 }, { "type": "error", "lastLine": 1047, "lastColumn": 3860, "firstColumn": 3659, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 202 }, { "type": "info", "lastLine": 1047, "lastColumn": 6035, "firstColumn": 5718, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/4aa299_a19e5c100429462c90be1d61c411c451~mv2.png/v1/fill/w_57,h_23,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Kate-Sanchez-CA-Assembly-71-White-v2.png\" alt=\"Kate-Sanchez-CA-Assembly-71-White-v2.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 318 }, { "type": "error", "lastLine": 1047, "lastColumn": 8536, "firstColumn": 8516, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Facebook\"/></wow-", "hiliteStart": 10, "hiliteLength": 21 }, { "type": "info", "lastLine": 1047, "lastColumn": 8536, "firstColumn": 8516, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Facebook\"/></wow-", "hiliteStart": 10, "hiliteLength": 21 }, { "type": "error", "lastLine": 1047, "lastColumn": 9250, "firstColumn": 9229, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "info", "lastLine": 1047, "lastColumn": 9250, "firstColumn": 9229, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "info", "lastLine": 1047, "lastColumn": 4310, "firstColumn": 4235, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kq6qq8ht\" class=\"comp-kq6qq8ht CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 1047, "lastColumn": 10200, "firstColumn": 10125, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-kq51g9f0\" class=\"comp-kq51g9f0 CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 1105, "lastColumn": 68, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "extract": "rt-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "error", "lastLine": 1107, "lastColumn": 66, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "extract": "\n \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri", "hiliteStart": 10, "hiliteLength": 62 } ] }, "success": true }, "standardResult": { "totals": [ 34, 0, 88, 0 ], "instances": [ { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "platform_masterPage", "location": { "doc": "dom", "type": "line", "spec": "185" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... =1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"> " }, { "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": "platform_masterPage", "location": { "doc": "dom", "type": "line", "spec": "185" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... =1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"> " }, { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "platform_c1dmp", "location": { "doc": "dom", "type": "line", "spec": "190" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... rsion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"> " }, { "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": "platform_c1dmp", "location": { "doc": "dom", "type": "line", "spec": "190" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... rsion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"> " }, { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "features_masterPage", "location": { "doc": "dom", "type": "line", "spec": "195" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... 2F%2Fwww-sanchezforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"> " }, { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "features_c1dmp", "location": { "doc": "dom", "type": "line", "spec": "200" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... s%3A%2F%2Fwww-sanchezforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"> " }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "-old(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "-new(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "-old(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "-new(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "-old(page-group){animation:out" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "-new(page-group){animation:out" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "nsition-group(*),::view-transi" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "ransition-new(*),::view-transi" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "ransition-old(*){animation:non" }, { "ruleID": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.head start", "location": { "doc": "dom", "type": "line", "spec": "218" }, "excerpt": "--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.head end", "location": { "doc": "dom", "type": "line", "spec": "220" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri" }, { "ruleID": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "233" }, "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"6041c65f-96cb-4f38-ad87-b34ced538598\"> <meta" }, { "ruleID": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "234" }, "excerpt": "d538598\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"26db2925-e3c9-41cb-97a4-df2263682ccb\"> " }, { "ruleID": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "236" }, "excerpt": "cb\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"326\"> " }, { "ruleID": "Bad value etag for attribute http-equiv on element meta.", "what": "Bad value etag for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "240" }, "excerpt": "\"> <meta http-equiv=\"etag\" content=\"bug\"> <!--" }, { "ruleID": "CSS: view-transition-name: Property view-transition-name doesn't exist.", "what": "CSS: view-transition-name: Property view-transition-name doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "244" }, "excerpt": "tion-name:page-group}.fcNE" }, { "ruleID": "CSS: vector-effect: Property vector-effect doesn't exist.", "what": "CSS: vector-effect: Property vector-effect doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "244" }, "excerpt": "or-effect:non-scaling-stroke}.R8rh" }, { "ruleID": "CSS: --divider-pin-height__: The types are incompatible.", "what": "CSS: --divider-pin-height__: The types are incompatible.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "245" }, "excerpt": "-factor__) + 1));--divider-pin" }, { "ruleID": "CSS: --divider-pin-border__: The types are incompatible.", "what": "CSS: --divider-pin-border__: The types are incompatible.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "245" }, "excerpt": "or__) / -1 + 1));height:calc(v" }, { "ruleID": "CSS: opacity: Parse Error.", "what": "CSS: opacity: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "245" }, "excerpt": "layer-i__) + 1))}.UORcXs{--div" }, { "ruleID": "CSS: --divider-pin-height__: The types are incompatible.", "what": "CSS: --divider-pin-height__: The types are incompatible.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "252" }, "excerpt": "-factor__) + 1));--divider-pin" }, { "ruleID": "CSS: --divider-pin-border__: The types are incompatible.", "what": "CSS: --divider-pin-border__: The types are incompatible.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "252" }, "excerpt": "or__) / -1 + 1));height:calc(v" }, { "ruleID": "CSS: opacity: Parse Error.", "what": "CSS: opacity: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "252" }, "excerpt": "layer-i__) + 1))}.xnZvZH{--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": "276" }, "excerpt": "class=\"\"> <script type=\"text/javascript\"> v" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyStart start", "location": { "doc": "dom", "type": "line", "spec": "295" }, "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyStart end", "location": { "doc": "dom", "type": "line", "spec": "297" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri" }, { "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "css_masterPage", "location": { "doc": "dom", "type": "line", "spec": "322" }, "excerpt": "ages-css\"><style id=\"css_masterPage\">#maste" }, { "ruleID": "CSS: --theme-spx-ratio: Unknown dimension.", "what": "CSS: --theme-spx-ratio: Unknown dimension.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "323" }, "excerpt": "io:0.1cqw}.font_0{font" }, { "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "css_c1dmp", "location": { "doc": "dom", "type": "line", "spec": "794" }, "excerpt": " </style> <style id=\"css_c1dmp\">#c1dmp" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kq0za4c5", "location": { "doc": "dom", "type": "line", "spec": "979" }, "excerpt": "-content\"><section id=\"comp-kq0za4c5\" class=\"comp-kq0za4c5 CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kq0xqk0z", "location": { "doc": "dom", "type": "line", "spec": "979" }, "excerpt": "-content\"><section id=\"comp-kq0xqk0z\" class=\"comp-kq0xqk0z CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fp", "location": { "doc": "dom", "type": "line", "spec": "979" }, "excerpt": "-content\"><section id=\"comp-lgo057fp\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fp wixui-section\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fp1", "location": { "doc": "dom", "type": "line", "spec": "979" }, "excerpt": "</section><section id=\"comp-lgo057fp1\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fp1 wixui-section\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fq", "location": { "doc": "dom", "type": "line", "spec": "979" }, "excerpt": "</section><section id=\"comp-lgo057fq\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq wixui-section\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kqi47q7n", "location": { "doc": "dom", "type": "line", "spec": "987" }, "excerpt": "-content\"><section id=\"comp-kqi47q7n\" class=\"comp-kqi47q7n CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fq1", "location": { "doc": "dom", "type": "line", "spec": "987" }, "excerpt": "</section><section id=\"comp-lgo057fq1\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq1 wixui-section\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fq2", "location": { "doc": "dom", "type": "line", "spec": "987" }, "excerpt": "</section><section id=\"comp-lgo057fq2\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq2 wixui-section\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kzn7512g", "location": { "doc": "dom", "type": "line", "spec": "1019" }, "excerpt": "-content\"><section id=\"comp-kzn7512g\" class=\"comp-kzn7512g CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fq3", "location": { "doc": "dom", "type": "line", "spec": "1019" }, "excerpt": "</section><section id=\"comp-lgo057fq3\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq3 wixui-section\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kqi4aeca", "location": { "doc": "dom", "type": "line", "spec": "1019" }, "excerpt": "-content\"><section id=\"comp-kqi4aeca\" class=\"comp-kqi4aeca CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fq4", "location": { "doc": "dom", "type": "line", "spec": "1019" }, "excerpt": "</section><section id=\"comp-lgo057fq4\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq4 wixui-section\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kzn75vz4", "location": { "doc": "dom", "type": "line", "spec": "1045" }, "excerpt": "-content\"><section id=\"comp-kzn75vz4\" class=\"comp-kzn75vz4 CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fq5", "location": { "doc": "dom", "type": "line", "spec": "1045" }, "excerpt": "</section><section id=\"comp-lgo057fq5\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq5 wixui-section\"><div i" }, { "ruleID": "Attribute allowvr not allowed on element iframe at this point.", "what": "Attribute allowvr not allowed on element iframe at this point.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1045" }, "excerpt": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "what": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1045" }, "excerpt": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1045" }, "excerpt": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1045" }, "excerpt": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1045" }, "excerpt": "e697.png\"><img alt=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\"></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1045" }, "excerpt": "a4f1.png\"><img alt=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\"></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kq6qq8ht", "location": { "doc": "dom", "type": "line", "spec": "1045" }, "excerpt": "-content\"><section id=\"comp-kq6qq8ht\" class=\"comp-kq6qq8ht CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kq51g9f0", "location": { "doc": "dom", "type": "line", "spec": "1045" }, "excerpt": "</section><section id=\"comp-kq51g9f0\" class=\"comp-kq51g9f0 CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyEnd start", "location": { "doc": "dom", "type": "line", "spec": "1103" }, "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyEnd end", "location": { "doc": "dom", "type": "line", "spec": "1105" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></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": "META", "id": "wixDesktopViewport", "location": { "doc": "source", "type": "line", "spec": "6" }, "excerpt": "utf-8'> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" id=\"wixDesktopViewport\" /> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "8" }, "excerpt": "=edge\"> <meta name=\"generator\" content=\"Wix.com Website Builder\"/> <l" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "11" }, "excerpt": "o.ico\"> <link rel=\"shortcut icon\" href=\"https://static.parastorage.com/client/pfavico.ico\" type=\"image/x-icon\"/> <li" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "12" }, "excerpt": "icon\"/> <link rel=\"apple-touch-icon\" href=\"https://static.parastorage.com/client/pfavico.ico\" type=\"image/x-icon\"/> <!-" }, { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "platform_masterPage", "location": { "doc": "source", "type": "line", "spec": "187" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... Version=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></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": "platform_masterPage", "location": { "doc": "source", "type": "line", "spec": "187" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... Version=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link" }, { "ruleID": "Stray end tag link.", "what": "Stray end tag link.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "187" }, "excerpt": "nonymous\"></link> " }, { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "platform_c1dmp", "location": { "doc": "source", "type": "line", "spec": "192" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... ilderVersion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></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": "platform_c1dmp", "location": { "doc": "source", "type": "line", "spec": "192" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... ilderVersion=1.238.0&siteId=26db2925-e3c9-41cb-97a4-df2263682ccb&siteRevision=326&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link" }, { "ruleID": "Stray end tag link.", "what": "Stray end tag link.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "192" }, "excerpt": "nonymous\"></link> " }, { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "features_masterPage", "location": { "doc": "source", "type": "line", "spec": "197" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... 3A%2F%2Fwww-sanchezforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link" }, { "ruleID": "Stray end tag link.", "what": "Stray end tag link.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "197" }, "excerpt": "nonymous\"></link> " }, { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "features_c1dmp", "location": { "doc": "source", "type": "line", "spec": "202" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... ttps%3A%2F%2Fwww-sanchezforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link" }, { "ruleID": "Stray end tag link.", "what": "Stray end tag link.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "202" }, "excerpt": "nonymous\"></link> " }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "-old(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "-new(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "-old(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "-new(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "-old(page-group){animation:out" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "-new(page-group){animation:out" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "nsition-group(*),::view-transi" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "ransition-new(*),::view-transi" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "ransition-old(*){animation:non" }, { "ruleID": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.head start", "location": { "doc": "source", "type": "line", "spec": "220" }, "excerpt": "--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.head end", "location": { "doc": "source", "type": "line", "spec": "222" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri" }, { "ruleID": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "235" }, "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"6041c65f-96cb-4f38-ad87-b34ced538598\"> <meta" }, { "ruleID": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "236" }, "excerpt": "d538598\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"26db2925-e3c9-41cb-97a4-df2263682ccb\"> " }, { "ruleID": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "238" }, "excerpt": "cb\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"326\"/> " }, { "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": "238" }, "excerpt": "cb\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"326\"/> " }, { "ruleID": "Bad value etag for attribute http-equiv on element meta.", "what": "Bad value etag for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "242" }, "excerpt": "/> <meta http-equiv=\"etag\" content=\"bug\"/> <!--" }, { "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": "242" }, "excerpt": "/> <meta http-equiv=\"etag\" content=\"bug\"/> <!--" }, { "ruleID": "CSS: view-transition-name: Property view-transition-name doesn't exist.", "what": "CSS: view-transition-name: Property view-transition-name doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "246" }, "excerpt": "tion-name:page-group}.fcNE" }, { "ruleID": "CSS: vector-effect: Property vector-effect doesn't exist.", "what": "CSS: vector-effect: Property vector-effect doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "246" }, "excerpt": "or-effect:non-scaling-stroke}.R8rh" }, { "ruleID": "CSS: --divider-pin-height__: The types are incompatible.", "what": "CSS: --divider-pin-height__: The types are incompatible.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "247" }, "excerpt": "-factor__) + 1));--divider-pin" }, { "ruleID": "CSS: --divider-pin-border__: The types are incompatible.", "what": "CSS: --divider-pin-border__: The types are incompatible.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "247" }, "excerpt": "or__) / -1 + 1));height:calc(v" }, { "ruleID": "CSS: opacity: Parse Error.", "what": "CSS: opacity: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "247" }, "excerpt": "layer-i__) + 1))}.UORcXs{--div" }, { "ruleID": "CSS: --divider-pin-height__: The types are incompatible.", "what": "CSS: --divider-pin-height__: The types are incompatible.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "254" }, "excerpt": "-factor__) + 1));--divider-pin" }, { "ruleID": "CSS: --divider-pin-border__: The types are incompatible.", "what": "CSS: --divider-pin-border__: The types are incompatible.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "254" }, "excerpt": "or__) / -1 + 1));height:calc(v" }, { "ruleID": "CSS: opacity: Parse Error.", "what": "CSS: opacity: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "254" }, "excerpt": "layer-i__) + 1))}.xnZvZH{--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": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "259" }, "excerpt": "/title> <meta name=\"description\" content=\"Kate Sanchez was elected to the California State Assembly in November 2022 and now serves the 71st California Assembly District.\"/> <li" }, { "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": "260" }, "excerpt": "ict.\"/> <link rel=\"canonical\" href=\"https://www.sanchezforassembly.com\"/> <me" }, { "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": "261" }, "excerpt": ".com\"/> <meta property=\"og:title\" content=\"Assembly Member Kate Sanchez for California Assembly District 71\"/> <me" }, { "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": "262" }, "excerpt": "t 71\"/> <meta property=\"og:description\" content=\"Kate Sanchez was elected to the California State Assembly in November 2022 and now serves the 71st California Assembly District.\"/> <me" }, { "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": "263" }, "excerpt": "ict.\"/> <meta property=\"og:image\" content=\"https://static.wixstatic.com/media/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png/v1/fill/w_1053,h_643,al_c/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png\"/> <me" }, { "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": "264" }, "excerpt": ".png\"/> <meta property=\"og:image:width\" content=\"1053\"/> <me" }, { "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": "265" }, "excerpt": "1053\"/> <meta property=\"og:image:height\" content=\"643\"/> <me" }, { "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": "266" }, "excerpt": "\"643\"/> <meta property=\"og:url\" content=\"https://www.sanchezforassembly.com\"/> <me" }, { "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": "267" }, "excerpt": ".com\"/> <meta property=\"og:site_name\" content=\"Sanchez for Assembly\"/> <me" }, { "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": "268" }, "excerpt": "mbly\"/> <meta property=\"og:type\" content=\"website\"/> <me" }, { "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": "269" }, "excerpt": "site\"/> <meta name=\"google-site-verification\" content=\"ddaPSZ5_sFyErnUoCZYC31okepazh33O_UHydASXZdA\"/> <me" }, { "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": "270" }, "excerpt": "XZdA\"/> <meta name=\"twitter:card\" content=\"summary_large_image\"/> <me" }, { "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": "271" }, "excerpt": "mage\"/> <meta name=\"twitter:title\" content=\"Assembly Member Kate Sanchez for California Assembly District 71\"/> <me" }, { "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": "272" }, "excerpt": "t 71\"/> <meta name=\"twitter:description\" content=\"Kate Sanchez was elected to the California State Assembly in November 2022 and now serves the 71st California Assembly District.\"/> <me" }, { "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": "273" }, "excerpt": "ict.\"/> <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png/v1/fill/w_1053,h_643,al_c/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png\"/> </h" }, { "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": "278" }, "excerpt": "lass='' > <script type=\"text/javascript\"> v" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyStart start", "location": { "doc": "source", "type": "line", "spec": "297" }, "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyStart end", "location": { "doc": "source", "type": "line", "spec": "299" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri" }, { "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "css_masterPage", "location": { "doc": "source", "type": "line", "spec": "324" }, "excerpt": "ages-css\"><style id=\"css_masterPage\">#maste" }, { "ruleID": "CSS: --theme-spx-ratio: Unknown dimension.", "what": "CSS: --theme-spx-ratio: Unknown dimension.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "325" }, "excerpt": "io:0.1cqw}.font_0{font" }, { "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "css_c1dmp", "location": { "doc": "source", "type": "line", "spec": "796" }, "excerpt": " </style> <style id=\"css_c1dmp\">#c1dmp" }, { "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": "981" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png\" ... c.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_416,h_166,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png 2x\" fetchpriority=\"high\"/></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kq0za4c5", "location": { "doc": "source", "type": "line", "spec": "981" }, "excerpt": "-content\"><section id=\"comp-kq0za4c5\" class=\"comp-kq0za4c5 CohWsy wixui-column-strip\"><div i" }, { "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": "981" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/4aa299_dedce6270f774997bf6a64ba6407335e~mv2.png/v1/fill/w_49,h_33,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_dedce6270f774997bf6a64ba6407335e~mv2.png\" alt=\"Kate-Sanchez-Assembly-Capitol.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:100% 50%\"/></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kq0xqk0z", "location": { "doc": "source", "type": "line", "spec": "981" }, "excerpt": "-content\"><section id=\"comp-kq0xqk0z\" class=\"comp-kq0xqk0z CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fp", "location": { "doc": "source", "type": "line", "spec": "981" }, "excerpt": "-content\"><section id=\"comp-lgo057fp\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fp wixui-section\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fp1", "location": { "doc": "source", "type": "line", "spec": "981" }, "excerpt": "</section><section id=\"comp-lgo057fp1\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fp1 wixui-section\"><div i" }, { "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": "989" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png/v1/fill/w_58,h_35,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png\" alt=\"Kate Sanchez.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fq", "location": { "doc": "source", "type": "line", "spec": "981" }, "excerpt": "</section><section id=\"comp-lgo057fq\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq wixui-section\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kqi47q7n", "location": { "doc": "source", "type": "line", "spec": "989" }, "excerpt": "-content\"><section id=\"comp-kqi47q7n\" class=\"comp-kqi47q7n CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fq1", "location": { "doc": "source", "type": "line", "spec": "989" }, "excerpt": "</section><section id=\"comp-lgo057fq1\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq1 wixui-section\"><div i" }, { "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": "989" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg/v1/fill/w_123,h_88,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg\" alt=\"Africa 2.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fq2", "location": { "doc": "source", "type": "line", "spec": "989" }, "excerpt": "</section><section id=\"comp-lgo057fq2\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq2 wixui-section\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kzn7512g", "location": { "doc": "source", "type": "line", "spec": "1021" }, "excerpt": "-content\"><section id=\"comp-kzn7512g\" class=\"comp-kzn7512g CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fq3", "location": { "doc": "source", "type": "line", "spec": "1021" }, "excerpt": "</section><section id=\"comp-lgo057fq3\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq3 wixui-section\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kqi4aeca", "location": { "doc": "source", "type": "line", "spec": "1021" }, "excerpt": "-content\"><section id=\"comp-kqi4aeca\" class=\"comp-kqi4aeca CohWsy wixui-column-strip\"><div i" }, { "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": "1047" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/4aa299_a668373c1ebf48999792781a6b260466~mv2.jpg/v1/fill/w_122,h_96,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_a668373c1ebf48999792781a6b260466~mv2.jpg\" alt=\"School & Kids V2.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fq4", "location": { "doc": "source", "type": "line", "spec": "1021" }, "excerpt": "</section><section id=\"comp-lgo057fq4\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq4 wixui-section\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kzn75vz4", "location": { "doc": "source", "type": "line", "spec": "1047" }, "excerpt": "-content\"><section id=\"comp-kzn75vz4\" class=\"comp-kzn75vz4 CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-lgo057fq5", "location": { "doc": "source", "type": "line", "spec": "1047" }, "excerpt": "</section><section id=\"comp-lgo057fq5\" tabindex=\"-1\" class=\"Oqnisf comp-lgo057fq5 wixui-section\"><div i" }, { "ruleID": "Attribute allowvr not allowed on element iframe at this point.", "what": "Attribute allowvr not allowed on element iframe at this point.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "1047" }, "excerpt": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "what": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "1047" }, "excerpt": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "1047" }, "excerpt": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "1047" }, "excerpt": "1 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "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": "1047" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/4aa299_a19e5c100429462c90be1d61c411c451~mv2.png/v1/fill/w_57,h_23,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Kate-Sanchez-CA-Assembly-71-White-v2.png\" alt=\"Kate-Sanchez-CA-Assembly-71-White-v2.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1047" }, "excerpt": "x, 100%)\"><img alt=\"Facebook\"/></wow-" }, { "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": "1047" }, "excerpt": "x, 100%)\"><img alt=\"Facebook\"/></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1047" }, "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></wow-" }, { "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": "1047" }, "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kq6qq8ht", "location": { "doc": "source", "type": "line", "spec": "1047" }, "excerpt": "-content\"><section id=\"comp-kq6qq8ht\" class=\"comp-kq6qq8ht CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kq51g9f0", "location": { "doc": "source", "type": "line", "spec": "1047" }, "excerpt": "</section><section id=\"comp-kq51g9f0\" class=\"comp-kq51g9f0 CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyEnd start", "location": { "doc": "source", "type": "line", "spec": "1105" }, "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyEnd end", "location": { "doc": "source", "type": "line", "spec": "1107" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri" } ] }, "endTime": 1687103192355 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687103192355, "url": "https://www.sanchezforassembly.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 15:46:34", "hash": "52e781380fbf6e69651dbd9c6b3c726bc0f14792e3a29a03fe634d229535823c16077109af7041ad0006e4413657fc2b13c09fdf738e46f2fd9b73d6b6e99396", "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": 37, "warning": 7, "failed": 12, "inapplicable": 69 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 19, "warning": 6, "failed": 5, "inapplicable": 37 }, "assertions": { "QW-ACT-R4": { "name": "Meta-refresh no delay", "code": "QW-ACT-R4", "mapping": "bc659a", "description": "This rule checks that the meta element is not used for delayed redirecting or refreshing.", "metadata": { "target": { "element": "meta" }, "success-criteria": [ { "name": "2.2.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/timing-adjustable.html", "url_tr": "https://www.w3.org/TR/WCAG21/#timing-adjustable" }, { "name": "2.2.4", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/interruptions", "url_tr": "https://www.w3.org/TR/WCAG21/#interruptions" }, { "name": "3.2.5", "level": "AAA", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/change-on-request", "url_tr": "https://www.w3.org/TR/WCAG21/#change-on-request" } ], "related": [ "G110", "H76" ], "url": "https://act-rules.github.io/rules/bc659a", "type": [ "ACTRule", "TestCase" ], "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target refreshes after 326 seconds." }, "results": [ { "verdict": "failed", "description": "The test target refreshes after 326 seconds.", "resultCode": "F1", "elements": [ { "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"326\">", "pointer": "html:nth-of-type(1) > head > meta:nth-of-type(10)" } ], "attributes": [] } ] }, "QW-ACT-R71": { "name": "`meta` element has no refresh delay (no exception)", "code": "QW-ACT-R71", "mapping": "bisz58", "description": "This rule checks that the `meta` element is not used for delayed redirecting or refreshing.", "metadata": { "target": { "element": "meta" }, "success-criteria": [ { "name": "2.2.4", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/interruptions", "url_tr": "https://www.w3.org/TR/WCAG21/#interruptions" }, { "name": "3.2.5", "level": "AAA", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/change-on-request", "url_tr": "https://www.w3.org/TR/WCAG21/#change-on-request" } ], "related": [ "G110", "H76" ], "url": "https://act-rules.github.io/rules/bisz58", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target refreshes after 326 seconds." }, "results": [ { "verdict": "failed", "description": "The test target refreshes after 326 seconds.", "resultCode": "F1", "elements": [ { "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"326\">", "pointer": "html:nth-of-type(1) > head > meta:nth-of-type(10)" } ], "attributes": [] } ] }, "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": 1, "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\"><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": 1, "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\"><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": 1, "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\"><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": "Check if the page has any 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": "Check if the page has any 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": "W2", "elements": [ { "htmlCode": "<html lang=\"en\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R12": { "name": "Link has accessible name", "code": "QW-ACT-R12", "mapping": "c487ae", "description": "This rule checks that each link has an accessible name.", "metadata": { "target": { "element": [ "a[href]", "area[href]" ], "attributes": [ "role='link'" ] }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value", "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value" } ], "related": [ "G91" ], "url": "https://act-rules.github.io/rules/c487ae", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 9, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('')." }, "results": [ { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)", "accessibleName": "" } ], "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": 14, "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": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > button:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-kzkqoh4n\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\">About Kate</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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 data-testid=\"linkElement\" href=\"https://ad71.asmrc.org/category/around-the-71st/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"ppRL_Y\" aria-haspopup=\"false\">Around the 71st</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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 data-testid=\"linkElement\" data-anchor=\"dataItem-kzl2t68l\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\">Stay Connected</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">Donate</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe class=\"mailmunch-embedded-iframe mailmunch-embedded-iframe-188cf2fb646144a3\" title=\"Sanchez for Assembly\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" style=\"background: transparent; border: 0px; width: 100%; height: 503px; max-height: 503px;\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > mailmunch-embed-form:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" src=\"https://engage.wixapps.net/chat-widget-server/renderChatWidget/index?pageId=masterPage&compId=comp-kv7o6m31&viewerCompId=comp-kv7o6m31&siteRevision=326&viewMode=site&deviceType=desktop&locale=en&tz=America%2FLos_Angeles&regionalLanguage=en&width=94&height=94&instance=mX4v2xazNchAn4wAPZHu_hDQMOIrXcZrItrxDMgQnZ0.eyJpbnN0YW5jZUlkIjoiM2ZmOWQ4MTEtMzhhYy00ZjViLWI1N2UtNTMyNzg2MTE3NzkzIiwiYXBwRGVmSWQiOiIxNDUxN2UxYS0zZmYwLWFmOTgtNDA4ZS0yYmQ2OTUzYzM2YTIiLCJtZXRhU2l0ZUlkIjoiNjA0MWM2NWYtOTZjYi00ZjM4LWFkODctYjM0Y2VkNTM4NTk4Iiwic2lnbkRhdGUiOiIyMDIzLTA2LTE4VDE1OjQ2OjI4LjA2M1oiLCJkZW …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-auto-recognition=\"true\" href=\"mailto:contact@sanchezforassembly.com\" class=\"wixui-rich-text__text\">contact@sanchezforassembly.com</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span: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 data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > 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 data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > 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 data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">Donate</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.sanchezforassembly.com\" target=\"_self\" data-anchor=\"SCROLL_TO_TOP\" class=\"wixui-rich-text__text\">Go Up</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R37": { "name": "Text has minimum contrast", "code": "QW-ACT-R37", "mapping": "afw4f7", "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "metadata": { "target": { "element": [ "*" ] }, "success-criteria": [ { "name": "1.4.3", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-minimum" }, { "name": "1.4.6", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [], "url": "https://act-rules.github.io/rules/afw4f7", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 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": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j0label\">About Kate</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j1label\">Around the 71st</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j2label\">Stay Connected</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p: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": 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": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j0label\">About Kate</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j1label\">Around the 71st</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j2label\">Stay Connected</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R40": { "name": "Zoomed text node is not clipped with CSS overflow", "code": "QW-ACT-R40", "mapping": "59br37", "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "metadata": { "target": { "element": "*:text()" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html", "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text" } ], "related": [], "url": "https://act-rules.github.io/rules/59br37", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 33, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow." }, "results": [ { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:wfont_03f714_65c183c64bf140d0ada5ca00444af982,wf_65c183c64bf140d0ada5ca004,orig_montserrat_bold;\" class=\"wixui-rich-text__text\">Kate Sanchez</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:wfont_03f714_65c183c64bf140d0ada5ca00444af982,wf_65c183c64bf140d0ada5ca004,orig_montserrat_bold;\" class=\"wixui-rich-text__text\">for Assembly District 71</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-size:25px;\" class=\"wixui-rich-text__text\">Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Kate Sanchez was elected to the California State Assembly in November, 2022 and now serves the 71st California Assembly District. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Kate is a proud Mom, businesswoman and has been a proven advocate for parental rights, public safety and continues to fight against California tax increases.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"wixGuard wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Assemblywoman Sanchez serves as Vice Chair of the Human Services Committee and a committee member of Judiciary, Appropriations, Budget, Higher Education, Transportation, Housing and Community Development, Subcommittee No. 2 on Education Finance, and Subcommittee No. 6 on Budget Process Oversight and Program Evaluation.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> Service Above Self</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">As a mother, and granddaughter of two military service members. Service above self has always been my focus. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"wixGuard wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">During the height of the HIV/AIDS pandemic, my uncle, Father Angelo D’Agostino, was called to open an orphanage for HIV-positive children, in Africa. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">As a young teenager, I was able to spend time with these children in Nairobi, and what a life-changing experience it was! </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">It was then that I knew, I may be one voice, but in our incredible country, I can stand up for personal freedoms, and the liberties protected under our Constitution. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(7) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">While so many of our assembly members, mayors, and elected officials kept silent and went along with unconstitutional government abuse and overreach. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(9) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">I DID NOT AND WILL NOT!</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(11) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">I will be an unwavering voice against government abuse and overreach. I will fight and serve you and be your voice in Sacramento.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(13) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"wixGuard wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(14) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">It is time we sent a representative to Sacramento that understands Service Above Self and that my job is to represent and fight for you. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(15) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"wixGuard wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(16) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"wixGuard wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(17) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">Kate Sanchez - Child Advocate</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">As Californians, we have all persevered despite the devastating effects Sacramento’s mismanagement of the COVID-19 pandemic has had and continues to have on our families, our businesses, our freedoms, and our school children. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">But as a working mother, I am my child’s biggest advocate. When letters to local officials, calls, and rallies went unanswered, I said enough!</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">child’s biggest advocate.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">We need someone in Sacramento who will fight for our children.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"wixGuard wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(6) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Our children are not political pawns!</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(7) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Every child deserves access to quality education of their parents’ choosing. A zip code or family wealth should not determine opportunity.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(9) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"wixGuard wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(10) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">I have fought and will continue to fight for our children, their education, and our parental rights. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(11) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"wixGuard wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(12) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">It is time we sent a Mama Bear to Sacramento to show them that parents are in charge, not government bureaucrats or powerful special interest groups.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(13) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"wixGuard wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(14) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 5, "warning": 0, "failed": 7, "inapplicable": 22 }, "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": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "Headings don't start with h1" }, "results": [ { "verdict": "failed", "description": "Headings don't start with h1", "resultCode": "F3", "elements": [ { "htmlCode": "<body class=\"\">\n\n var bodyCacheable = true;\n \n var exclusionReason = {\"shouldRender\":true,\"forced\":false};\n var ssrInfo = {\"renderBodyTime\":399,\"renderTimeStamp\":1687103152908}\n\n\n\n\n\n \n window.clientSideRender = false;\n window.bi.wixBiSession.isServerSide = 1;\n \n \n\n\n\n \n \n \n \n \n\n\n\n\n\n if (window.ResizeObserver &&\n (!window.PerformanceObserver || !PerformanceObserver.supportedEntryTypes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) {\n new ResizeObserver(function (entries, observer) {\n entries.some(function (entry) {\n var contentRect = entry.contentRect;\n if ( …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Headings don't start with h1", "resultCode": "F3", "elements": [ { "htmlCode": "<body></body>", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T23": { "name": "Adding a link at the top of each page that goes directly to the main content area", "code": "QW-WCAG-T23", "mapping": "G1", "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "metadata": { "target": { "element": "body" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G123", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The first focusable control on the Web page is not a link." }, "results": [ { "verdict": "failed", "description": "The first focusable control on the Web page is not a link.", "resultCode": "F4", "elements": [ { "htmlCode": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > button:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T21": { "name": "Failure of Success Criteria 2.4.4, 2.4.9 and 4.1.2 due to not providing an accessible name for an image which is the only content in a link", "code": "QW-WCAG-T21", "mapping": "F89", "description": "This technique checks the text alternative of images which are the only content of a link", "metadata": { "target": { "parent": "a", "element": "img" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-link.html" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value" } ], "related": [ "H2", "H30", "ARIA7", "ARIA8" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F89", "passed": 2, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "The image doesn't have an accessible name." }, "results": [ { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 2, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "A list item is not contained in a correct list element." }, "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 class=\"EmtNhK\" id=\"comp-kq82c85jitemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\"><li id=\"comp-kq82c85j0\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem-kzkqjair\" data-state=\"menu false link\" data-index=\"0\" class=\"eQSURm wixui-dropdown-menu__item D5Vkxr\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"false\" style=\"width: 122px; height: 52px; position: relative; box-sizing: border-box; overflow: visible; visibility: inherit;\"><a data-testid=\"linkElement\" data-anchor=\"dataItem-kzkqoh4n\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > di …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "A list item is not contained in a correct list element.", "resultCode": "F1", "elements": [ { "htmlCode": "<ul class=\"nJ7Nfe wixui-dropdown-menu__submenu\" id=\"comp-kq82c85jmoreContainer\"></ul>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-kzydm5zf-comp-kzydm5xu\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img_0_comp-kzydm5xu\" class …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > 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": 6, "inapplicable": 0, "outcome": "failed", "description": "Text alternative is not actually a text alternative for the non-text content." }, "results": [ { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png\" alt=\"Kate-Sanchez-CA-Assembly-71-Blue-v2.png\" style=\"width:208px;height:83px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png 1x, https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_416,h_166,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png 2x\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/4aa299_dedce6270f774997bf6a64ba6407335e~mv2.png/v1/fill/w_1142,h_836,al_r,q_90,enc_auto/4aa299_dedce6270f774997bf6a64ba6407335e~mv2.png\" alt=\"Kate-Sanchez-Assembly-Capitol.png\" style=\"width: 1366px; height: 1000px; object-fit: cover; object-position: 100% 50%;\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png/v1/fill/w_58,h_35,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png\" alt=\"Kate Sanchez.png\" style=\"width: 675px; height: 589px; object-fit: cover; object-position: 50% 50%;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg/v1/fill/w_123,h_88,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg\" alt=\"Africa 2.jpg\" style=\"width: 573px; height: 1058px; object-fit: cover; object-position: 50% 50%;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/4aa299_a668373c1ebf48999792781a6b260466~mv2.jpg/v1/fill/w_122,h_96,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_a668373c1ebf48999792781a6b260466~mv2.jpg\" alt=\"School & Kids V2.jpg\" style=\"width: 683px; height: 932px; object-fit: cover; object-position: 50% 50%;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/4aa299_a19e5c100429462c90be1d61c411c451~mv2.png/v1/fill/w_57,h_23,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Kate-Sanchez-CA-Assembly-71-White-v2.png\" alt=\"Kate-Sanchez-CA-Assembly-71-White-v2.png\" style=\"width: 229px; height: 92px; object-fit: cover; object-position: 50% 50%;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > wow-image: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": 0, "warning": 0, "failed": 79, "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 class=\"\">\n\n var bodyCacheable = true;\n \n var exclusionReason = {\"shouldRender\":true,\"forced\":false};\n var ssrInfo = {\"renderBodyTime\":399,\"renderTimeStamp\":1687103152908}\n\n\n\n\n\n \n window.clientSideRender = false;\n window.bi.wixBiSession.isServerSide = 1;\n \n \n\n\n\n \n \n \n \n \n\n\n\n\n\n if (window.ResizeObserver &&\n (!window.PerformanceObserver || !PerformanceObserver.supportedEntryTypes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) {\n new ResizeObserver(function (entries, observer) {\n entries.some(function (entry) {\n var contentRect = entry.contentRect;\n if ( …", "pointer": "html > body:nth-child(2)" } ], "attributes": [ "10px" ] }, { "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 id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > button: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": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\">Kate Sanchez</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [ "30px" ] }, { "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 style=\"font-size:30px;\" class=\"wixui-rich-text__text\">Kate Sanchez</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "30px" ] }, { "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": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\">for Assembly District 71</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [ "30px" ] }, { "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 style=\"font-size:30px;\" class=\"wixui-rich-text__text\">for Assembly District 71</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "30px" ] }, { "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": "<h3 class=\"font_6 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:25px;\">Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)" } ], "attributes": [ "25px" ] }, { "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 style=\"font-size:25px;\" class=\"wixui-rich-text__text\">Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "25px" ] }, { "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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">Kate Sanchez was elected to the California State Assembly in November, 2022 and now serves the 71st California Assembly District. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p: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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">Kate Sanchez was elected to the California State Assembly in November, 2022 and now serves the 71st California Assembly District. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">Kate is a proud Mom, businesswoman and has been a proven advocate for parental rights, public safety and continues to fight against California tax increases.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">Kate is a proud Mom, businesswoman and has been a proven advocate for parental rights, public safety and continues to fight against California tax increases.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">​</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(4)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(4) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">Assemblywoman Sanchez serves as Vice Chair of the Human Services Committee and a committee member of Judiciary, Appropriations, Budget, Higher Education, Transportation, Housing and Community Development, Subcommittee No. 2 on Education Finance, and Subcommittee No. 6 on Budget Process Oversight and Program Evaluation.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">Assemblywoman Sanchez serves as Vice Chair of the Human Services Committee and a committee member of Judiciary, Appropriations, Budget, Higher Education, Transportation, Housing and Community Development, Subcommittee No. 2 on Education Finance, and Subcommittee No. 6 on Budget Process Oversight and Program Evaluation.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5) > span: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": "<h3 class=\"font_6 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:30px;\"> Service Above Self</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)" } ], "attributes": [ "30px" ] }, { "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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">As a mother, and granddaughter of two military service members. Service above self has always been my focus. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p: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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">As a mother, and granddaughter of two military service members. Service above self has always been my focus. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p: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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">During the height of the HIV/AIDS pandemic, my uncle, Father Angelo D’Agostino, was called to open an orphanage for HIV-positive children, in Africa. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">During the height of the HIV/AIDS pandemic, my uncle, Father Angelo D’Agostino, was called to open an orphanage for HIV-positive children, in Africa. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(4)" } ], "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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">As a young teenager, I was able to spend time with these children in Nairobi, and what a life-changing experience it was! </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">As a young teenager, I was able to spend time with these children in Nairobi, and what a life-changing experience it was! </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(6)" } ], "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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">It was then that I knew, I may be one voice, but in our incredible country, I can stand up for personal freedoms, and the liberties protected under our Constitution. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(7)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">It was then that I knew, I may be one voice, but in our incredible country, I can stand up for personal freedoms, and the liberties protected under our Constitution. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(7) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(8)" } ], "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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">While so many of our assembly members, mayors, and elected officials kept silent and went along with unconstitutional government abuse and overreach. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(9)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">While so many of our assembly members, mayors, and elected officials kept silent and went along with unconstitutional government abuse and overreach. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(9) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(10)" } ], "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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">I DID NOT AND WILL NOT!</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(11)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">I DID NOT AND WILL NOT!</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(11) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(12)" } ], "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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">I will be an unwavering voice against government abuse and overreach. I will fight and serve you and be your voice in Sacramento.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(13)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">I will be an unwavering voice against government abuse and overreach. I will fight and serve you and be your voice in Sacramento.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(13) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(14)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(14) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">It is time we sent a representative to Sacramento that understands Service Above Self and that my job is to represent and fight for you. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(15)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">It is time we sent a representative to Sacramento that understands Service Above Self and that my job is to represent and fight for you. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(15) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(16)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(16) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(17)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(17) > span: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": "<h3 class=\"font_6 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:30px;\">Kate Sanchez - Child Advocate</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)" } ], "attributes": [ "30px" ] }, { "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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">As Californians, we have all persevered despite the devastating effects Sacramento’s mismanagement of the COVID-19 pandemic has had and continues to have on our families, our businesses, our freedoms, and our school children. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p: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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">As Californians, we have all persevered despite the devastating effects Sacramento’s mismanagement of the COVID-19 pandemic has had and continues to have on our families, our businesses, our freedoms, and our school children. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">But as a working mother, I am my child’s biggest advocate. When letters to local officials, calls, and rallies went unanswered, I said enough!</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">But as a working mother, I am my child’s biggest advocate. When letters to local officials, calls, and rallies went unanswered, I said enough!</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(4)" } ], "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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">We need someone in Sacramento who will fight for our children.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">We need someone in Sacramento who will fight for our children.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(6)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(6) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">Our children are not political pawns!</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(7)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">Our children are not political pawns!</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(7) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(8)" } ], "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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">Every child deserves access to quality education of their parents’ choosing. A zip code or family wealth should not determine opportunity.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(9)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">Every child deserves access to quality education of their parents’ choosing. A zip code or family wealth should not determine opportunity.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(9) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(10)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(10) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">I have fought and will continue to fight for our children, their education, and our parental rights. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(11)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">I have fought and will continue to fight for our children, their education, and our parental rights. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(11) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(12)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(12) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">It is time we sent a Mama Bear to Sacramento to show them that parents are in charge, not government bureaucrats or powerful special interest groups.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(13)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">It is time we sent a Mama Bear to Sacramento to show them that parents are in charge, not government bureaucrats or powerful special interest groups.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(13) > span: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(14)" } ], "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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(14) > span: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": "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:normal; font-size:22px;\">Inquiries</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [ "22px" ] }, { "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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.9em;\">For any inquiries, questions, or comments, please email us at: contact@sanchezforassembly.com</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p: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": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">For any inquiries, questions, or comments, please email us at: contact@sanchezforassembly.com</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span: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": "<p class=\"font_9 wixui-rich-text__text\" style=\"font-size:16px; text-align:right; line-height:normal;\">Go Up</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p: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": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">Go Up</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span: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": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; font-size:14px;\">Paid for by Sanchez for Assembly 2024, ID#1457859</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" } ], "attributes": [ "14px" ] } ] }, "QW-WCAG-T31": { "name": "Failure of Success Criterion 1.4.3, 1.4.6 and 1.4.8 due to specifying foreground colors without specifying background colors or vice versa", "code": "QW-WCAG-T31", "mapping": "F24", "description": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "metadata": { "target": { "element": "*", "attributes": "text-decoration" }, "success-criteria": [ { "name": "1.4.3", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum" }, { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation" } ], "related": [ "C23", "C25" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F24", "passed": 45, "warning": 0, "failed": 5, "inapplicable": 0, "outcome": "failed", "description": "The test target has a author defined background property but not a color css property." }, "results": [ { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"mHZSwn\">top of page</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div style=\"display:none\" id=\"comp-kq82c85jnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > div:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"mHZSwn\">About</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"mHZSwn\">Stay Connected</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"mHZSwn\">bottom of page</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(5) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 13, "warning": 1, "failed": 0, "inapplicable": 10 }, "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": 5, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that heading markup is used when content is a heading." }, "results": [ { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\">Kate Sanchez</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\">for Assembly District 71</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"font_6 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:25px;\">Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"font_6 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:30px;\"> Service Above Self</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"font_6 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:30px;\">Kate Sanchez - Child Advocate</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 20, "document": 2, "region": 25, "button": 1, "img": 9, "navigation": 1, "list": 3, "listitem": 6, "main": 1, "heading": 5 }, "tags": { "html": 2, "head": 2, "meta": 25, "link": 9, "script": 61, "style": 16, "title": 1, "body": 2, "pages-css": 1, "div": 286, "span": 97, "button": 1, "header": 1, "section": 21, "a": 11, "wow-image": 8, "img": 9, "wix-dropdown-menu": 1, "nav": 1, "ul": 3, "li": 6, "p": 44, "main": 1, "h2": 2, "h3": 3, "mailmunch-embed-form": 1, "iframe": 2, "footer": 1 } } } }, "success": true }, "standardResult": { "totals": [ 9, 51, 96, 10 ], "instances": [ { "ruleID": "QW-ACT-R4", "what": "This rule checks that the meta element is not used for delayed redirecting or refreshing.", "ordinalSeverity": 3, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html:nth-of-type(1) > head > meta:nth-of-type(10)" }, "excerpt": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"326\">" }, { "ruleID": "QW-ACT-R71", "what": "This rule checks that the `meta` element is not used for delayed redirecting or refreshing.", "ordinalSeverity": 3, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html:nth-of-type(1) > head > meta:nth-of-type(10)" }, "excerpt": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"326\">" }, { "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\"><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\"><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\"><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\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "SKIP_TO_CONTENT_BTN", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > button:nth-child(2)" }, "excerpt": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"></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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-kzkqoh4n\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\">About Kate</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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://ad71.asmrc.org/category/around-the-71st/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"ppRL_Y\" aria-haspopup=\"false\">Around the 71st</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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-kzl2t68l\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\">Stay Connected</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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">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": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > mailmunch-embed-form:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"mailmunch-embedded-iframe mailmunch-embedded-iframe-188cf2fb646144a3\" title=\"Sanchez for Assembly\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" style=\"background: transparent; border: 0px; width: 100%; height: 503px; max-height: 503px;\"></iframe>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" src=\"https://engage.wixapps.net/chat-widget-server/renderChatWidget/index?pageId=masterPage&compId=comp-kv7o6m31&vi ... NzkzIiwiYXBwRGVmSWQiOiIxNDUxN2UxYS0zZmYwLWFmOTgtNDA4ZS0yYmQ2OTUzYzM2YTIiLCJtZXRhU2l0ZUlkIjoiNjA0MWM2NWYtOTZjYi00ZjM4LWFkODctYjM0Y2VkNTM4NTk4Iiwic2lnbkRhdGUiOiIyMDIzLTA2LTE4VDE1OjQ2OjI4LjA2M1oiLCJkZW …" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"></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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-auto-recognition=\"true\" href=\"mailto:contact@sanchezforassembly.com\" class=\"wixui-rich-text__text\">contact@sanchezforassembly.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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">Donate</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.sanchezforassembly.com\" target=\"_self\" data-anchor=\"SCROLL_TO_TOP\" class=\"wixui-rich-text__text\">Go Up</a>" }, { "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": "P", "id": "comp-kq82c85j0label", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j0label\">About Kate</p>" }, { "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": "P", "id": "comp-kq82c85j1label", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j1label\">Around the 71st</p>" }, { "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": "P", "id": "comp-kq82c85j2label", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j2label\">Stay Connected</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": "comp-kq82c85j0label", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j0label\">About Kate</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": "comp-kq82c85j1label", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j1label\">Around the 71st</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": "comp-kq82c85j2label", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 52px;\" id=\"comp-kq82c85j2label\">Stay Connected</p>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:wfont_03f714_65c183c64bf140d0ada5ca00444af982,wf_65c183c64bf140d0ada5ca004,orig_montserrat_bold;\" class=\"wixui-rich-text__text\">Kate Sanchez</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:wfont_03f714_65c183c64bf140d0ada5ca00444af982,wf_65c183c64bf140d0ada5ca004,orig_montserrat_bold;\" class=\"wixui-rich-text__text\">for Assembly District 71</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:25px;\" class=\"wixui-rich-text__text\">Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Kate Sanchez was elected to the California State Assembly in November, 2022 and now serves the 71st California Assembly District. </span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Kate is a proud Mom, businesswoman and has been a proven advocate for parental rights, public safety and continues to fight against California tax increases.</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"wixGuard wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Assemblywoman Sanchez serves as Vice Chair of the Human Services Committee and a committee member of Judiciary, Appropria ... Budget, Higher Education, Transportation, Housing and Community Development, Subcommittee No. 2 on Education Finance, and Subcommittee No. 6 on Budget Process Oversight and Program Evaluation.</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> Service Above Self</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">As a mother, and granddaughter of two military service members. Service above self has always been my focus. </span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"wixGuard wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">During the height of the HIV/AIDS pandemic, my uncle, Father Angelo D’Agostino, was called to open an orphanage for HIV-positive children, in Africa. </span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">As a young teenager, I was able to spend time with these children in Nairobi, and what a life-changing experience it was! </span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(7) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">It was then that I knew, I may be one voice, but in our incredible country, I can stand up for personal freedoms, and the liberties protected under our Constitution. </span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(9) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">While so many of our assembly members, mayors, and elected officials kept silent and went along with unconstitutional government abuse and overreach. </span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(11) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">I DID NOT AND WILL NOT!</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(13) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">I will be an unwavering voice against government abuse and overreach. I will fight and serve you and be your voice in Sacramento.</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(14) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"wixGuard wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(15) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">It is time we sent a representative to Sacramento that understands Service Above Self and that my job is to represent and fight for you. </span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(16) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"wixGuard wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(17) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"wixGuard wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">Kate Sanchez - Child Advocate</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">As Californians, we have all persevered despite the devastating effects Sacramento’s mismanagement of the COVID-19 pandemic has had and continues to have on our families, our businesses, our freedoms, and our school children. </span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">But as a working mother, I am my child’s biggest advocate. When letters to local officials, calls, and rallies went unanswered, I said enough!</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">child’s biggest advocate.</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">We need someone in Sacramento who will fight for our children.</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(6) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"wixGuard wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(7) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Our children are not political pawns!</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(9) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Every child deserves access to quality education of their parents’ choosing. A zip code or family wealth should not determine opportunity.</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(10) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"wixGuard wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(11) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">I have fought and will continue to fight for our children, their education, and our parental rights. </span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(12) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"wixGuard wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(13) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">It is time we sent a Mama Bear to Sacramento to show them that parents are in charge, not government bureaucrats or powerful special interest groups.</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(14) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"wixGuard wixui-rich-text__text\">​</span>" }, { "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": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":399,\"renderTimeStamp\":1687103152908} window.clientSideRender = fal ... pes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) { new ResizeObserver(function (entries, observer) { entries.some(function (entry) { var contentRect = entry.contentRect; if ( …" }, { "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": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body></body>" }, { "ruleID": "QW-WCAG-T23", "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "SKIP_TO_CONTENT_BTN", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > button:nth-child(2)" }, "excerpt": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>" }, { "ruleID": "QW-WCAG-T21", "what": "This technique checks the text alternative of images which are the only content of a link", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "ruleID": "QW-WCAG-T21", "what": "This technique checks the text alternative of images which are the only content of a link", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "comp-kq82c85jitemsContainer", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"EmtNhK\" id=\"comp-kq82c85jitemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\"><li id=\"comp-kq82c85j0\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem ... =\"linkElement\" data-anchor=\"dataItem-kzkqoh4n\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > di …" }, { "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": 2, "tagName": "UL", "id": "comp-kq82c85jmoreContainer", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > ul:nth-child(1)" }, "excerpt": "<ul class=\"nJ7Nfe wixui-dropdown-menu__submenu\" id=\"comp-kq82c85jmoreContainer\"></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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1)" }, "excerpt": "<ul class=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-kzydm5zf-comp-kzydm5xu\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" ... hild(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img_0_comp-kzydm5xu\" class …" }, { "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": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_208,h_83,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png\" alt=\"Kate ... //static.wixstatic.com/media/4aa299_b017f80c935446ffa1cdd6c99e9cc729~mv2.png/v1/fill/w_416,h_166,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Kate-Sanchez-CA-Assembly-71-Blue-v2.png 2x\" fetchpriority=\"high\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/4aa299_dedce6270f774997bf6a64ba6407335e~mv2.png/v1/fill/w_1142,h_836,al_r,q_90,enc_auto/4aa299_dedce6270f774997bf6a64ba6407335e~mv2.png\" alt=\"Kate-Sanchez-Assembly-Capitol.png\" style=\"width: 1366px; height: 1000px; object-fit: cover; object-position: 100% 50%;\" fetchpriority=\"high\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png/v1/fill/w_58,h_35,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_a2a7f76845214ebba6f1892b8f1667e0~mv2.png\" alt=\"Kate Sanchez.png\" style=\"width: 675px; height: 589px; object-fit: cover; object-position: 50% 50%;\">" }, { "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": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg/v1/fill/w_123,h_88,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_47ad4fa339e447caa2b6f420c54354e0~mv2.jpg\" alt=\"Africa 2.jpg\" style=\"width: 573px; height: 1058px; object-fit: cover; object-position: 50% 50%;\">" }, { "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": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/4aa299_a668373c1ebf48999792781a6b260466~mv2.jpg/v1/fill/w_122,h_96,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/4aa299_a668373c1ebf48999792781a6b260466~mv2.jpg\" alt=\"School & Kids V2.jpg\" style=\"width: 683px; height: 932px; object-fit: cover; object-position: 50% 50%;\">" }, { "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": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/4aa299_a19e5c100429462c90be1d61c411c451~mv2.png/v1/fill/w_57,h_23,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Kate-Sanchez-CA-Assembly-71-White-v2.png\" alt=\"Kate-Sanchez-CA-Assembly-71-White-v2.png\" style=\"width: 229px; height: 92px; object-fit: cover; object-position: 50% 50%;\">" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\">" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\">" }, { "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 class=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":399,\"renderTimeStamp\":1687103152908} window.clientSideRender = fal ... pes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) { new ResizeObserver(function (entries, observer) { entries.some(function (entry) { var contentRect = entry.contentRect; if ( …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "SKIP_TO_CONTENT_BTN", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > button:nth-child(2)" }, "excerpt": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\">Kate Sanchez</h2>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:30px;\" class=\"wixui-rich-text__text\">Kate Sanchez</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\">for Assembly District 71</h2>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:30px;\" class=\"wixui-rich-text__text\">for Assembly District 71</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"font_6 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:25px;\">Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom</h3>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:25px;\" class=\"wixui-rich-text__text\">Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">Kate Sanchez was elected to the California State Assembly in November, 2022 and now serves the 71st California Assembly District. </p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">Kate Sanchez was elected to the California State Assembly in November, 2022 and now serves the 71st California Assembly District. </span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"> </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">Kate is a proud Mom, businesswoman and has been a proven advocate for parental rights, public safety and continues to fight against California tax increases.</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">Kate is a proud Mom, businesswoman and has been a proven advocate for parental rights, public safety and continues to fight against California tax increases.</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(4)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">​</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(4) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">Assemblywoman Sanchez serves as Vice Chair of the Human Services Committee and a committee member of Judiciary, Appropriations, Budget, Higher Education, Transportation, Housing and Community Development, Subcommittee No. 2 on Education Finance, and Subcommittee No. 6 on Budget Process Oversight and Program Evaluation.</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">Assemblywoman Sanchez serves as Vice Chair of the Human Services Committee and a committee member of Judiciary, Appropriations, Budget, Higher Education, Transportation, Housing and Community Development, Subcommittee No. 2 on Education Finance, and Subcommittee No. 6 on Budget Process Oversight and Program Evaluation.</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"font_6 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:30px;\"> Service Above Self</h3>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\">As a mother, and granddaughter of two military service members. Service above self has always been my focus. </p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">As a mother, and granddaughter of two military service members. Service above self has always been my focus. </span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">During the height of the HIV/AIDS pandemic, my uncle, Father Angelo D’Agostino, was called to open an orphanage for HIV-positive children, in Africa. </p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">During the height of the HIV/AIDS pandemic, my uncle, Father Angelo D’Agostino, was called to open an orphanage for HIV-positive children, in Africa. </span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(4)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">As a young teenager, I was able to spend time with these children in Nairobi, and what a life-changing experience it was! </p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">As a young teenager, I was able to spend time with these children in Nairobi, and what a life-changing experience it was! </span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(6)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(7)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">It was then that I knew, I may be one voice, but in our incredible country, I can stand up for personal freedoms, and the liberties protected under our Constitution. </p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(7) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">It was then that I knew, I may be one voice, but in our incredible country, I can stand up for personal freedoms, and the liberties protected under our Constitution. </span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(8)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(9)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">While so many of our assembly members, mayors, and elected officials kept silent and went along with unconstitutional government abuse and overreach. </p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(9) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">While so many of our assembly members, mayors, and elected officials kept silent and went along with unconstitutional government abuse and overreach. </span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(10)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(11)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">I DID NOT AND WILL NOT!</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(11) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">I DID NOT AND WILL NOT!</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(12)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(13)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">I will be an unwavering voice against government abuse and overreach. I will fight and serve you and be your voice in Sacramento.</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(13) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">I will be an unwavering voice against government abuse and overreach. I will fight and serve you and be your voice in Sacramento.</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(14)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(14) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(15)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">It is time we sent a representative to Sacramento that understands Service Above Self and that my job is to represent and fight for you. </p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(15) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">It is time we sent a representative to Sacramento that understands Service Above Self and that my job is to represent and fight for you. </span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(16)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(16) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(17)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(17) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"font_6 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:30px;\">Kate Sanchez - Child Advocate</h3>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">As Californians, we have all persevered despite the devastating effects Sacramento’s mismanagement of the COVID-19 pandemic has had and continues to have on our families, our businesses, our freedoms, and our school children. </p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">As Californians, we have all persevered despite the devastating effects Sacramento’s mismanagement of the COVID-19 pandemic has had and continues to have on our families, our businesses, our freedoms, and our school children. </span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">But as a working mother, I am my child’s biggest advocate. When letters to local officials, calls, and rallies went unanswered, I said enough!</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">But as a working mother, I am my child’s biggest advocate. When letters to local officials, calls, and rallies went unanswered, I said enough!</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(4)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">We need someone in Sacramento who will fight for our children.</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">We need someone in Sacramento who will fight for our children.</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(6)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(6) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(7)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">Our children are not political pawns!</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(7) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">Our children are not political pawns!</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(8)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\"> </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(9)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">Every child deserves access to quality education of their parents’ choosing. A zip code or family wealth should not determine opportunity.</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(9) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">Every child deserves access to quality education of their parents’ choosing. A zip code or family wealth should not determine opportunity.</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(10)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(10) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(11)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">I have fought and will continue to fight for our children, their education, and our parental rights. </p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(11) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">I have fought and will continue to fight for our children, their education, and our parental rights. </span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(12)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(12) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(13)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">It is time we sent a Mama Bear to Sacramento to show them that parents are in charge, not government bureaucrats or powerful special interest groups.</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(13) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">It is time we sent a Mama Bear to Sacramento to show them that parents are in charge, not government bureaucrats or powerful special interest groups.</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(14)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.9em;\">​</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(14) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">​</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:normal; font-size:22px;\">Inquiries</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.9em;\">For any inquiries, questions, or comments, please email us at: contact@sanchezforassembly.com</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">For any inquiries, questions, or comments, please email us at: contact@sanchezforassembly.com</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"font-size:16px; text-align:right; line-height:normal;\">Go Up</p>" }, { "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">Go Up</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; font-size:14px;\">Paid for by Sanchez for Assembly 2024, ID#1457859</p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"mHZSwn\">top of page</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "comp-kq82c85jnavContainer-hiddenA11ySubMenuIndication", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div style=\"display:none\" id=\"comp-kq82c85jnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > span:nth-child(1)" }, "excerpt": "<span class=\"mHZSwn\">About</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"mHZSwn\">Stay Connected</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(5) > span:nth-child(1)" }, "excerpt": "<span class=\"mHZSwn\">bottom of page</span>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\">Kate Sanchez</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:30px; text-align:center;\">for Assembly District 71</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"font_6 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:25px;\">Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"font_6 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:30px;\"> Service Above Self</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"font_6 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:30px;\">Kate Sanchez - Child Advocate</h3>" } ] }, "endTime": 1687103195622 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687103195623, "url": "https://www.sanchezforassembly.com/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.102", "responseTime": "2023-06-18T15:46:35.176Z", "data": { "apiErrors": [], "documentSize": 1336663, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 176, "failing": 4 }, "issues": { "totalErrors": 11, "totalWarnings": 1, "totalIssues": 12 }, "issuesByLevel": { "A": { "count": 2, "pct": 16.67 }, "AA": { "count": 1, "pct": 8.33 }, "AAA": { "count": 12, "pct": 100 } }, "density": { "errorDensity": 1, "warningDensity": 0, "allDensity": 1 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "c74b3e6a-3020-443a-907c-7047106cb534", "docID": "7d60f21b-d0db-490b-ba68-b1d3a07f9cfd", "sourceHash": "d3f9a449cd988beeb45a96a3acd527db", "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=c74b3e6a-3020-443a-907c-7047106cb534", "resultSet": [ { "tID": 134, "bpID": 211, "priority": 66, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "Very small text found.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 768 }, "height": 768, "width": 1024 }, "position": { "line": 12383, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":399,\"renderTimeStamp\":1687103152908}\n</script> <script sty", "xpath": "/html/body", "issueID": "1f8ed566e5afbeed3628970096af1f31", "signature": "0e5536ae2b4720bd396b4224c0b03ff0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=1f8ed566e5afbeed3628970096af1f31" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 768 }, "height": 768, "width": 1024 }, "position": { "line": 12383, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":399,\"renderTimeStamp\":1687103152908}\n</script> <script sty", "xpath": "/html/body", "issueID": "a3e583fa0744d1483e187fbe18c73313", "signature": "950fbea5b202143667c06e3c531ebfcd", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=a3e583fa0744d1483e187fbe18c73313" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 374, "y": 66 }, "height": 66, "width": 374 }, "position": { "line": 18100, "column": 1 }, "errorSnippet": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"><span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"><span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Kate Sanchez was elected to the C", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]", "issueID": "9fde6190137f1cfead2911e561f71577", "signature": "7ee0b916a0cbd28fc3c57d1c2d6600c7", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=9fde6190137f1cfead2911e561f71577" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 88 }, "bottom-right": { "x": 374, "y": 176 }, "height": 88, "width": 374 }, "position": { "line": 18757, "column": 0 }, "errorSnippet": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"><span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"><span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Kate is a proud Mom, businesswoma", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]", "issueID": "4d6f830dbee49b5d1602e79808c0ab4e", "signature": "cf58fe9fa9d545ca407cddf868950f50", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=4d6f830dbee49b5d1602e79808c0ab4e" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 198 }, "bottom-right": { "x": 374, "y": 352 }, "height": 154, "width": 374 }, "position": { "line": 18757, "column": 0 }, "errorSnippet": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"><span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"><span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Assemblywoman Sanchez serves as V", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]", "issueID": "21d75867c42a89afaa53aa8afc29231b", "signature": "31b31a0b12e15150354e08b9cb885239", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=21d75867c42a89afaa53aa8afc29231b" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 490, "y": 44 }, "height": 44, "width": 490 }, "position": { "line": 18757, "column": 0 }, "errorSnippet": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"><span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"><span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">As a mother, and granddaughter of", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]", "issueID": "362e2bdbb05728af3f32d0bcd8a60a95", "signature": "7f35959550c7eaa3328cbd541cfdab58", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=362e2bdbb05728af3f32d0bcd8a60a95" }, { "tID": 155, "bpID": 143, "priority": 100, "level": [ "A", "AAA" ], "certainty": 60, "errorTitle": "These headings are not structured in a hierarchical manner.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings" ], "resultTitle": "Make sure that headings are in the right order for the content.", "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 768 }, "height": 768, "width": 1024 }, "position": { "line": 12383, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":399,\"renderTimeStamp\":1687103152908}\n</script> <script sty", "xpath": "/html/body", "issueID": "c6c6e0d7d71513ebc2d5a3aa761e45b0", "signature": "ccf3d1bc5d7f19cc81369ffeea5c9022", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=c6c6e0d7d71513ebc2d5a3aa761e45b0" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 192, "y": 52 }, "height": 52, "width": 192 }, "position": { "line": 10347, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://ad71.asmrc.org/category/around-the-71st/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"ppRL_Y\" aria-haspopup=\"false\"><div class=\"cYOPqd\"><div class=\"\" style=\"text-align:center\"><p class=", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]", "issueID": "bdf3449404e2c1e8aa24c3155fe58bee", "signature": "a738ec023809dfcaac23dee2288b8912", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=bdf3449404e2c1e8aa24c3155fe58bee" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 171, "y": 52 }, "height": 52, "width": 171 }, "position": { "line": 10348, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">Dona", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "issueID": "e39f9bb27c1524fed85343126abeace1", "signature": "a8adea69fd8c326273c6793309819cfe", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e39f9bb27c1524fed85343126abeace1" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 39, "y": 39 }, "height": 39, "width": 39 }, "position": { "line": 10348, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_comp-kzydm5xu\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&q", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[1]/a[1]", "issueID": "51bf7653be2206e9e3ed4a099796dba5", "signature": "8984a5570824c72458f5703f3e10a074", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=51bf7653be2206e9e3ed4a099796dba5" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 49, "y": 0 }, "bottom-right": { "x": 88, "y": 39 }, "height": 39, "width": 39 }, "position": { "line": 10348, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-kzydm5xu\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&a", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[2]/a[1]", "issueID": "044ef713ac0be8850f539d04c1115b2f", "signature": "ca5e351130b346c34cbca5c17f4d936e", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=044ef713ac0be8850f539d04c1115b2f" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 283, "y": 58 }, "height": 58, "width": 283 }, "position": { "line": 10348, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">Dona", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]", "issueID": "6b9ee9c564036572cf6a07912376f24d", "signature": "98f092ba5a6a0f1a7e76f0aab6c36cae", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=6b9ee9c564036572cf6a07912376f24d" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 2, 10 ], "instances": [ { "ruleID": "134", "what": "Very small text found.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"\"> <script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":399,\"renderTimeStamp\":1687103152908} </script> <script sty" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"\"> <script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":399,\"renderTimeStamp\":1687103152908} </script> <script sty" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"><span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"><span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Kate Sanchez was elected to the C" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"><span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"><span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Kate is a proud Mom, businesswoma" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/p[5]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"><span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"><span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">Assemblywoman Sanchez serves as V" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px;\"><span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"><span style=\"font-family:montserrat,sans-serif;\" class=\"wixui-rich-text__text\">As a mother, and granddaughter of" }, { "ruleID": "155", "what": "These headings are not structured in a hierarchical manner.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"\"> <script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":399,\"renderTimeStamp\":1687103152908} </script> <script sty" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://ad71.asmrc.org/category/around-the-71st/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"ppRL_Y\" aria-haspopup=\"false\"><div class=\"cYOPqd\"><div class=\"\" style=\"text-align:center\"><p class=" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">Dona" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_comp-kzydm5xu\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&q" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[3]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-kzydm5xu\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&a" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/KateSanchez/?fid=99\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">Dona" } ] }, "endTime": 1687103196240 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687103196240, "url": "https://www.sanchezforassembly.com/", "what": "Testaro", "result": { "rules": { "allHidden": { "what": "page that is entirely or mostly hidden", "data": { "hidden": { "document": false, "body": false, "main": false }, "reallyHidden": { "document": false, "body": false, "main": false }, "display": { "document": "block", "body": "block", "main": "block" }, "visHidden": { "document": false, "body": false, "main": false }, "ariaHidden": { "document": false, "body": false, "main": false }, "tagName": { "document": "HTML", "body": "BODY", "main": "MAIN" }, "id": { "body": "", "main": "PAGES_CONTAINER" } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "autocomplete": { "what": "name and email inputs without autocomplete attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 440 }, "totals": [ 1, 0, 0, 0 ], "standardInstances": [ { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "docType": { "what": "document without a doctype property", "data": { "docHasType": true }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "dupAtt": { "what": "elements with duplicate attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "embAc": { "what": "active elements embedded in links or buttons", "data": { "totals": { "links": 0, "buttons": 0, "inputs": 0, "selects": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "filter": { "what": "filter styles on elements", "data": { "totals": { "styledElements": 0, "impactedElements": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focAll": { "what": "discrepancies between focusable and Tab-focused elements", "data": { "tabFocusables": 13, "tabFocused": 14, "discrepancy": 1 }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 11, "types": { "missing": { "total": 11, "tagNames": { "A": 11 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 0, "meanDelay": 0, "tagNames": {} } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"" }, { "tagName": "A", "id": "", "text": "About Kate" }, { "tagName": "A", "id": "", "text": "Around the 71st" }, { "tagName": "A", "id": "", "text": "Stay Connected" }, { "tagName": "A", "id": "", "text": "Donate" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"" }, { "tagName": "A", "id": "", "text": "contact@sanchezforassembly.com" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\"" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"n" }, { "tagName": "A", "id": "", "text": "Donate" }, { "tagName": "A", "id": "", "text": "Go Up" } ], "nonoutline": [], "outline": [] } }, "totals": [ 0, 0, 0, 11 ], "standardInstances": [ { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Kate" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Around the 71st" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Stay Connected" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "contact@sanchezforassembly.com" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\"" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"n" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Go Up" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 21, "types": { "onlyFocusable": { "total": 1, "tagNames": { "DIV": 1 } }, "onlyOperable": { "total": 8, "tagNames": { "DIV": 2, "LI": 4, "SPAN": 2 } }, "focusableAndOperable": { "total": 12, "tagNames": { "A": 11, "IFRAME": 1 } } } }, "items": { "onlyFocusable": [ { "tagName": "DIV", "id": "", "text": "More" } ], "onlyOperable": [ { "tagName": "DIV", "id": "comp-kzn8qxxj", "text": "<div id=\"comp-kzn8qxxj\" class=\"MazNVa comp-kzn8qxxj wixui-image rYiAuL\" style=\"cursor: default;\"><a ", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kq82c85j0", "text": "About Kate", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kq82c85j1", "text": "Around the 71st", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kq82c85j2", "text": "Stay Connected", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kq82c85j__more__", "text": "More", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "Donate", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-kzn8wir4", "text": "<div id=\"comp-kzn8wir4\" class=\"MazNVa comp-kzn8wir4 wixui-image rYiAuL\" style=\"cursor: default;\"><a ", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "Donate", "byTag": false, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About Kate", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Around the 71st", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Stay Connected", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Donate", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "", "text": "<iframe class=\"nKphmK\" title=\"Wix Chat\" aria-label=\"Wix Chat\" scrolling=\"no\" allowfullscreen=\"\" allo", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "contact@sanchezforassembly.com", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\"", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"n", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Donate", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Go Up", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 1, 8 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kzn8qxxj", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kzn8qxxj\" class=\"MazNVa comp-kzn8qxxj wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kq82c85j0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Kate" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kq82c85j1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Around the 71st" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kq82c85j2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Stay Connected" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kq82c85j__more__", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kzn8wir4", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kzn8wir4\" class=\"MazNVa comp-kzn8wir4 wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" } ] }, "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": 16, "triggerSample": 16, "impactTriggers": 0, "additions": 0, "removals": 0, "opacityChanges": 0, "opacityImpact": 0, "unhoverables": 0, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 3 }, "items": { "impactTriggers": [], "unhoverables": [], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [ { "tagName": "LI", "id": "comp-kq82c85j0", "text": "About Kate" }, { "tagName": "LI", "id": "comp-kq82c85j1", "text": "Around the 71st" }, { "tagName": "LI", "id": "comp-kq82c85j2", "text": "Stay Connected" } ] } }, "totals": [ 0, 0, 3, 0 ], "standardInstances": [ { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "comp-kq82c85j0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Kate" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "comp-kq82c85j1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Around the 71st" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "comp-kq82c85j2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Stay Connected" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 0 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [] } }, "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": 11, "adjacent": { "total": 9, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"" }, { "id": "", "text": "About Kate" }, { "id": "", "text": "Around the 71st" }, { "id": "", "text": "Stay Connected" }, { "id": "", "text": "Donate" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"" }, { "id": "", "text": "contact@sanchezforassembly.com" }, { "id": "", "text": "Donate" }, { "id": "", "text": "Go Up" } ] } }, "totals": [ 0, 9, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Kate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Around the 71st" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Stay Connected" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "contact@sanchezforassembly.com" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Go Up" } ] }, "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": 4, "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": { "adjacentLink": { "total": 9 }, "listLink": { "total": 2 }, "h2": { "total": 2 }, "h3": { "total": 3, "subtotals": [ 2, 1 ] } }, "items": { "h3": { "fontSize": { "25px": [ "Kate Sanchez - Businesswoman, Taxpayer Advocate, Mom" ], "30px": [ "Service Above Self", "Kate Sanchez - Child Advocate" ] } } } }, "totals": [ 0, 0, 0, 1 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "Level-3 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "tabNav": { "what": "nonstandard keyboard navigation between elements with the tab role", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 3, "tagNames": { "DIV": 3 } }, "items": [ { "tagName": "DIV", "id": "SITE_HEADER", "text": "About KateAround the 71stStay ConnectedMoreUse tab to navigate through the menu items.Donate" }, { "tagName": "DIV", "id": "comp-kq82c85jdropWrapper", "text": "<div class=\"Ucn7EJ\" id=\"comp-kq82c85jdropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false" }, { "tagName": "DIV", "id": "comp-kv7o6m31-pinned-layer", "text": "<div id=\"comp-kv7o6m31-pinned-layer\" class=\"comp-kv7o6m31-pinned-layer big2ZD\"><div id=\"comp-kv7o6m3" } ] }, "totals": [ 3, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "SITE_HEADER", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About KateAround the 71stStay ConnectedMoreUse tab to navigate through the menu items.Donate" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kq82c85jdropWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"Ucn7EJ\" id=\"comp-kq82c85jdropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kv7o6m31-pinned-layer", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kv7o6m31-pinned-layer\" class=\"comp-kv7o6m31-pinned-layer big2ZD\"><div id=\"comp-kv7o6m3" } ] } }, "success": true }, "standardResult": { "totals": [ 4, 9, 5, 20 ], "instances": [ { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Kate" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Around the 71st" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Stay Connected" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "contact@sanchezforassembly.com" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.facebook.com/KateSanchezStateAssembly\" target=\"_blank\"" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/asmkatesanchez/\" target=\"_blank\" rel=\"n" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Go Up" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kzn8qxxj", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kzn8qxxj\" class=\"MazNVa comp-kzn8qxxj wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kq82c85j0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Kate" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kq82c85j1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Around the 71st" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kq82c85j2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Stay Connected" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kq82c85j__more__", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kzn8wir4", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kzn8wir4\" class=\"MazNVa comp-kzn8wir4 wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "comp-kq82c85j0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Kate" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "comp-kq82c85j1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Around the 71st" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "comp-kq82c85j2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Stay Connected" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Kate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Around the 71st" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Stay Connected" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.sanchezforassembly.com\" target=\"_self\" class=\"j7pOnl\"" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "contact@sanchezforassembly.com" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Go Up" }, { "ruleID": "styleDiff", "what": "Level-3 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "SITE_HEADER", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About KateAround the 71stStay ConnectedMoreUse tab to navigate through the menu items.Donate" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kq82c85jdropWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"Ucn7EJ\" id=\"comp-kq82c85jdropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kv7o6m31-pinned-layer", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kv7o6m31-pinned-layer\" class=\"comp-kv7o6m31-pinned-layer big2ZD\"><div id=\"comp-kv7o6m3" } ] }, "endTime": 1687103225204 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687103225204, "url": "https://www.sanchezforassembly.com/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Assembly Member Kate Sanchez for California Assembly District 71", "pageurl": "https://www.sanchezforassembly.com/", "time": 4.31, "creditsremaining": 1032, "allitemcount": 84, "totalelements": 609, "waveurl": "http://wave.webaim.org/report?url=https://www.sanchezforassembly.com/" }, "categories": { "error": { "description": "Errors", "count": 3, "items": { "alt_link_missing": { "id": "alt_link_missing", "description": "Linked image missing alternative text", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qq8jh3 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kzydm5xu > UL:first-child > LI#dataItem-kzydm5zf-comp-kzydm5xu > A:first-child > WOW-IMAGE#img_0_comp-kzydm5xu > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qq8jh3 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kzydm5xu > UL:first-child > LI#dataItem-l1e4m6wg-comp-kzydm5xu > A:first-child > WOW-IMAGE#img_1_comp-kzydm5xu > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "alt_spacer_missing": { "id": "alt_spacer_missing", "description": "Spacer image missing alternative text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > SCRIPT:first-child + SCRIPT + SCRIPT + SCRIPT + SCRIPT + PAGES-CSS + DIV + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + IMG" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 7, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 7, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq0za4c5 > DIV:first-child + DIV > DIV#comp-kq5b6zom > DIV:first-child + DIV > DIV:first-child > DIV#comp-kq0z8ksb > A:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qq8jh3 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kqjcbhay > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qq8jh3 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kqjc9hp0 > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qq8jh3 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kqjc9hp0 > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qqes7 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kq6qqet11 > A:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq51g9f0 > DIV:first-child + DIV > DIV#comp-kq51zv3p > DIV:first-child + DIV > DIV:first-child > DIV#comp-kq520ftu > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > A:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV#comp-l1e52g2k > P:first-child > SPAN:first-child > SPAN:first-child" ], "contrastdata": [ [ 4.05, "#ffffff", "#fd0000", false ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 4.05, "#ffffff", "#fd0000", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 15, "items": { "alt_suspicious": { "id": "alt_suspicious", "description": "Suspicious alternative text", "count": 6, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq0za4c5 > DIV:first-child + DIV > DIV#comp-kq0za4e1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kzn8qxxj > A:first-child > WOW-IMAGE#img_comp-kzn8qxxj > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-lgo057fp > DIV:first-child + DIV > DIV:first-child > SECTION#comp-kq0xqk0z > DIV:first-child + DIV > DIV#comp-kq0xqk25 > DIV#bgLayers_comp-kq0xqk25 > DIV#bgMedia_comp-kq0xqk25 > WOW-IMAGE#img_comp-kq0xqk25 > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-lgo057fq > DIV:first-child + DIV > DIV:first-child > SECTION#comp-kq3gmbsy > DIV:first-child + DIV > DIV#comp-kq3gnrkd > DIV#bgLayers_comp-kq3gnrkd > DIV#bgMedia_comp-kq3gnrkd > WOW-IMAGE#img_comp-kq3gnrkd > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-lgo057fq2 > DIV:first-child + DIV > DIV:first-child > SECTION#comp-kq3h0xgu > DIV:first-child + DIV > DIV#comp-kq3h0xin > DIV#bgLayers_comp-kq3h0xin > DIV#bgMedia_comp-kq3h0xin > WOW-IMAGE#img_comp-kq3h0xin > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-lgo057fq4 > DIV:first-child + DIV > DIV:first-child > SECTION#comp-kq3h8bvt > DIV:first-child + DIV > DIV#comp-kq3h8bwh > DIV#bgLayers_comp-kq3h8bwh > DIV#bgMedia_comp-kq3h8bwh > WOW-IMAGE#img_comp-kq3h8bwh > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qq8j2 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kzn8wir4 > A:first-child > WOW-IMAGE#img_comp-kzn8wir4 > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "h1_missing": { "id": "h1_missing", "description": "Missing first level heading", "count": 1, "selectors": [ false ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "heading_possible": { "id": "heading_possible", "description": "Possible heading", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qq8jh3 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kqjcbhay > 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#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq0za4c5 > DIV:first-child + DIV > DIV#comp-kq5b6zom > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kq82c85j > NAV#comp-kq82c85jnavContainer > UL#comp-kq82c85jitemsContainer > LI#comp-kq82c85j0 > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "text_small": { "id": "text_small", "description": "Very small text", "count": 5, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_TOP > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq0za4c5 > DIV:first-child + DIV > DIV#comp-kq5b6zom > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kq82c85j > NAV#comp-kq82c85jnavContainer > DIV#comp-kq82c85jnavContainer-hiddenA11ySubMenuIndication", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-lgo057fq > DIV:first-child + DIV > DIV:first-child > DIV#comp-kzkqoh42 > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-lgo057fq5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kzl2t680 > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_BOTTOM > SPAN:first-child" ], "wcag": [] }, "underline": { "id": "underline", "description": "Underlined text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq51g9f0 > DIV:first-child + DIV > DIV#comp-kq51zv3p > DIV:first-child + DIV > DIV:first-child > DIV#comp-kq520ftu > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 15, 0, 0, 10 ], "instances": [ { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qq8jh3 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kzydm5xu > UL:first-child > LI#dataItem-kzydm5zf-comp-kzydm5xu > A:first-child > WOW-IMAGE#img_0_comp-kzydm5xu > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qq8jh3 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kzydm5xu > UL:first-child > LI#dataItem-l1e4m6wg-comp-kzydm5xu > A:first-child > WOW-IMAGE#img_1_comp-kzydm5xu > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_spacer_missing", "what": "Spacer image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > SCRIPT:first-child + SCRIPT + SCRIPT + SCRIPT + SCRIPT + PAGES-CSS + DIV + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + IMG" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq0za4c5 > DIV:first-child + DIV > DIV#comp-kq5b6zom > DIV:first-child + DIV > DIV:first-child > DIV#comp-kq0z8ksb > A:first-child > SPAN: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#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qq8jh3 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kqjcbhay > P:first-child > SPAN:first-child > SPAN:first-child > SPAN: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#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qq8jh3 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kqjc9hp0 > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qq8jh3 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kqjc9hp0 > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > A: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#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qqes7 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kq6qqet11 > A:first-child > SPAN: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#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq51g9f0 > DIV:first-child + DIV > DIV#comp-kq51zv3p > DIV:first-child + DIV > DIV:first-child > DIV#comp-kq520ftu > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > A:first-child > SPAN: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#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV#comp-l1e52g2k > P:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq0za4c5 > DIV:first-child + DIV > DIV#comp-kq0za4e1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kzn8qxxj > A:first-child > WOW-IMAGE#img_comp-kzn8qxxj > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-lgo057fp > DIV:first-child + DIV > DIV:first-child > SECTION#comp-kq0xqk0z > DIV:first-child + DIV > DIV#comp-kq0xqk25 > DIV#bgLayers_comp-kq0xqk25 > DIV#bgMedia_comp-kq0xqk25 > WOW-IMAGE#img_comp-kq0xqk25 > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-lgo057fq > DIV:first-child + DIV > DIV:first-child > SECTION#comp-kq3gmbsy > DIV:first-child + DIV > DIV#comp-kq3gnrkd > DIV#bgLayers_comp-kq3gnrkd > DIV#bgMedia_comp-kq3gnrkd > WOW-IMAGE#img_comp-kq3gnrkd > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-lgo057fq2 > DIV:first-child + DIV > DIV:first-child > SECTION#comp-kq3h0xgu > DIV:first-child + DIV > DIV#comp-kq3h0xin > DIV#bgLayers_comp-kq3h0xin > DIV#bgMedia_comp-kq3h0xin > WOW-IMAGE#img_comp-kq3h0xin > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-lgo057fq4 > DIV:first-child + DIV > DIV:first-child > SECTION#comp-kq3h8bvt > DIV:first-child + DIV > DIV#comp-kq3h8bwh > DIV#bgLayers_comp-kq3h8bwh > DIV#bgMedia_comp-kq3h8bwh > WOW-IMAGE#img_comp-kq3h8bwh > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qq8j2 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kzn8wir4 > A:first-child > WOW-IMAGE#img_comp-kzn8wir4 > IMG:first-child" }, "excerpt": "" }, { "ruleID": "h1_missing", "what": "Missing first level heading", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "selector", "spec": false }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq6qq8ht > DIV:first-child + DIV > DIV#comp-kq6qq8jh3 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kqjcbhay > 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#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq0za4c5 > DIV:first-child + DIV > DIV#comp-kq5b6zom > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kq82c85j > NAV#comp-kq82c85jnavContainer > UL#comp-kq82c85jitemsContainer > LI#comp-kq82c85j0 > A:first-child" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_TOP > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kq82c85jnavContainer-hiddenA11ySubMenuIndication", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq0za4c5 > DIV:first-child + DIV > DIV#comp-kq5b6zom > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kq82c85j > NAV#comp-kq82c85jnavContainer > DIV#comp-kq82c85jnavContainer-hiddenA11ySubMenuIndication" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-lgo057fq > DIV:first-child + DIV > DIV:first-child > DIV#comp-kzkqoh42 > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-lgo057fq5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kzl2t680 > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_BOTTOM > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "underline", "what": "Underlined text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > SECTION#comp-kq51g9f0 > DIV:first-child + DIV > DIV#comp-kq51zv3p > DIV:first-child + DIV > DIV:first-child > DIV#comp-kq520ftu > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" } ] }, "endTime": 1687103229787 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD71-c", "which": "https://www.sanchezforassembly.com/", "what": "Candidate Kate A. Sanchez (R)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T15:45:52", "endTime": "2023-06-18T15:47:09", "elapsedSeconds": 77, "visitLatency": 6, "logCount": 17, "logSize": 787, "errorLogCount": 12, "errorLogSize": 487, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 29 ], [ "testaro", 14 ], [ "ibm", 7 ], [ "alfa", 6 ], [ "wave", 5 ], [ "nuVal", 3 ], [ "qualWeb", 3 ], [ "axe", 1 ], [ "tenon", 1 ], [ "continuum", 0 ], [ "htmlcs", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 1223, "issue": 1074, "tool": 141, "prevention": 0, "log": 8, "latency": 0 }, "details": { "severity": { "total": [ 172, 78, 191, 126 ], "byTool": { "testaro": [ 4, 9, 5, 20 ], "alfa": [ 94, 0, 0, 57 ], "axe": [ 9, 13, 0, 4 ], "continuum": [ 0, 0, 0, 8 ], "htmlcs": [ 7, 0, 0, 5 ], "ibm": [ 0, 5, 0, 2 ], "nuVal": [ 34, 0, 88, 0 ], "qualWeb": [ 9, 51, 96, 10 ], "tenon": [ 0, 0, 2, 10 ], "wave": [ 15, 0, 0, 10 ] } }, "prevention": {}, "issue": { "linkNoText": { "score": 16, "maxCount": 4, "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" ] } } }, "continuum": { "237": { "quality": 1, "what": "a element has no machanism allowing an accessible name value to be calculated", "complaints": { "countTotal": 2, "texts": [ "This A element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "ibm": { "a_text_purpose": { "quality": 1, "what": "Hyperlink has no link text, label, or image with a text alternative", "complaints": { "countTotal": 2, "texts": [ "Hyperlink has no link text, label or image with a text alternative" ] } } }, "qualWeb": { "QW-ACT-R12": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 2, "texts": [ "This rule checks that each link has an accessible name." ] } }, "QW-WCAG-T21": { "quality": 1, "what": "Accessible name is not provided for an image which is the only content in a link", "complaints": { "countTotal": 2, "texts": [ "This technique checks the text alternative of images which are the only content of a link" ] } } }, "wave": { "alt_link_missing": { "quality": 1, "what": "Linked image has no text alternative", "complaints": { "countTotal": 2, "texts": [ "Linked image missing alternative text" ] } } } } }, "imageTextBad": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "alfa": { "r39": { "quality": 1, "what": "Image text alternative is the filename instead", "complaints": { "countTotal": 2, "texts": [ "Image filename is accessible name for image" ] } } } } }, "contentBeyondLandmarks": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 2, "texts": [ "Perceivable text content is included in a landmark" ] } } } } }, "h1Missing": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r61": { "quality": 1, "what": "First heading is not h1", "complaints": { "countTotal": 1, "texts": [ "Documents start with a level 1 heading" ] } } }, "wave": { "h1_missing": { "quality": 1, "what": "Missing first level heading", "complaints": { "countTotal": 1, "texts": [ "Missing first level heading" ] } } } } }, "focusIndication": { "score": 56, "maxCount": 14, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 12, "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": 14, "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": 11, "texts": [ "A element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 42, "maxCount": 42, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 42, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 3, "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 NaN:1." ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 3, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement." ] } } } } }, "textContrastAA": { "score": 168, "maxCount": 42, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 42, "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 due to a background image", "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements", "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 insufficient color contrast of 4.05 (foreground color: #ffffff, background color: #fd0000, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" ] } } }, "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": 7, "texts": [ "Very low contrast" ] } } } } }, "leadingInsufficient": { "score": 20, "maxCount": 10, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 10, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "fontSizeAbsolute": { "score": 158, "maxCount": 79, "weight": 2, "tools": { "alfa": { "r74": { "quality": 1, "what": "Paragraph text has an absolute font size", "complaints": { "countTotal": 33, "texts": [ "Paragraphs of text do not have font sizes defined in absolute units" ] } } }, "qualWeb": { "QW-WCAG-T28": { "quality": 1, "what": "Percent, em, or name is used for a font size", "complaints": { "countTotal": 79, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "headingOfNothing": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "alfa": { "r78": { "quality": 1, "what": "No content between two headings of the same level", "complaints": { "countTotal": 1, "texts": [ "Headings of same level have text content between them" ] } } } } }, "leadingAbsolute": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "alfa": { "r80": { "quality": 1, "what": "Paragraph text has an absolute line height", "complaints": { "countTotal": 3, "texts": [ "Paragraphs of text do not have line heights defined in absolute units" ] } } } } }, "repeatedContentRisk": { "score": 3, "maxCount": 3, "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." ] } } } } }, "frameContentRisk": { "score": 0, "maxCount": 0.4, "weight": 1, "tools": { "axe": { "frame-tested": { "quality": 0.2, "what": "Some content is in an iframe and therefore may not be testable for accessibility", "complaints": { "countTotal": 2, "texts": [ "Frames should be tested with axe-core; The iframe still has to be tested with axe-core" ] } } } } }, "hiddenContentRisk": { "score": 9, "maxCount": 9, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 9, "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." ] } } } } }, "textAlternativeRisk": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "continuum": { "234": { "quality": 1, "what": "img element has a suspicious calculated accessible name", "complaints": { "countTotal": 6, "texts": [ "This IMG has a suspicious calculated accessible name value of: kate-sanchez-ca-assembly-71-blue-v2.png", "This IMG has a suspicious calculated accessible name value of: kate-sanchez-assembly-capitol.png", "This IMG has a suspicious calculated accessible name value of: kate sanchez.png", "This IMG has a suspicious calculated accessible name value of: africa 2.jpg", "This IMG has a suspicious calculated accessible name value of: school & kids v2.jpg", "This IMG has a suspicious calculated accessible name value of: kate-sanchez-ca-assembly-71-white-v2.png" ] } } }, "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 8, "texts": [ "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content" ] } } }, "wave": { "alt_suspicious": { "quality": 1, "what": "Image text alternative is suspicious", "complaints": { "countTotal": 6, "texts": [ "Suspicious alternative text" ] } } } } }, "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": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion." ] } } } } }, "contrastRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_3_F24.F24.FGColour": { "quality": 1, "what": "Inline foreground color may lack a complementary background color", "complaints": { "countTotal": 1, "texts": [ "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour." ] } }, "AAA.1_4_6.G17.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 7:1", "complaints": { "countTotal": 1, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1." ] } } } } }, "linkWindowSurpriseRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "htmlcs": { "AAA.3_2_5.H83.3": { "quality": 1, "what": "Link text may fail to indicate that the link will open in a new window", "complaints": { "countTotal": 4, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "headingStructure": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1_AAA.G141": { "quality": 1, "what": "Heading level is incorrect", "complaints": { "countTotal": 2, "texts": [ "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.", "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested." ] } } }, "tenon": { "155": { "quality": 1, "what": "Headings are not structured in a hierarchical manner", "complaints": { "countTotal": 1, "texts": [ "These headings are not structured in a hierarchical manner." ] } } } } }, "obsolete": { "score": 18, "maxCount": 6, "weight": 3, "tools": { "ibm": { "element_attribute_deprecated": { "quality": 1, "what": "Element or attribute is obsolete", "complaints": { "countTotal": 5, "texts": [ "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5" ] } } }, "nuVal": { "^The .+ attribute on the .+ element is obsolete.+$": { "quality": 1, "what": "Attribute is obsolete on its element", "complaints": { "countTotal": 6, "texts": [ "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "The frameborder attribute on the iframe element is obsolete. Use CSS instead." ] } } } } }, "attributeBad": { "score": 88, "maxCount": 22, "weight": 4, "tools": { "nuVal": { "^Attribute .+ not allowed on element .+ at this point.*$": { "quality": 1, "what": "Attribute not allowed on this element", "complaints": { "countTotal": 10, "texts": [ "Attribute position not allowed on element link at this point.", "Attribute allowvr not allowed on element iframe at this point." ] } }, "^Bad value .* for attribute .+ on element .+$": { "quality": 1, "what": "Attribute on this element has an invalid value", "complaints": { "countTotal": 12, "texts": [ "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace." ] } } } } }, "linkElementBad": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "nuVal": { "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.": { "quality": 1, "what": "link element with an as attribute has no rel attribute with preload or modulepreload as its value", "complaints": { "countTotal": 4, "texts": [ "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload." ] } } } } }, "cssInvalid": { "score": 108, "maxCount": 36, "weight": 3, "tools": { "nuVal": { "CSS: Parse Error.": { "quality": 1, "what": "Invalid CSS", "complaints": { "countTotal": 18, "texts": [ "CSS: Parse Error." ] } }, "^CSS: .+: Property .+ doesn't exist.*$": { "quality": 1, "what": "Invalid property in CSS", "complaints": { "countTotal": 4, "texts": [ "CSS: view-transition-name: Property view-transition-name doesn't exist.", "CSS: vector-effect: Property vector-effect doesn't exist." ] } }, "^CSS: .+: The types are incompatible.*$": { "quality": 1, "what": "Incompatible types of CSS values", "complaints": { "countTotal": 8, "texts": [ "CSS: --divider-pin-height__: The types are incompatible.", "CSS: --divider-pin-border__: The types are incompatible." ] } }, "^CSS: .+: Parse Error.*$": { "quality": 1, "what": "Invalid CSS", "complaints": { "countTotal": 4, "texts": [ "CSS: opacity: Parse Error." ] } }, "^CSS: .+: Unknown dimension.*$": { "quality": 1, "what": "Unknown CSS dimension", "complaints": { "countTotal": 2, "texts": [ "CSS: --theme-spx-ratio: Unknown dimension." ] } } } } }, "metaBad": { "score": 24, "maxCount": 8, "weight": 3, "tools": { "nuVal": { "^Bad value .+ for attribute .+ on element meta.*$": { "quality": 1, "what": "Attribute of a meta element has an invalid value", "complaints": { "countTotal": 8, "texts": [ "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "Bad value etag for attribute http-equiv on element meta." ] } } } } }, "typeRedundant": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "nuVal": { "The type attribute is unnecessary for JavaScript resources.": { "quality": 1, "what": "type attribute is unnecessary for a JavaScript resource", "complaints": { "countTotal": 2, "texts": [ "The type attribute is unnecessary for JavaScript resources." ] } } } } }, "parentBad": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "nuVal": { "^Element .+ not allowed as child of element .+ in this context.*$": { "quality": 1, "what": "Element has an invalid parent", "complaints": { "countTotal": 4, "texts": [ "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)" ] } } } } }, "sectionHeadingless": { "score": 32, "maxCount": 32, "weight": 1, "tools": { "nuVal": { "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.": { "quality": 1, "what": "section has no heading", "complaints": { "countTotal": 32, "texts": [ "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed." ] } } }, "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 2, "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" ] } } } } }, "imageNoSource": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "nuVal": { "Element img is missing required attribute src.": { "quality": 1, "what": "img element has no src attribute", "complaints": { "countTotal": 4, "texts": [ "Element img is missing required attribute src." ] } } } } }, "slashParseRisk": { "score": 29, "maxCount": 29, "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": 29, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "elementClosure": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "nuVal": { "^Stray end tag .+$": { "quality": 1, "what": "Invalid closing tag", "complaints": { "countTotal": 4, "texts": [ "Stray end tag link." ] } } } } }, "refresh": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-ACT-R4": { "quality": 1, "what": "meta element refreshes or redirects with delay", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the meta element is not used for delayed redirecting or refreshing." ] } }, "QW-ACT-R71": { "quality": 1, "what": "meta element has a refresh delay (no exception)", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the `meta` element is not used for delayed redirecting or refreshing." ] } } } } }, "mainNone": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-ACT-R63": { "quality": 1, "what": "Document has no landmark with non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content" ] } } } } }, "skipRepeatedContent": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "qualWeb": { "QW-ACT-R64": { "quality": 1, "what": "Document has no heading for non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the non-repeated content contains a heading" ] } } } } }, "overflowHiddenRisk": { "score": 33, "maxCount": 33, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 33, "texts": [ "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport." ] } } } } }, "pseudoNavList": { "score": 6, "maxCount": 3, "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": 3, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "colorMissing": { "score": 20, "maxCount": 5, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 5, "texts": [ "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination." ] } } } } }, "noHeading": { "score": 15, "maxCount": 5, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 5, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "fontSmall": { "score": 15, "maxCount": 5, "weight": 3, "tools": { "tenon": { "134": { "quality": 1, "what": "Text is very small", "complaints": { "countTotal": 1, "texts": [ "Very small text found." ] } } }, "wave": { "text_small": { "quality": 1, "what": "Text is very small", "complaints": { "countTotal": 5, "texts": [ "Very small text" ] } } } } }, "leadingClipsText": { "score": 20, "maxCount": 5, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 5, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "linkForcesNewWindow": { "score": 15, "maxCount": 5, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 5, "texts": [ "This link opens in a new window without user control." ] } } } } }, "visibleBulk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "bulk": { "quality": 1, "what": "Page contains many visible elements", "complaints": { "countTotal": 1, "texts": [ "Page contains a large number of visible elements" ] } } } } }, "tabFocusability": { "score": 2, "maxCount": 0.5, "weight": 4, "tools": { "testaro": { "focAll": { "quality": 0.5, "what": "Discrepancy between elements that should be and that are Tab-focusable", "complaints": { "countTotal": 1, "texts": [ "Some focusable elements are not Tab-focusable or vice versa" ] } } } } }, "focusableOperable": { "score": 27, "maxCount": 9, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 9, "texts": [ null ] } } } } }, "hoverSurprise": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 3, "texts": [ "List item changes when hovered over" ] } } } } }, "linkIndication": { "score": 18, "maxCount": 9, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 9, "texts": [ "Link is inline but has no underline" ] } } } } }, "inconsistentStyles": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 1, "texts": [ "Level-3 headings have 2 different styles" ] } } } } }, "zIndexNotZero": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 3, "texts": [ "DIV element has a non-default Z index" ] } } } } }, "imageNoText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "wave": { "alt_spacer_missing": { "quality": 1, "what": "Spacer image has no text alternative", "complaints": { "countTotal": 1, "texts": [ "Spacer image missing alternative text" ] } } } } }, "pseudoHeadingRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "wave": { "heading_possible": { "quality": 1, "what": "Possible heading", "complaints": { "countTotal": 1, "texts": [ "Possible heading" ] } } } } }, "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" ] } } } } }, "pseudoLinkRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "wave": { "underline": { "quality": 1, "what": "CSS underline on text that is not a link", "complaints": { "countTotal": 1, "texts": [ "Underlined text" ] } } } } } } } } }