Accessibility digest
Page | Candidate Miguel Santiago (D) |
---|---|
URL | https://www.santiagoforassembly.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1470 |
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 Miguel Santiago (D) at https://www.santiagoforassembly.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 1470, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1470 | Sum of the component scores |
issue | 1284 | Severity and number of reported defects |
tool | 185 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 1 | 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 | 152 |
fontSizeAbsolute | 126 |
cssInvalid | 108 |
focusIndication | 84 |
focusableOperable | 81 |
attributeBad | 80 |
linkNoText | 56 |
overflowHiddenRisk | 42 |
contrastAAA | 40 |
imageNoSource | 40 |
slashParseRisk | 37 |
noHeading | 36 |
linkIndication | 30 |
colorMissing | 28 |
tabFocusability | 26 |
metaBad | 24 |
parentBad | 24 |
linkForcesNewWindow | 24 |
hoverSurprise | 18 |
leadingInsufficient | 16 |
linkElementBad | 16 |
obsolete | 15 |
hiddenContentRisk | 12 |
elementClosure | 12 |
targetSize | 12 |
textAlternativeRisk | 11 |
leadingAbsolute | 10 |
contrastRisk | 10 |
pseudoNavList | 10 |
fontSmall | 9 |
ariaBadAttribute | 8 |
linkWindowSurpriseRisk | 8 |
errorReferenceBad | 8 |
imageTextBad | 6 |
focusableRole | 6 |
roleBad | 6 |
refresh | 6 |
skipRepeatedContent | 6 |
overflowHidden | 4 |
decorativeImageRisk | 4 |
headingStructure | 4 |
leadingClipsText | 4 |
h1Missing | 3 |
repeatedContentRisk | 3 |
submitButton | 3 |
horizontalScrolling | 3 |
ariaRedundant | 2 |
typeRedundant | 2 |
sectionHeadingless | 2 |
mainNone | 2 |
allCaps | 2 |
autocompleteNone | 1 |
visibleBulk | 1 |
zIndexNotZero | 1 |
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: 152
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 38
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: 16
Complaint specifics
- 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's background color could not be determined due to a background image
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.28 (foreground color: #e31919, background color: #f3f3f3, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1
Complaints by ibm
Rule text_contrast_sufficient
text_contrast_sufficient
Description: Text has a contrast with its background less than the WCAG AA minimum for its size and weight
Count of instances: 1
Complaint specifics
- Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400
Complaints by qualWeb
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 1
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: 10
Complaint specifics
- Very low contrast
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 126
Complaints by alfa
Rule r74
r74
Description: Paragraph text has an absolute font size
Count of instances: 24
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: 63
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: .+: The types are incompatible.*$
Description: Incompatible types of CSS values
Count of instances: 4
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: 6
Complaint specifics
- CSS: opacity: Parse Error.
- CSS: left: Parse Error.
- CSS: top: 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: .+: .+ is not a valid color 3 or 6 hexadecimals numbers.*$
Description: Invalid hexadecimal color in CSS
Count of instances: 2
Complaint specifics
- CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.
Rule ^CSS: .+: Unknown dimension.*$
Description: Unknown CSS dimension
Count of instances: 2
Complaint specifics
- CSS: --theme-spx-ratio: Unknown dimension.
Issue focusIndication
WCAG: 2.4.7
Score: 84
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 18
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: 21
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: 20
Complaint specifics
- A element has no focus indicator
- DIV element has no focus indicator
- INPUT element has no focus indicator
- BUTTON element has no focus indicator
Issue focusableOperable
WCAG: 2.1.1
Score: 81
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 27
Complaint specifics
Issue attributeBad
WCAG: 1.3.1
Score: 80
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: 8
Complaint specifics
- Attribute position not allowed on element link 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 linkNoText
WCAG: 2.4.4
Score: 56
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 7
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 7
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: 7
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: 7
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: 7
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: 7
Complaint specifics
- This technique checks the text alternative of images which are the only content of a link
Complaints by tenon
Rule 57
57
Description: Link has no text inside it
Count of instances: 7
Complaint specifics
- This link has no text inside it.
Complaints by wave
Rule alt_link_missing
alt_link_missing
Description: Linked image has no text alternative
Count of instances: 7
Complaint specifics
- Linked image missing alternative text
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 42
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: 42
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 contrastAAA
WCAG: 1.4.6
Score: 40
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 40
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by axe
Rule color-contrast-enhanced
color-contrast-enhanced
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 1
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.32 (foreground color: #ffffff, background color: #cf242e, font size: 9.8pt (13px), font weight: bold). Expected contrast ratio of 7:1
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 4
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Issue imageNoSource
WCAG: 1.3.1
Score: 40
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: 10
Complaint specifics
- Element img is missing required attribute src.
Issue slashParseRisk
WCAG: 4.1
Score: 37
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: 37
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue noHeading
WCAG: 1.3.1
Score: 36
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 12
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue linkIndication
WCAG: 1.3.3
Score: 30
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 15
Complaint specifics
- Link is inline but has no underline
Issue colorMissing
WCAG: 1.4.3
Score: 28
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 7
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 tabFocusability
WCAG: 2.1.1
Score: 26
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 13
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
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 parentBad
WCAG: 1.3.1
Score: 24
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: 6
Complaint specifics
- Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)
- Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 24
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 8
Complaint specifics
- This link opens in a new window without user control.
Issue hoverSurprise
WCAG: 1.4.13
Score: 18
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 9
Complaint specifics
- Hovering over element has unexpected effects
- Link or button makes the hovering mouse cursor nonstandard
- List item changes when hovered over
Issue leadingInsufficient
WCAG: 1.4.8
Score: 16
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 8
Complaint specifics
- Paragraphs of text have sufficient line height
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 obsolete
WCAG: 4.1
Score: 15
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
Issue hiddenContentRisk
WCAG: 4.1
Score: 12
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 12
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 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 targetSize
WCAG: 2.5.5
Score: 12
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 4
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue textAlternativeRisk
WCAG: 1
Score: 11
Complaints by continuum
Rule 234
234
Description: img element has a suspicious calculated accessible name
Count of instances: 7
Complaint specifics
- This IMG has a suspicious calculated accessible name value of: img_0261.jpg
- This IMG has a suspicious calculated accessible name value of: 13955560328_6d545ba579_o.jpg
- This IMG has a suspicious calculated accessible name value of: la river restoration.jpg
- This IMG has a suspicious calculated accessible name value of: latino theater.jpg
- This IMG has a suspicious calculated accessible name value of: photo 4.png
- This IMG has a suspicious calculated accessible name value of: human trafficking.jpg
- This IMG has a suspicious calculated accessible name value of: 43084377650_d7052ffdf7_o.jpg
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 11
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: 9
Complaint specifics
- Suspicious alternative text
Issue leadingAbsolute
WCAG: 1.4.12
Score: 10
Complaints by alfa
Rule r80
r80
Description: Paragraph text has an absolute line height
Count of instances: 5
Complaint specifics
- Paragraphs of text do not have line heights defined in absolute units
Issue contrastRisk
WCAG: 1.4.3
Score: 10
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: 5
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: 5
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 pseudoNavList
WCAG: 1.3.1
Score: 10
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: 5
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue fontSmall
WCAG: 1.4
Score: 9
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: 3
Complaint specifics
- Very small text
Issue ariaBadAttribute
WCAG: 4.1.2
Score: 8
Complaints by alfa
Rule r18
r18
Description: ARIA state or property is not allowed for the element on which it is specified
Count of instances: 2
Complaint specifics
- aria-* states and properties are allowed
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 8
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: 8
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue errorReferenceBad
WCAG: 3.3.1
Score: 8
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 2
Complaint specifics
- This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.
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 focusableRole
WCAG: 4.1.2
Score: 6
Complaints by axe
Rule focus-order-semantics
focus-order-semantics
Description: Focusable element has no active role
Count of instances: 2
Complaint specifics
- Elements in the focus order should have an appropriate role; Element does not have a widget role.; Element has invalid semantics for an element in the focus order.
Issue roleBad
WCAG: 4.1.2
Score: 6
Complaints by ibm
Rule element_tabbable_role_valid
element_tabbable_role_valid
Description: Tabbable element has a non-widget role
Count of instances: 2
Complaint specifics
- The tabbable element's role 'generic' is not a widget role
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 skipRepeatedContent
WCAG: 2.4.1
Score: 6
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
Rule QW-ACT-R75
Description: Blocks of repeated content cannot be bypassed
Count of instances: 1
Complaint specifics
- This rule checks that each page has a mechanism to bypass repeated blocks of content.
Issue overflowHidden
WCAG: 1.4.4
Score: 4
Complaints by alfa
Rule r83
r83
Description: Overflow is hidden or clipped if the text is enlarged
Count of instances: 1
Complaint specifics
- Text nodes are not clipped when text is resized
Issue decorativeImageRisk
WCAG: 1.1.1
Score: 4
Complaints by htmlcs
Rule AAA.1_1_1.H67.2
AAA.1_1_1.H67.2
Description: Image marked as decorative may be informative
Count of instances: 4
Complaint specifics
- Img element is marked so that it is ignored by Assistive Technology.
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 h5 element appears to be the primary document heading, so should be an h1 element.
- The heading structure is not logically nested. This h5 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 leadingClipsText
WCAG: 1.4.8
Score: 4
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 1
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
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 submitButton
WCAG: 2.5.6
Score: 3
Complaints by qualWeb
Rule QW-WCAG-T19
QW-WCAG-T19
Description: Submit button not provided
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.
Issue horizontalScrolling
WCAG: 1.4.10
Score: 3
Complaints by tenon
Rule 28
28
Description: Layout or sizing of the page causes horizontal scrolling
Count of instances: 1
Complaint specifics
- The layout or sizing of this page causes horizontal scrolling.
Issue ariaRedundant
WCAG: 4.1.2
Score: 2
Complaints by ibm
Rule aria_attribute_redundant
aria_attribute_redundant
Description: ARIA attribute is used when there is a corresponding HTML attribute
Count of instances: 2
Complaint specifics
- The ARIA attribute "aria-required" is redundant with the HTML attribute "required"
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 sectionHeadingless
WCAG: 1.3.1
Score: 2
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: 2
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: 1
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 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 allCaps
WCAG: 3.1.5
Score: 2
Complaints by tenon
Rule 153
153
Description: Long string of text is in all caps
Count of instances: 2
Complaint specifics
- This long string of text is in all caps.
Issue autocompleteNone
WCAG: 1.3.5
Score: 1
Complaints by testaro
Rule autocomplete
autocomplete
Description: Name or email input is missing its required autocomplete attribute
Count of instances: 1
Complaint specifics
- Input is missing the required autocomplete attribute with value email
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 zIndexNotZero
WCAG: 1.4
Score: 1
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 1
Complaint specifics
- DIV element has a non-default Z index
Complete report
{ "id": "18ixx-ts27-caAD54-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687109091259, "endTime": 1687109091787 }, { "type": "url", "which": "https://www.santiagoforassembly.com/", "what": "Candidate Miguel Santiago (D)", "startTime": 1687109091787, "result": { "url": "https://www.santiagoforassembly.com/" }, "endTime": 1687109092354 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687109092354, "url": "https://www.santiagoforassembly.com/", "endTime": 1687109094431 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687109094431, "url": "https://www.santiagoforassembly.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 968475, 968475, 968475, 968475, 968475 ], "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": 1687109107904 }, { "type": "launch", "which": "chromium", "startTime": 1687109107904, "endTime": 1687109108454 }, { "type": "url", "which": "https://www.santiagoforassembly.com/", "what": "Candidate Miguel Santiago (D)", "startTime": 1687109108454, "result": { "url": "https://www.santiagoforassembly.com/" }, "endTime": 1687109108983 }, { "type": "test", "which": "alfa", "startTime": 1687109108983, "url": "https://www.santiagoforassembly.com/", "what": "alfa", "result": { "totals": { "failures": 51, "warnings": 96 }, "items": [ { "index": 7, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_hy5hzw1o\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"hy5hzw1o","displayMode":"full","targetWidth":67,"targetHeight":66,"isLQIP":false,"imageData":{"width":67,"height":...", " <img src=\"https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c4b1d.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"https://static.wixstat...", " </wow-image>", "</a>" ] } }, { "index": 8, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_hy4dras1\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"hy4dras1","displayMode":"full","targetWidth":67,"targetHeight":66,"isLQIP":false,"imageData":{"width":67,"height":...", " <img src=\"https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png/v1/fill/w_66,h_66,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"htt...", " </wow-image>", "</a>" ] } }, { "index": 9, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_hy4dras2_1\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"hy4dras2_1","displayMode":"full","targetWidth":67,"targetHeight":66,"isLQIP":false,"imageData":{"width":67,"height&qu...", " <img src=\"https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a86b8ffa1.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"https://static.wixstat...", " </wow-image>", "</a>" ] } }, { "index": 13, "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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"i01nlx-hxxcciz7","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"e0678ef25486466ba65ef6ad47b559e1.png",&...", " <img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 14, "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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_1_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"i122l2-hxxcciz7","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"c4392d634a0148fda8b7b2b0ad98293b.png",&...", " <img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 15, "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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_3_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-k6g1za6i-hxxcciz7","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"e9bb463a1bc4434c9d33b81b1fe937f5....", " <img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 16, "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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_4_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-k5sxl90h-hxxcciz7","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"1b5c99a55d4e4f16abf933fcedd2b9ff....", " <img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 34, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-haspopup", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/@aria-haspopup", "codeLines": [ "aria-haspopup=\"false\"" ] } }, { "index": 38, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-haspopup", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/div[1]/@aria-haspopup", "codeLines": [ "aria-haspopup=\"false\"" ] } }, { "index": 278, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]/wow-image[1]/img[1]", "codeLines": [ "<img src=\"https://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg\" alt=\"13955560328_6d545ba579_o.jpg\" style=\"width:296px;height:125px;object-fit:cover\" srcset=\"https://static.wixstatic.c..." ] } }, { "index": 279, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[14]/div[1]/div[1]/div[4]/div[1]/wow-image[1]/img[1]", "codeLines": [ "<img src=\"https://static.wixstatic.com/media/a37828_a43acc8ed0094475a9ede1758b00274a~mv2.jpg/v1/crop/x_408,y_0,w_2448,h_2448/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/43084377650_d7052ffdf7_o.jpg\" alt=\"43084377650_d7052ffdf7_o.jpg\" style=\"width: 220px; height: 220px; object-fit: co..." ] } }, { "index": 374, "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": 390, "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.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: 67px;\" id=\"hxvvul160label\">", " HOME", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 391, "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": "div", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]", "codeLines": [ "<div data-testid=\"linkElement\" class=\"ppRL_Y\" tabindex=\"0\" aria-haspopup=\"false\">", " <div class=\"cYOPqd\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul161label\">", " ABOUT", " </p>", " </div>", " </div>", "</div>" ] } }, { "index": 392, "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/endorsements\" 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: 67px;\" id=\"hxvvul162label\">", " ENDORSEMENTS", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 393, "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": "div", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/div[1]", "codeLines": [ "<div data-testid=\"linkElement\" class=\"ppRL_Y\" tabindex=\"0\" aria-haspopup=\"false\">", " <div class=\"cYOPqd\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul163label\">", " ACCOMPLISHMENTS", " </p>", " </div>", " </div>", "</div>" ] } }, { "index": 394, "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" 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: 67px;\" id=\"hxvvul164label\">", " GET INVOLVED", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 395, "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[2]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/MiguelSantiago/\" target=\"_blank\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " DONATE", " </span>", "</a>" ] } }, { "index": 396, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_comp-k5y1olwn\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"comp-k5y1olwn","displayMode":"fill","targetWidth":296,"targetHeight":125,"isLQIP":false,"imageData":{"width":1574,"...", " <img src=\"https://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg\" alt=\"13955560328_6d545ba579_o.jpg\" style=\"width:296px;height:125px;object-fit:cover\" srcset=\"https://static.wixstat...", " </wow-image>", "</a>" ] } }, { "index": 399, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "button", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[3]/button[1]", "codeLines": [ "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Submit", " </span>", "</button>" ] } }, { "index": 400, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_hy5hzw1o\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"hy5hzw1o","displayMode":"full","targetWidth":67,"targetHeight":66,"isLQIP":false,"imageData":{"width":67,"height":...", " <img src=\"https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c4b1d.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"https://static.wixstat...", " </wow-image>", "</a>" ] } }, { "index": 401, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_hy4dras1\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"hy4dras1","displayMode":"full","targetWidth":67,"targetHeight":66,"isLQIP":false,"imageData":{"width":67,"height":...", " <img src=\"https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png/v1/fill/w_66,h_66,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"htt...", " </wow-image>", "</a>" ] } }, { "index": 402, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_hy4dras2_1\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"hy4dras2_1","displayMode":"full","targetWidth":67,"targetHeight":66,"isLQIP":false,"imageData":{"width":67,"height&qu...", " <img src=\"https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a86b8ffa1.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"https://static.wixstat...", " </wow-image>", "</a>" ] } }, { "index": 403, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/h5[1]/a[1]", "codeLines": [ "<a href=\"https://www.latimes.com/opinion/story/2020-01-19/ceqa-exemption-affordable-housing\" target=\"_blank\" class=\"wixui-rich-text__text\">", " <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">", " NIMBYs beware: California could make it harder to block homeless and affordable housing", " </span>", "</a>" ] } }, { "index": 404, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[8]/h5[1]/a[1]", "codeLines": [ "<a href=\"https://thehill.com/business-a-lobbying/368055-california-state-lawmakers-to-ask-for-addition-10-million-to-help\" target=\"_blank\" class=\"wixui-rich-text__text\">", " <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">", " California state lawmakers to ask for additional $10M to help immigrants from El Salvador", " </span>", "</a>" ] } }, { "index": 405, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[9]/h5[1]/a[1]", "codeLines": [ "<a href=\"https://www.latimes.com/california/story/2020-01-20/skelton-california-santiago-tuition-free-college-bill\" target=\"_blank\" class=\"wixui-rich-text__text\">", " <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">", " Free tuition at California public colleges helped the state prosper. There’s no reason it can’t again", " </span>", "</a>" ] } }, { "index": 406, "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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"i01nlx-hxxcciz7","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"e0678ef25486466ba65ef6ad47b559e1.png",&...", " <img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 407, "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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_1_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"i122l2-hxxcciz7","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"c4392d634a0148fda8b7b2b0ad98293b.png",&...", " <img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 408, "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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_3_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-k6g1za6i-hxxcciz7","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"e9bb463a1bc4434c9d33b81b1fe937f5....", " <img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 409, "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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_4_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-k5sxl90h-hxxcciz7","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"1b5c99a55d4e4f16abf933fcedd2b9ff....", " <img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 415, "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[2]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 416, "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/h5[1]/span[1]/span[1]/text()[1]", "codeLines": [ "JOIN THE CAMPAIGN TODAY!" ] } }, { "index": 417, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[3]/button[1]/span[1]/text()[1]", "codeLines": [ "Submit" ] } }, { "index": 418, "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]/div[1]/div[2]/div[1]/div[2]/h5[1]/span[1]/span[1]/text()[1]", "codeLines": [ "VOLUNTEER" ] } }, { "index": 419, "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]/div[1]/div[2]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Click here to get more involved in Assembly Member Santiago's re-election!" ] } }, { "index": 420, "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]/div[2]/div[2]/div[1]/div[2]/h5[1]/span[1]/span[1]/text()[1]", "codeLines": [ "MEET MIGUEL" ] } }, { "index": 421, "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]/div[2]/div[2]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Learn more about Assembly Member Miguel Santiago's upbringing and life of service" ] } }, { "index": 422, "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]/div[2]/div[2]/div[1]/div[2]/p[1]/span[2]/text()[1]", "codeLines": [ "." ] } }, { "index": 423, "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]/div[3]/div[2]/div[1]/div[2]/h5[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "DELIVERING FOR AD54" ] } }, { "index": 424, "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]/div[3]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Learn more about how Assembly Member Santiago is delivering for you" ] } }, { "index": 425, "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]/div[3]/div[2]/div[1]/div[2]/p[1]/span[1]/span[2]/text()[1]", "codeLines": [ "." ] } }, { "index": 426, "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]/div[4]/div[2]/div[1]/div[1]/h5[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "DELIVERING FOR AD54" ] } }, { "index": 427, "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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Assembly Member Santiago has secured hundreds of millions of dollars for critical projects in our community" ] } }, { "index": 428, "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]/div[5]/div[2]/div[1]/div[1]/h5[1]/span[1]/span[1]/text()[1]", "codeLines": [ "MIGUEL IN THE NEWS" ] } }, { "index": 429, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/p[1]/span[1]/text()[1]", "codeLines": [ "January 19, 2020" ] } }, { "index": 430, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/h5[1]/a[1]/span[1]/text()[1]", "codeLines": [ "NIMBYs beware: California could make it harder to block homeless and affordable housing" ] } }, { "index": 431, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/h5[2]/span[1]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "index": 432, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/p[2]/text()[1]", "codeLines": [ "Santiago is also right to go further. If California really wants to slow the growing number of homeless residents, the state also has to dramatically increase the number of affordable housing units available. California is in a homelessness crisis in part because of the lack of affordable housing. O..." ] } }, { "index": 433, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/p[3]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "index": 434, "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]/div[6]/p[4]/text()[1]", "codeLines": [ "Building more subsidized housing that’s reserved for low-income residents can help get people off the street and help prevent the poorest, most vulnerable Californians from becoming homeless in the first place. The good news is that the state has put up billions of dollars to develop more affordable..." ] } }, { "index": 435, "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]/div[8]/p[1]/span[1]/text()[1]", "codeLines": [ "January 09, 2018" ] } }, { "index": 436, "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]/div[8]/h5[1]/a[1]/span[1]/text()[1]", "codeLines": [ "California state lawmakers to ask for additional $10M to help immigrants from El Salvador" ] } }, { "index": 437, "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]/div[8]/h5[2]/span[1]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "index": 438, "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]/div[8]/p[2]/text()[1]", "codeLines": [ "Assembly members Miguel Santiago and Wendy Carrillo are planning to ask that an additional $10 million be put toward a state legal defense fund, the Los Angeles Times reported." ] } }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[8]/p[3]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[8]/p[4]/text()[1]", "codeLines": [ "The money — which the two lawmakers plan to request this week through legislation — would go toward assisting Salvadorans covered by Temporary Protected Status (TPS) to find other means of legally staying in the U.S." ] } }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[9]/p[1]/span[1]/text()[1]", "codeLines": [ "January 20, 2020" ] } }, { "index": 442, "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]/div[9]/h5[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Free tuition at California public colleges helped the state prosper. There’s no reason it can’t again" ] } }, { "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]/div[9]/h5[2]/span[1]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "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]/div[9]/p[2]/span[1]/text()[1]", "codeLines": [ "Assemblyman Miguel Santiago (D-Los Angeles), who spearheaded the legislation to provide community college fee waivers, has just introduced a bill, AB 1862, to offer two tuition-free years at CSU for community college transfers." ] } }, { "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]/div[9]/p[3]/span[1]/text()[1]", "codeLines": [ "To be eligible for free tuition, a transfer would need to have obtained a community college degree and taken 18 units toward a major." ] } }, { "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]/div[9]/p[5]/span[1]/text()[1]", "codeLines": [ "“These students are absolutely prepared to be successful,” Santiago told me. “They should be able to get a [CSU] degree in two years. ... They have to make a commitment. They can’t be goofing around.”" ] } }, { "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]/div[9]/p[7]/span[1]/text()[1]", "codeLines": [ "A bill blurb reads that the measure “will encourage and incentivize more students to enroll in four-year institutions following community college, help more students graduate with less debt and will grow the number of workers with undergraduate degrees needed to compete in the global economy.”" ] } }, { "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]/div[9]/p[8]/span[1]/text()[1]", "codeLines": [ "Why didn’t he include UC in his bill? Because most community college graduates transfer to CSU, Santiago said. “This is a starting point.”" ] } }, { "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]/div[9]/p[10]/span[1]/text()[1]", "codeLines": [ "Santiago, 46, attended Moorpark College, then transferred to UCLA for his bachelor’s degree. He served on the L.A. Community College District board before being elected to the Assembly in 2014." ] } }, { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "FOLLOW MIGUEL:" ] } }, { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/p[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "12501 Imperial Hwy Ste 200 Norwalk, CA 90650" ] } }, { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/p[2]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "(213) 489-4792" ] } }, { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Santiago for Assembly 2022" ] } }, { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/text()[1]", "codeLines": [ "FPPC # 1435164" ] } }, { "index": 470, "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/h5[1]/span[1]/span[1]/text()[1]", "codeLines": [ "JOIN THE CAMPAIGN TODAY!" ] } }, { "index": 472, "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]/div[1]/div[2]/div[1]/div[2]/h5[1]/span[1]/span[1]/text()[1]", "codeLines": [ "VOLUNTEER" ] } }, { "index": 473, "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]/div[1]/div[2]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Click here to get more involved in Assembly Member Santiago's re-election!" ] } }, { "index": 474, "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]/div[2]/div[2]/div[1]/div[2]/h5[1]/span[1]/span[1]/text()[1]", "codeLines": [ "MEET MIGUEL" ] } }, { "index": 475, "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]/div[2]/div[2]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "Learn more about Assembly Member Miguel Santiago's upbringing and life of service" ] } }, { "index": 476, "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]/div[2]/div[2]/div[1]/div[2]/p[1]/span[2]/text()[1]", "codeLines": [ "." ] } }, { "index": 477, "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]/div[3]/div[2]/div[1]/div[2]/h5[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "DELIVERING FOR AD54" ] } }, { "index": 478, "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]/div[3]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Learn more about how Assembly Member Santiago is delivering for you" ] } }, { "index": 479, "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]/div[3]/div[2]/div[1]/div[2]/p[1]/span[1]/span[2]/text()[1]", "codeLines": [ "." ] } }, { "index": 480, "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]/div[4]/div[2]/div[1]/div[1]/h5[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "DELIVERING FOR AD54" ] } }, { "index": 481, "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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Assembly Member Santiago has secured hundreds of millions of dollars for critical projects in our community" ] } }, { "index": 482, "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]/div[5]/div[2]/div[1]/div[1]/h5[1]/span[1]/span[1]/text()[1]", "codeLines": [ "MIGUEL IN THE NEWS" ] } }, { "index": 483, "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]/div[6]/p[1]/span[1]/text()[1]", "codeLines": [ "January 19, 2020" ] } }, { "index": 484, "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]/div[6]/h5[1]/a[1]/span[1]/text()[1]", "codeLines": [ "NIMBYs beware: California could make it harder to block homeless and affordable housing" ] } }, { "index": 485, "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]/div[6]/h5[2]/span[1]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/p[2]/text()[1]", "codeLines": [ "Santiago is also right to go further. If California really wants to slow the growing number of homeless residents, the state also has to dramatically increase the number of affordable housing units available. California is in a homelessness crisis in part because of the lack of affordable housing. O..." ] } }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/p[3]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/p[4]/text()[1]", "codeLines": [ "Building more subsidized housing that’s reserved for low-income residents can help get people off the street and help prevent the poorest, most vulnerable Californians from becoming homeless in the first place. The good news is that the state has put up billions of dollars to develop more affordable..." ] } }, { "index": 489, "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]/div[8]/p[1]/span[1]/text()[1]", "codeLines": [ "January 09, 2018" ] } }, { "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]/div[8]/h5[1]/a[1]/span[1]/text()[1]", "codeLines": [ "California state lawmakers to ask for additional $10M to help immigrants from El Salvador" ] } }, { "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]/div[8]/h5[2]/span[1]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "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]/div[8]/p[2]/text()[1]", "codeLines": [ "Assembly members Miguel Santiago and Wendy Carrillo are planning to ask that an additional $10 million be put toward a state legal defense fund, the Los Angeles Times reported." ] } }, { "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]/div[8]/p[3]/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]/div[8]/p[4]/text()[1]", "codeLines": [ "The money — which the two lawmakers plan to request this week through legislation — would go toward assisting Salvadorans covered by Temporary Protected Status (TPS) to find other means of legally staying in the U.S." ] } }, { "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]/div[9]/p[1]/span[1]/text()[1]", "codeLines": [ "January 20, 2020" ] } }, { "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]/div[9]/h5[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Free tuition at California public colleges helped the state prosper. There’s no reason it can’t again" ] } }, { "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]/div[9]/h5[2]/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]/div[9]/p[2]/span[1]/text()[1]", "codeLines": [ "Assemblyman Miguel Santiago (D-Los Angeles), who spearheaded the legislation to provide community college fee waivers, has just introduced a bill, AB 1862, to offer two tuition-free years at CSU for community college transfers." ] } }, { "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]/div[9]/p[3]/span[1]/text()[1]", "codeLines": [ "To be eligible for free tuition, a transfer would need to have obtained a community college degree and taken 18 units toward a major." ] } }, { "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]/div[9]/p[5]/span[1]/text()[1]", "codeLines": [ "“These students are absolutely prepared to be successful,” Santiago told me. “They should be able to get a [CSU] degree in two years. ... They have to make a commitment. They can’t be goofing around.”" ] } }, { "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]/div[9]/p[7]/span[1]/text()[1]", "codeLines": [ "A bill blurb reads that the measure “will encourage and incentivize more students to enroll in four-year institutions following community college, help more students graduate with less debt and will grow the number of workers with undergraduate degrees needed to compete in the global economy.”" ] } }, { "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]/div[9]/p[8]/span[1]/text()[1]", "codeLines": [ "Why didn’t he include UC in his bill? Because most community college graduates transfer to CSU, Santiago said. “This is a starting point.”" ] } }, { "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]/div[9]/p[10]/span[1]/text()[1]", "codeLines": [ "Santiago, 46, attended Moorpark College, then transferred to UCLA for his bachelor’s degree. He served on the L.A. Community College District board before being elected to the Assembly in 2014." ] } }, { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "FOLLOW MIGUEL:" ] } }, { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/p[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "12501 Imperial Hwy Ste 200 Norwalk, CA 90650" ] } }, { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/p[2]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "(213) 489-4792" ] } }, { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Santiago for Assembly 2022" ] } }, { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/text()[1]", "codeLines": [ "FPPC # 1435164" ] } }, { "index": 574, "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]/div[1]/div[2]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\">", " <span style=\"color:#0D509D;\" class=\"wixui-rich-text__text\">", " Click here to get more involved in Assembly Member Santiago's re-election!", " </span>", "</p>" ] } }, { "index": 575, "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]/div[2]/div[2]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\">", " <span class=\"color_11 wixui-rich-text__text\">", " Learn more about Assembly Member Miguel Santiago's upbringing and life of service", " </span>", " <span style=\"color:rgb(255, 255, 255);\" class=\"wixui-rich-text__text\">", " .", " </span>", "</p>" ] } }, { "index": 576, "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]/div[3]/div[2]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; line-height:normal; font-size:15px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#0D509D;\" class=\"wixui-rich-text__text\">", " Learn more about how Assembly Member Santiago is delivering for you", " </span>", " <span style=\"color:rgb(13, 80, 157);\" class=\"wixui-rich-text__text\">", " .", " </span>", " </span>", "</p>" ] } }, { "index": 577, "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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:22px; text-align:center;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:22px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-style:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">", " Assembly Member Santiago has secured hundreds of millions of dollars for critical projects in our community", " </span>", " </span>", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 578, "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]/div[6]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\">", " <span class=\"color_23 wixui-rich-text__text\">", " January 19, 2020", " </span>", "</p>" ] } }, { "index": 582, "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]/div[8]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\">", " <span class=\"color_23 wixui-rich-text__text\">", " January 09, 2018", " </span>", "</p>" ] } }, { "index": 586, "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]/div[9]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\">", " <span class=\"color_23 wixui-rich-text__text\">", " January 20, 2020", " </span>", "</p>" ] } }, { "index": 593, "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[1]/div[2]/div[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_7 wixui-rich-text__text\" style=\"text-align:center; font-size:16px;\">", " <span class=\"color_12 wixui-rich-text__text\">", " FOLLOW MIGUEL:", " </span>", "</p>" ] } }, { "index": 598, "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]/div[1]/div[2]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\">", " <span style=\"color:#0D509D;\" class=\"wixui-rich-text__text\">", " Click here to get more involved in Assembly Member Santiago's re-election!", " </span>", "</p>" ] } }, { "index": 599, "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]/div[2]/div[2]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\">", " <span class=\"color_11 wixui-rich-text__text\">", " Learn more about Assembly Member Miguel Santiago's upbringing and life of service", " </span>", " <span style=\"color:rgb(255, 255, 255);\" class=\"wixui-rich-text__text\">", " .", " </span>", "</p>" ] } }, { "index": 600, "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]/div[3]/div[2]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; line-height:normal; font-size:15px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#0D509D;\" class=\"wixui-rich-text__text\">", " Learn more about how Assembly Member Santiago is delivering for you", " </span>", " <span style=\"color:rgb(13, 80, 157);\" class=\"wixui-rich-text__text\">", " .", " </span>", " </span>", "</p>" ] } }, { "index": 601, "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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:22px; text-align:center;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:22px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-style:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">", " Assembly Member Santiago has secured hundreds of millions of dollars for critical projects in our community", " </span>", " </span>", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 602, "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]/div[6]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\">", " <span class=\"color_23 wixui-rich-text__text\">", " January 19, 2020", " </span>", "</p>" ] } }, { "index": 603, "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]/div[6]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">", " Santiago is also right to go further. If California really wants to slow the growing number of homeless residents, the state also has to dramatically increase the number of affordable housing units available. California is in a homelessness crisis in part because of the lack of affordable housing....", "</p>" ] } }, { "index": 604, "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]/div[6]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ", " </span>", "</p>" ] } }, { "index": 605, "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]/div[6]/p[4]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">", " Building more subsidized housing that’s reserved for low-income residents can help get people off the street and help prevent the poorest, most vulnerable Californians from becoming homeless in the first place. The good news is that the state has put up billions of dollars to develop more affordab...", "</p>" ] } }, { "index": 606, "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]/div[8]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\">", " <span class=\"color_23 wixui-rich-text__text\">", " January 09, 2018", " </span>", "</p>" ] } }, { "index": 607, "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]/div[8]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">", " Assembly members Miguel Santiago and Wendy Carrillo are planning to ask that an additional $10 million be put toward a state legal defense fund, the Los Angeles Times reported.", "</p>" ] } }, { "index": 608, "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]/div[8]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ", " </span>", "</p>" ] } }, { "index": 609, "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]/div[8]/p[4]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">", " The money — which the two lawmakers plan to request this week through legislation — would go toward assisting Salvadorans covered by Temporary Protected Status (TPS) to find other means of legally staying in the U.S.", "</p>" ] } }, { "index": 610, "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]/div[9]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\">", " <span class=\"color_23 wixui-rich-text__text\">", " January 20, 2020", " </span>", "</p>" ] } }, { "index": 611, "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]/div[9]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">", " <span class=\"wixui-rich-text__text\">", " Assemblyman Miguel Santiago (D-Los Angeles), who spearheaded the legislation to provide community college fee waivers, has just introduced a bill, AB 1862, to offer two tuition-free years at CSU for community college transfers.", " </span>", " <br class=\"wixui-rich-text__text\">", "</p>" ] } }, { "index": 612, "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]/div[9]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">", " <span class=\"wixui-rich-text__text\">", " To be eligible for free tuition, a transfer would need to have obtained a community college degree and taken 18 units toward a major.", " </span>", "</p>" ] } }, { "index": 613, "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]/div[9]/p[5]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">", " <span class=\"wixui-rich-text__text\">", " “These students are absolutely prepared to be successful,” Santiago told me. “They should be able to get a [CSU] degree in two years. ... They have to make a commitment. They can’t be goofing around.”", " </span>", "</p>" ] } }, { "index": 614, "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]/div[9]/p[7]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">", " <span class=\"wixui-rich-text__text\">", " A bill blurb reads that the measure “will encourage and incentivize more students to enroll in four-year institutions following community college, help more students graduate with less debt and will grow the number of workers with undergraduate degrees needed to compete in the global economy.”", " </span>", " <br class=\"wixui-rich-text__text\">", "</p>" ] } }, { "index": 615, "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]/div[9]/p[8]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">", " <span class=\"wixui-rich-text__text\">", " Why didn’t he include UC in his bill? Because most community college graduates transfer to CSU, Santiago said. “This is a starting point.”", " </span>", "</p>" ] } }, { "index": 616, "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]/div[9]/p[10]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">", " <span class=\"wixui-rich-text__text\">", " Santiago, 46, attended Moorpark College, then transferred to UCLA for his bachelor’s degree. He served on the L.A. Community College District board before being elected to the Assembly in 2014.", " </span>", "</p>" ] } }, { "index": 617, "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[1]/div[2]/div[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_7 wixui-rich-text__text\" style=\"text-align:center; font-size:16px;\">", " <span class=\"color_12 wixui-rich-text__text\">", " FOLLOW MIGUEL:", " </span>", "</p>" ] } }, { "index": 618, "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[1]/div[2]/div[2]/div[1]/div[1]/div[3]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " 12501 Imperial Hwy Ste 200 Norwalk, CA 90650", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 619, "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[1]/div[2]/div[2]/div[1]/div[1]/div[3]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " (213) 489-4792", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 620, "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[1]/div[2]/div[2]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\">", " <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " Paid for by Santiago for Assembly 2022", " </span>", " </span>", "</p>" ] } }, { "index": 621, "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[1]/div[2]/div[2]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\">", " <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " FPPC # 1435164", " </span>", " </span>", "</p>" ] } }, { "index": 678, "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[2]/div[1]/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: 67px;\" id=\"hxvvul160label\">", " HOME", "</p>" ] } }, { "index": 679, "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul161label\">", " ABOUT", "</p>" ] } }, { "index": 680, "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[2]/div[1]/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: 67px;\" id=\"hxvvul162label\">", " ENDORSEMENTS", "</p>" ] } }, { "index": 681, "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul163label\">", " ACCOMPLISHMENTS", "</p>" ] } }, { "index": 682, "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul164label\">", " GET INVOLVED", "</p>" ] } }, { "index": 709, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[3]/button[1]/span[1]/text()[1]", "codeLines": [ "Submit" ] } }, { "index": 779, "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": [ 96, 0, 0, 51 ], "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_hy5hzw1o\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"container ... enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"https://static.wixstat... </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_hy4dras1\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerI ... usm_0.66_1.00_0.01,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"htt... </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_hy4dras2_1\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"cont ... enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"https://static.wixstat... </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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_hxxcciz7\" cla ... {"width":200,"height":200,"uri":"e0678ef25486466ba65ef6ad47b559e1.png",&... <img alt=\"\" style=\"width: 35px; height: 35px; 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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&q ... {"width":200,"height":200,"uri":"c4392d634a0148fda8b7b2b0ad98293b.png",&... <img alt=\"\" style=\"width: 35px; height: 35px; 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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_3_hxxcciz7\" class=\"HlRz5e YaS0 ... Data":{"width":200,"height":200,"uri":"e9bb463a1bc4434c9d33b81b1fe937f5.... <img alt=\"\" style=\"width: 35px; height: 35px; 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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_4_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-ima ... Data":{"width":200,"height":200,"uri":"1b5c99a55d4e4f16abf933fcedd2b9ff.... <img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r18", "what": "aria-* states and properties are allowed", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/@aria-haspopup" }, "excerpt": "aria-haspopup=\"false\"" }, { "ruleID": "r18", "what": "aria-* states and properties are allowed", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/div[1]/@aria-haspopup" }, "excerpt": "aria-haspopup=\"false\"" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]/wow-image[1]/img[1]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg\" alt=\"13955560328_6d545ba579_o.jpg\" style=\"width:296px;height:125px;object-fit:cover\" srcset=\"https://static.wixstatic.c..." }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[14]/div[1]/div[1]/div[4]/div[1]/wow-image[1]/img[1]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/a37828_a43acc8ed0094475a9ede1758b00274a~mv2.jpg/v1/crop/x_408,y_0,w_2448,h_2448/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/43084377650_d7052ffdf7_o.jpg\" alt=\"43084377650_d7052ffdf7_o.jpg\" style=\"width: 220px; height: 220px; object-fit: co..." }, { "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.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: 67px;\" id=\"hxvvul160label\"> HOME </p> </div> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]" }, "excerpt": "<div data-testid=\"linkElement\" class=\"ppRL_Y\" tabindex=\"0\" aria-haspopup=\"false\"> <div class=\"cYOPqd\"> <div class=\"\" style=\"text-align:center\"> <p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul161label\"> ABOUT </p> </div> </div> </div>" }, { "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/endorsements\" 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: 67px;\" id=\"hxvvul162label\"> ENDORSEMENTS </p> </div> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/div[1]" }, "excerpt": "<div data-testid=\"linkElement\" class=\"ppRL_Y\" tabindex=\"0\" aria-haspopup=\"false\"> <div class=\"cYOPqd\"> <div class=\"\" style=\"text-align:center\"> <p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul163label\"> ACCOMPLISHMENTS </p> </div> </div> </div>" }, { "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" 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: 67px;\" id=\"hxvvul164label\"> GET INVOLVED </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[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/MiguelSantiago/\" target=\"_blank\" 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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_comp-k5y1olwn\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId" ... ,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg\" alt=\"13955560328_6d545ba579_o.jpg\" style=\"width:296px;height:125px;object-fit:cover\" srcset=\"https://static.wixstat... </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[3]/button[1]" }, "excerpt": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\"> <span class=\"M3I7Z2 wixui-button__label\"> Submit </span> </button>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_hy5hzw1o\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"container ... enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"https://static.wixstat... </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_hy4dras1\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerI ... usm_0.66_1.00_0.01,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"htt... </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_hy4dras2_1\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"cont ... enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"https://static.wixstat... </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/h5[1]/a[1]" }, "excerpt": "<a href=\"https://www.latimes.com/opinion/story/2020-01-19/ceqa-exemption-affordable-housing\" target=\"_blank\" class=\"wixui-rich-text__text\"> <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\"> NIMBYs beware: California could make it harder to block homeless and affordable housing </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[8]/h5[1]/a[1]" }, "excerpt": "<a href=\"https://thehill.com/business-a-lobbying/368055-california-state-lawmakers-to-ask-for-addition-10-million-to-help\" target=\"_blank\" class=\"wixui-rich-text__text\"> <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\"> California state lawmakers to ask for additional $10M to help immigrants from El Salvador </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[9]/h5[1]/a[1]" }, "excerpt": "<a href=\"https://www.latimes.com/california/story/2020-01-20/skelton-california-santiago-tuition-free-college-bill\" target=\"_blank\" class=\"wixui-rich-text__text\"> <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\"> Free tuition at California public colleges helped the state prosper. There’s no reason it can’t again </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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_hxxcciz7\" cla ... {"width":200,"height":200,"uri":"e0678ef25486466ba65ef6ad47b559e1.png",&... <img alt=\"\" style=\"width: 35px; height: 35px; 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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&q ... {"width":200,"height":200,"uri":"c4392d634a0148fda8b7b2b0ad98293b.png",&... <img alt=\"\" style=\"width: 35px; height: 35px; 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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_3_hxxcciz7\" class=\"HlRz5e YaS0 ... Data":{"width":200,"height":200,"uri":"e9bb463a1bc4434c9d33b81b1fe937f5.... <img alt=\"\" style=\"width: 35px; height: 35px; 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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_4_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-ima ... Data":{"width":200,"height":200,"uri":"1b5c99a55d4e4f16abf933fcedd2b9ff.... <img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\"> </wow-image> </a>" }, { "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[2]/div[1]/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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/h5[1]/span[1]/span[1]/text()[1]" }, "excerpt": "JOIN THE CAMPAIGN TODAY!" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[3]/button[1]/span[1]/text()[1]" }, "excerpt": "Submit" }, { "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]/div[1]/div[2]/div[1]/div[2]/h5[1]/span[1]/span[1]/text()[1]" }, "excerpt": "VOLUNTEER" }, { "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]/div[1]/div[2]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Click here to get more involved in Assembly Member Santiago's re-election!" }, { "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]/div[2]/div[2]/div[1]/div[2]/h5[1]/span[1]/span[1]/text()[1]" }, "excerpt": "MEET MIGUEL" }, { "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]/div[2]/div[2]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Learn more about Assembly Member Miguel Santiago's upbringing and life of service" }, { "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]/div[2]/div[2]/div[1]/div[2]/p[1]/span[2]/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]/div[3]/div[2]/div[1]/div[2]/h5[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "DELIVERING FOR AD54" }, { "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]/div[3]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Learn more about how Assembly Member Santiago is delivering 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]/div[3]/div[2]/div[1]/div[2]/p[1]/span[1]/span[2]/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]/div[4]/div[2]/div[1]/div[1]/h5[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "DELIVERING FOR AD54" }, { "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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Assembly Member Santiago has secured hundreds of millions of dollars for critical projects in our community" }, { "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]/div[5]/div[2]/div[1]/div[1]/h5[1]/span[1]/span[1]/text()[1]" }, "excerpt": "MIGUEL IN THE NEWS" }, { "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]/div[6]/p[1]/span[1]/text()[1]" }, "excerpt": "January 19, 2020" }, { "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]/div[6]/h5[1]/a[1]/span[1]/text()[1]" }, "excerpt": "NIMBYs beware: California could make it harder to block homeless and affordable housing" }, { "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]/div[6]/h5[2]/span[1]/span[1]/text()[1]" }, "excerpt": "" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/p[2]/text()[1]" }, "excerpt": "Santiago is also right to go further. If California really wants to slow the growing number of homeless residents, the state also has to dramatically increase the number of affordable housing units available. California is in a homelessness crisis in part because of the lack of affordable housing. O..." }, { "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]/div[6]/p[3]/span[1]/text()[1]" }, "excerpt": "" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/p[4]/text()[1]" }, "excerpt": "Building more subsidized housing that’s reserved for low-income residents can help get people off the street and help prevent the poorest, most vulnerable Californians from becoming homeless in the first place. The good news is that the state has put up billions of dollars to develop more affordable..." }, { "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]/div[8]/p[1]/span[1]/text()[1]" }, "excerpt": "January 09, 2018" }, { "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]/div[8]/h5[1]/a[1]/span[1]/text()[1]" }, "excerpt": "California state lawmakers to ask for additional $10M to help immigrants from El Salvador" }, { "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]/div[8]/h5[2]/span[1]/span[1]/text()[1]" }, "excerpt": "" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[8]/p[2]/text()[1]" }, "excerpt": "Assembly members Miguel Santiago and Wendy Carrillo are planning to ask that an additional $10 million be put toward a state legal defense fund, the Los Angeles Times reported." }, { "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]/div[8]/p[3]/span[1]/text()[1]" }, "excerpt": "" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[8]/p[4]/text()[1]" }, "excerpt": "The money — which the two lawmakers plan to request this week through legislation — would go toward assisting Salvadorans covered by Temporary Protected Status (TPS) to find other means of legally staying in the U.S." }, { "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]/div[9]/p[1]/span[1]/text()[1]" }, "excerpt": "January 20, 2020" }, { "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]/div[9]/h5[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Free tuition at California public colleges helped the state prosper. There’s no reason it can’t again" }, { "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]/div[9]/h5[2]/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]/div[9]/p[2]/span[1]/text()[1]" }, "excerpt": "Assemblyman Miguel Santiago (D-Los Angeles), who spearheaded the legislation to provide community college fee waivers, has just introduced a bill, AB 1862, to offer two tuition-free years at CSU for community college transfers." }, { "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]/div[9]/p[3]/span[1]/text()[1]" }, "excerpt": "To be eligible for free tuition, a transfer would need to have obtained a community college degree and taken 18 units toward a major." }, { "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]/div[9]/p[5]/span[1]/text()[1]" }, "excerpt": "“These students are absolutely prepared to be successful,” Santiago told me. “They should be able to get a [CSU] degree in two years. ... They have to make a commitment. They can’t be goofing around.”" }, { "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]/div[9]/p[7]/span[1]/text()[1]" }, "excerpt": "A bill blurb reads that the measure “will encourage and incentivize more students to enroll in four-year institutions following community college, help more students graduate with less debt and will grow the number of workers with undergraduate degrees needed to compete in the global economy.”" }, { "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]/div[9]/p[8]/span[1]/text()[1]" }, "excerpt": "Why didn’t he include UC in his bill? Because most community college graduates transfer to CSU, Santiago said. “This is a starting point.”" }, { "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]/div[9]/p[10]/span[1]/text()[1]" }, "excerpt": "Santiago, 46, attended Moorpark College, then transferred to UCLA for his bachelor’s degree. He served on the L.A. Community College District board before being elected to the Assembly in 2014." }, { "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[1]/div[2]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "FOLLOW MIGUEL:" }, { "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[1]/div[2]/div[2]/div[1]/div[1]/div[3]/p[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "12501 Imperial Hwy Ste 200 Norwalk, CA 90650" }, { "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[1]/div[2]/div[2]/div[1]/div[1]/div[3]/p[2]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "(213) 489-4792" }, { "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[1]/div[2]/div[2]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Santiago for Assembly 2022" }, { "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[1]/div[2]/div[2]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/text()[1]" }, "excerpt": "FPPC # 1435164" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/h5[1]/span[1]/span[1]/text()[1]" }, "excerpt": "JOIN THE CAMPAIGN TODAY!" }, { "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]/div[1]/div[2]/div[1]/div[2]/h5[1]/span[1]/span[1]/text()[1]" }, "excerpt": "VOLUNTEER" }, { "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]/div[1]/div[2]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Click here to get more involved in Assembly Member Santiago's re-election!" }, { "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]/div[2]/div[2]/div[1]/div[2]/h5[1]/span[1]/span[1]/text()[1]" }, "excerpt": "MEET MIGUEL" }, { "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]/div[2]/div[2]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "Learn more about Assembly Member Miguel Santiago's upbringing and life of service" }, { "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]/div[2]/div[2]/div[1]/div[2]/p[1]/span[2]/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]/div[3]/div[2]/div[1]/div[2]/h5[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "DELIVERING FOR AD54" }, { "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]/div[3]/div[2]/div[1]/div[2]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Learn more about how Assembly Member Santiago is delivering 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]/div[3]/div[2]/div[1]/div[2]/p[1]/span[1]/span[2]/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]/div[4]/div[2]/div[1]/div[1]/h5[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "DELIVERING FOR AD54" }, { "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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Assembly Member Santiago has secured hundreds of millions of dollars for critical projects in our community" }, { "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]/div[5]/div[2]/div[1]/div[1]/h5[1]/span[1]/span[1]/text()[1]" }, "excerpt": "MIGUEL IN THE NEWS" }, { "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]/div[6]/p[1]/span[1]/text()[1]" }, "excerpt": "January 19, 2020" }, { "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]/div[6]/h5[1]/a[1]/span[1]/text()[1]" }, "excerpt": "NIMBYs beware: California could make it harder to block homeless and affordable housing" }, { "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]/div[6]/h5[2]/span[1]/span[1]/text()[1]" }, "excerpt": "" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/p[2]/text()[1]" }, "excerpt": "Santiago is also right to go further. If California really wants to slow the growing number of homeless residents, the state also has to dramatically increase the number of affordable housing units available. California is in a homelessness crisis in part because of the lack of affordable housing. O..." }, { "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]/div[6]/p[3]/span[1]/text()[1]" }, "excerpt": "" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/p[4]/text()[1]" }, "excerpt": "Building more subsidized housing that’s reserved for low-income residents can help get people off the street and help prevent the poorest, most vulnerable Californians from becoming homeless in the first place. The good news is that the state has put up billions of dollars to develop more affordable..." }, { "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]/div[8]/p[1]/span[1]/text()[1]" }, "excerpt": "January 09, 2018" }, { "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]/div[8]/h5[1]/a[1]/span[1]/text()[1]" }, "excerpt": "California state lawmakers to ask for additional $10M to help immigrants from El Salvador" }, { "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]/div[8]/h5[2]/span[1]/span[1]/text()[1]" }, "excerpt": "" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[8]/p[2]/text()[1]" }, "excerpt": "Assembly members Miguel Santiago and Wendy Carrillo are planning to ask that an additional $10 million be put toward a state legal defense fund, the Los Angeles Times reported." }, { "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]/div[8]/p[3]/span[1]/text()[1]" }, "excerpt": "" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[8]/p[4]/text()[1]" }, "excerpt": "The money — which the two lawmakers plan to request this week through legislation — would go toward assisting Salvadorans covered by Temporary Protected Status (TPS) to find other means of legally staying in the U.S." }, { "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]/div[9]/p[1]/span[1]/text()[1]" }, "excerpt": "January 20, 2020" }, { "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]/div[9]/h5[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Free tuition at California public colleges helped the state prosper. There’s no reason it can’t again" }, { "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]/div[9]/h5[2]/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]/div[9]/p[2]/span[1]/text()[1]" }, "excerpt": "Assemblyman Miguel Santiago (D-Los Angeles), who spearheaded the legislation to provide community college fee waivers, has just introduced a bill, AB 1862, to offer two tuition-free years at CSU for community college transfers." }, { "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]/div[9]/p[3]/span[1]/text()[1]" }, "excerpt": "To be eligible for free tuition, a transfer would need to have obtained a community college degree and taken 18 units toward a major." }, { "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]/div[9]/p[5]/span[1]/text()[1]" }, "excerpt": "“These students are absolutely prepared to be successful,” Santiago told me. “They should be able to get a [CSU] degree in two years. ... They have to make a commitment. They can’t be goofing around.”" }, { "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]/div[9]/p[7]/span[1]/text()[1]" }, "excerpt": "A bill blurb reads that the measure “will encourage and incentivize more students to enroll in four-year institutions following community college, help more students graduate with less debt and will grow the number of workers with undergraduate degrees needed to compete in the global economy.”" }, { "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]/div[9]/p[8]/span[1]/text()[1]" }, "excerpt": "Why didn’t he include UC in his bill? Because most community college graduates transfer to CSU, Santiago said. “This is a starting point.”" }, { "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]/div[9]/p[10]/span[1]/text()[1]" }, "excerpt": "Santiago, 46, attended Moorpark College, then transferred to UCLA for his bachelor’s degree. He served on the L.A. Community College District board before being elected to the Assembly in 2014." }, { "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[1]/div[2]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "FOLLOW MIGUEL:" }, { "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[1]/div[2]/div[2]/div[1]/div[1]/div[3]/p[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "12501 Imperial Hwy Ste 200 Norwalk, CA 90650" }, { "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[1]/div[2]/div[2]/div[1]/div[1]/div[3]/p[2]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "(213) 489-4792" }, { "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[1]/div[2]/div[2]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Santiago for Assembly 2022" }, { "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[1]/div[2]/div[2]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/text()[1]" }, "excerpt": "FPPC # 1435164" }, { "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]/div[1]/div[2]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\"> <span style=\"color:#0D509D;\" class=\"wixui-rich-text__text\"> Click here to get more involved in Assembly Member Santiago's re-election! </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]/div[2]/div[2]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\"> <span class=\"color_11 wixui-rich-text__text\"> Learn more about Assembly Member Miguel Santiago's upbringing and life of service </span> <span style=\"color:rgb(255, 255, 255);\" class=\"wixui-rich-text__text\"> . </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]/div[3]/div[2]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; line-height:normal; font-size:15px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"color:#0D509D;\" class=\"wixui-rich-text__text\"> Learn more about how Assembly Member Santiago is delivering for you </span> <span style=\"color:rgb(13, 80, 157);\" class=\"wixui-rich-text__text\"> . </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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:22px; text-align:center;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-weight:bold;\" class=\"wixui-rich-text__ ... ans,sans-serif;\" class=\"wixui-rich-text__text\"> Assembly Member Santiago has secured hundreds of millions of dollars for critical projects in our community </span> </span> </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]/div[6]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\"> <span class=\"color_23 wixui-rich-text__text\"> January 19, 2020 </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]/div[8]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\"> <span class=\"color_23 wixui-rich-text__text\"> January 09, 2018 </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]/div[9]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\"> <span class=\"color_23 wixui-rich-text__text\"> January 20, 2020 </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[1]/div[2]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"text-align:center; font-size:16px;\"> <span class=\"color_12 wixui-rich-text__text\"> FOLLOW MIGUEL: </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]/div[1]/div[2]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\"> <span style=\"color:#0D509D;\" class=\"wixui-rich-text__text\"> Click here to get more involved in Assembly Member Santiago's re-election! </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]/div[2]/div[2]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\"> <span class=\"color_11 wixui-rich-text__text\"> Learn more about Assembly Member Miguel Santiago's upbringing and life of service </span> <span style=\"color:rgb(255, 255, 255);\" class=\"wixui-rich-text__text\"> . </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]/div[3]/div[2]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; line-height:normal; font-size:15px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"color:#0D509D;\" class=\"wixui-rich-text__text\"> Learn more about how Assembly Member Santiago is delivering for you </span> <span style=\"color:rgb(13, 80, 157);\" class=\"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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:22px; text-align:center;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-weight:bold;\" class=\"wixui-rich-text__ ... ans,sans-serif;\" class=\"wixui-rich-text__text\"> Assembly Member Santiago has secured hundreds of millions of dollars for critical projects in our community </span> </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\"> <span class=\"color_23 wixui-rich-text__text\"> January 19, 2020 </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]/div[6]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> Santiago is also right to go further. If California really wants to slow the growing number of homeless residents, the state also has to dramatically increase the number of affordable housing units available. California is in a homelessness crisis in part because of the lack of affordable housing.... </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]/div[6]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> <span class=\"wixGuard wixui-rich-text__text\"> </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]/div[6]/p[4]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> Building more subsidized housing that’s reserved for low-income residents can help get people off the street and help prevent the poorest, most vulnerable Californians from becoming homeless in the first place. The good news is that the state has put up billions of dollars to develop more affordab... </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]/div[8]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\"> <span class=\"color_23 wixui-rich-text__text\"> January 09, 2018 </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]/div[8]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> Assembly members Miguel Santiago and Wendy Carrillo are planning to ask that an additional $10 million be put toward a state legal defense fund, the Los Angeles Times reported. </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]/div[8]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> <span class=\"wixGuard wixui-rich-text__text\"> </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]/div[8]/p[4]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> The money — which the two lawmakers plan to request this week through legislation — would go toward assisting Salvadorans covered by Temporary Protected Status (TPS) to find other means of legally staying in the U.S. </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]/div[9]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\"> <span class=\"color_23 wixui-rich-text__text\"> January 20, 2020 </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]/div[9]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> <span class=\"wixui-rich-text__text\"> Assemblyman Miguel Santiago (D-Los Angeles), who spearheaded the legislation to provide community college fee waivers, has just introduced a bill, AB 1862, to offer two tuition-free years at CSU for community college transfers. </span> <br class=\"wixui-rich-text__text\"> </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]/div[9]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> <span class=\"wixui-rich-text__text\"> To be eligible for free tuition, a transfer would need to have obtained a community college degree and taken 18 units toward a major. </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]/div[9]/p[5]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> <span class=\"wixui-rich-text__text\"> “These students are absolutely prepared to be successful,” Santiago told me. “They should be able to get a [CSU] degree in two years. ... They have to make a commitment. They can’t be goofing around.” </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]/div[9]/p[7]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> <span class=\"wixui-rich-text__text\"> A bill blurb reads that the measure “will encourage and incentivize more studen ... ege, help more students graduate with less debt and will grow the number of workers with undergraduate degrees needed to compete in the global economy.” </span> <br class=\"wixui-rich-text__text\"> </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]/div[9]/p[8]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> <span class=\"wixui-rich-text__text\"> Why didn’t he include UC in his bill? Because most community college graduates transfer to CSU, Santiago said. “This is a starting point.” </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]/div[9]/p[10]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> <span class=\"wixui-rich-text__text\"> Santiago, 46, attended Moorpark College, then transferred to UCLA for his bachelor’s degree. He served on the L.A. Community College District board before being elected to the Assembly in 2014. </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[1]/div[2]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"text-align:center; font-size:16px;\"> <span class=\"color_12 wixui-rich-text__text\"> FOLLOW MIGUEL: </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[1]/div[2]/div[2]/div[1]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> 12501 Imperial Hwy Ste 200 Norwalk, CA 90650 </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[1]/div[2]/div[2]/div[1]/div[1]/div[3]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> (213) 489-4792 </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[1]/div[2]/div[2]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\"> <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> Paid for by Santiago for Assembly 2022 </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[1]/div[2]/div[2]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\"> <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> FPPC # 1435164 </span> </span> </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul160label", "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[2]/div[1]/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: 67px;\" id=\"hxvvul160label\"> HOME </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul161label", "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul161label\"> ABOUT </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul162label", "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[2]/div[1]/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: 67px;\" id=\"hxvvul162label\"> ENDORSEMENTS </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul163label", "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul163label\"> ACCOMPLISHMENTS </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul164label", "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul164label\"> GET INVOLVED </p>" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[3]/button[1]/span[1]/text()[1]" }, "excerpt": "Submit" }, { "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": 1687109114017 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687109114017, "url": "https://www.santiagoforassembly.com/", "what": "Axe", "result": { "totals": { "rulesNA": 49, "rulesPassed": 48, "rulesWarned": 2, "rulesViolated": 4, "warnings": { "minor": 12, "moderate": 0, "serious": 13, "critical": 0 }, "violations": { "minor": 2, "moderate": 0, "serious": 11, "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-18T17:25:14.512Z", "url": "https://www.santiagoforassembly.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": "15.8pt (21px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\"> JOIN THE CAMPAIGN TODAY! </span>", "target": [ "#hy4dras0 > h5 > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<input type=\"text\" name=\"name\" id=\"input_comp-jxboo05s\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name\">", "target": [ "#input_comp-jxboo05s" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<input type=\"email\" name=\"email\" id=\"input_comp-jxboo05x\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email\" required=\"\" aria-required=\"true\" maxlength=\"250\" aria-label=\"Email\">", "target": [ "#input_comp-jxboo05x" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"M3I7Z2 wixui-button__label\">Submit</span>", "target": [ "button[data-testid=\"buttonElement\"] > .M3I7Z2.wixui-button__label" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.8pt (21px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">VOLUNTEER</span>", "target": [ "#hy4dras0_1 > h5 > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "11.3pt (15px)", "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=\"color:#0D509D;\" class=\"wixui-rich-text__text\">Click here to get more involved in Assembly Member Santiago's re-election!</span>", "target": [ "#hy4dras0_1 > .font_8 > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.8pt (21px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">MEET MIGUEL</span>", "target": [ ".color_11 > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"color_11 wixui-rich-text__text\">Learn more about Assembly Member Miguel Santiago's upbringing and life of service</span>", "target": [ "#hy4dras0_5 > .font_8 > .color_11" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.8pt (21px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">DELIVERING FOR AD54</span>", "target": [ "#hy4dras2_0 > h5 > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "11.3pt (15px)", "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=\"color:#0D509D;\" class=\"wixui-rich-text__text\">Learn more about how Assembly Member Santiago is delivering for you</span>", "target": [ "#hy4dras2_0 > .font_8 > span > span:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "10.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=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">12501 Imperial Hwy Ste 200 Norwalk, CA 90650</span>", "target": [ "#comp-k5x2n3cw > .font_8:nth-child(1) > span > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"vdlnAC wixui-box\" data-testid=\"container-bg\"></div>", "target": [ ".vdlnAC" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">Paid for by Santiago for Assembly 2022</span>", "target": [ "#comp-k5x2jd9a > .font_8:nth-child(1) > 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=\"vdlnAC wixui-box\" data-testid=\"container-bg\"></div>", "target": [ ".vdlnAC" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">FPPC # 1435164</span>", "target": [ "#comp-k5x2jd9a > .font_8:nth-child(2) > span > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" } ] }, { "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": "<ul aria-hidden=\"true\" style=\"display:none\">", "target": [ "#hxvvul161 > ul[aria-hidden=\"true\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul aria-hidden=\"true\" style=\"display:none\">", "target": [ "#hxvvul163 > ul[aria-hidden=\"true\"]" ], "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=\"hxvvul16__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": [ "#hxvvul16__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=\"hxvvul16navContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>", "target": [ "#hxvvul16navContainer-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": "<div id=\"comp-jxboo06f\" class=\"BaOVQ8 tz5f0K comp-jxboo06f wixui-rich-text\" data-testid=\"richTextElement\"><p class=\"font_8 wixui-rich-text__text\" style=\"text-align:right; font-size:15px;\"><span class=\"color_11 wixui-rich-text__text\">Thanks for submitting!</span></p></div>", "target": [ "#comp-jxboo06f" ], "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=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\">", "target": [ "#img_0_hxxcciz7 > img[alt=\"\"]" ], "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=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\">", "target": [ "#img_1_hxxcciz7 > img[alt=\"\"]" ], "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: 35px; height: 35px; 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": "<img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\">", "target": [ "#img_3_hxxcciz7 > img[alt=\"\"]" ], "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=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\">", "target": [ "#img_4_hxxcciz7 > img[alt=\"\"]" ], "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." } ] } ], "violations": [ { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146", "ACT" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds", "help": "Elements must meet enhanced color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#cf242e", "contrastRatio": 5.32, "fontSize": "9.8pt (13px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/MiguelSantiago/\" target=\"_blank\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">DONATE</span></a>", "target": [ "#hy5k88sv > .kuTaGy.wixui-button.zKbzSQ" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.32 (foreground color: #ffffff, background color: #cf242e, font size: 9.8pt (13px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"M3I7Z2 wixui-button__label\">DONATE</span>", "target": [ "#hy5k88sv > .kuTaGy.wixui-button.zKbzSQ > .M3I7Z2.wixui-button__label" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.32 (foreground color: #ffffff, background color: #cf242e, font size: 9.8pt (13px), font weight: bold). Expected contrast ratio of 7:1" } ] }, { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "fgColor": "#e31919", "bgColor": "#f3f3f3", "contrastRatio": 4.28, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"c7cMWz\" data-testid=\"page-bg\"></div>", "target": [ ".c7cMWz" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.28 (foreground color: #e31919, background color: #f3f3f3, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"color_23 wixui-rich-text__text\">January 19, 2020</span>", "target": [ "#hy4dras0_3 > .font_8:nth-child(1) > .color_23" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.28 (foreground color: #e31919, background color: #f3f3f3, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#e31919", "bgColor": "#f3f3f3", "contrastRatio": 4.28, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"c7cMWz\" data-testid=\"page-bg\"></div>", "target": [ ".c7cMWz" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.28 (foreground color: #e31919, background color: #f3f3f3, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"color_23 wixui-rich-text__text\">January 09, 2018</span>", "target": [ "#hy4dras3 > .font_8:nth-child(1) > .color_23" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.28 (foreground color: #e31919, background color: #f3f3f3, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#e31919", "bgColor": "#f3f3f3", "contrastRatio": 4.28, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"c7cMWz\" data-testid=\"page-bg\"></div>", "target": [ ".c7cMWz" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.28 (foreground color: #e31919, background color: #f3f3f3, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"color_23 wixui-rich-text__text\">January 20, 2020</span>", "target": [ "#hy4dras3_1 > .font_8:nth-child(1) > .color_23" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.28 (foreground color: #e31919, background color: #f3f3f3, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ] }, { "id": "focus-order-semantics", "impact": "minor", "tags": [ "cat.keyboard", "best-practice", "experimental" ], "description": "Ensures elements in the focus order have a role appropriate for interactive content", "help": "Elements in the focus order should have an appropriate role", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/focus-order-semantics?application=axeAPI", "nodes": [ { "any": [ { "id": "has-widget-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have a widget role." }, { "id": "valid-scrollable-semantics", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element has invalid semantics for an element in the focus order." } ], "all": [], "none": [], "impact": "minor", "html": "<div data-testid=\"linkElement\" class=\"ppRL_Y\" tabindex=\"0\" aria-haspopup=\"false\"><div class=\"cYOPqd\"><div class=\"\" style=\"text-align:center\"><p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul161label\">ABOUT</p></div></div></div>", "target": [ "#hxvvul161 > .ppRL_Y[aria-haspopup=\"false\"][data-testid=\"linkElement\"]" ], "failureSummary": "Fix any of the following:\n Element does not have a widget role.\n Element has invalid semantics for an element in the focus order." }, { "any": [ { "id": "has-widget-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have a widget role." }, { "id": "valid-scrollable-semantics", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element has invalid semantics for an element in the focus order." } ], "all": [], "none": [], "impact": "minor", "html": "<div data-testid=\"linkElement\" class=\"ppRL_Y\" tabindex=\"0\" aria-haspopup=\"false\"><div class=\"cYOPqd\"><div class=\"\" style=\"text-align:center\"><p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul163label\">ACCOMPLISHMENTS</p></div></div></div>", "target": [ "#hxvvul163 > .ppRL_Y[aria-haspopup=\"false\"][data-testid=\"linkElement\"]" ], "failureSummary": "Fix any of the following:\n Element does not have a widget role.\n Element has invalid semantics for an element in the focus order." } ] }, { "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=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"j7pOnl\">", "target": [ "#hy5hzw1o > .j7pOnl[target=\"_self\"]" ], "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.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"j7pOnl\">", "target": [ "#hy4dras1 > .j7pOnl[target=\"_self\"]" ], "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.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"j7pOnl\">", "target": [ "#hy4dras2_1 > .j7pOnl[target=\"_self\"]" ], "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.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", "target": [ "#i01nlx-hxxcciz7 > .oRtuWN[rel=\"noreferrer noopener\"][target=\"_blank\"]" ], "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://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", "target": [ "#i122l2-hxxcciz7 > .oRtuWN[rel=\"noreferrer noopener\"][target=\"_blank\"]" ], "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.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", "target": [ "#dataItem-k6g1za6i-hxxcciz7 > .oRtuWN[rel=\"noreferrer noopener\"][target=\"_blank\"]" ], "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.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", "target": [ "#dataItem-k5sxl90h-hxxcciz7 > .oRtuWN[rel=\"noreferrer noopener\"][target=\"_blank\"]" ], "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": [ 12, 13, 2, 11 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#hy4dras0 > h5 > span > span" }, "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\"> JOIN THE CAMPAIGN TODAY! </span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-jxboo05s", "location": { "doc": "dom", "type": "selector", "spec": "#input_comp-jxboo05s" }, "excerpt": "<input type=\"text\" name=\"name\" id=\"input_comp-jxboo05s\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-jxboo05x", "location": { "doc": "dom", "type": "selector", "spec": "#input_comp-jxboo05x" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-jxboo05x\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email\" required=\"\" aria-required=\"true\" maxlength=\"250\" aria-label=\"Email\">" }, { "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": "button[data-testid=\"buttonElement\"] > .M3I7Z2.wixui-button__label" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">Submit</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": "#hy4dras0_1 > h5 > span > span" }, "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">VOLUNTEER</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": "#hy4dras0_1 > .font_8 > span" }, "excerpt": "<span style=\"color:#0D509D;\" class=\"wixui-rich-text__text\">Click here to get more involved in Assembly Member Santiago's re-election!</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": ".color_11 > span" }, "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">MEET MIGUEL</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": "#hy4dras0_5 > .font_8 > .color_11" }, "excerpt": "<span class=\"color_11 wixui-rich-text__text\">Learn more about Assembly Member Miguel Santiago's upbringing and life of service</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": "#hy4dras2_0 > h5 > span > span > span" }, "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">DELIVERING FOR AD54</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": "#hy4dras2_0 > .font_8 > span > span:nth-child(1)" }, "excerpt": "<span style=\"color:#0D509D;\" class=\"wixui-rich-text__text\">Learn more about how Assembly Member Santiago is delivering for you</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-k5x2n3cw > .font_8:nth-child(1) > span > span > span" }, "excerpt": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">12501 Imperial Hwy Ste 200 Norwalk, CA 90650</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": "#comp-k5x2jd9a > .font_8:nth-child(1) > span > span" }, "excerpt": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">Paid for by Santiago for Assembly 2022</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": "#comp-k5x2jd9a > .font_8:nth-child(2) > span > span" }, "excerpt": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">FPPC # 1435164</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": "#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": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#hxvvul161 > ul[aria-hidden=\"true\"]" }, "excerpt": "<ul aria-hidden=\"true\" style=\"display:none\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#hxvvul163 > ul[aria-hidden=\"true\"]" }, "excerpt": "<ul aria-hidden=\"true\" style=\"display:none\">" }, { "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": "hxvvul16__more__", "location": { "doc": "dom", "type": "selector", "spec": "#hxvvul16__more__" }, "excerpt": "<li id=\"hxvvul16__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": "hxvvul16navContainer-hiddenA11ySubMenuIndication", "location": { "doc": "dom", "type": "selector", "spec": "#hxvvul16navContainer-hiddenA11ySubMenuIndication" }, "excerpt": "<div style=\"display:none\" id=\"hxvvul16navContainer-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": "DIV", "id": "comp-jxboo06f", "location": { "doc": "dom", "type": "selector", "spec": "#comp-jxboo06f" }, "excerpt": "<div id=\"comp-jxboo06f\" class=\"BaOVQ8 tz5f0K comp-jxboo06f wixui-rich-text\" data-testid=\"richTextElement\"><p class=\"font_8 wixui-rich-text__text\" style=\"text-align:right; font-size:15px;\"><span class=\"color_11 wixui-rich-text__text\">Thanks for submitting!</span></p></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#img_0_hxxcciz7 > img[alt=\"\"]" }, "excerpt": "<img alt=\"\" style=\"width: 35px; height: 35px; 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_1_hxxcciz7 > img[alt=\"\"]" }, "excerpt": "<img alt=\"\" style=\"width: 35px; height: 35px; 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: 35px; height: 35px; 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_3_hxxcciz7 > img[alt=\"\"]" }, "excerpt": "<img alt=\"\" style=\"width: 35px; height: 35px; 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_4_hxxcciz7 > img[alt=\"\"]" }, "excerpt": "<img alt=\"\" style=\"width: 35px; height: 35px; 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": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.32 (foreground color: #ffffff, background color: #cf242e, font size: 9.8pt (13px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#hy5k88sv > .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.28 (foreground color: #e31919, background color: #f3f3f3, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#hy4dras0_3 > .font_8:nth-child(1) > .color_23" }, "excerpt": "<span class=\"color_23 wixui-rich-text__text\">January 19, 2020</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.28 (foreground color: #e31919, background color: #f3f3f3, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#hy4dras3 > .font_8:nth-child(1) > .color_23" }, "excerpt": "<span class=\"color_23 wixui-rich-text__text\">January 09, 2018</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.28 (foreground color: #e31919, background color: #f3f3f3, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#hy4dras3_1 > .font_8:nth-child(1) > .color_23" }, "excerpt": "<span class=\"color_23 wixui-rich-text__text\">January 20, 2020</span>" }, { "ruleID": "focus-order-semantics", "what": "Elements in the focus order should have an appropriate role; Element does not have a widget role.; Element has invalid semantics for an element in the focus order.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#hxvvul161 > .ppRL_Y[aria-haspopup=\"false\"][data-testid=\"linkElement\"]" }, "excerpt": "<div data-testid=\"linkElement\" class=\"ppRL_Y\" tabindex=\"0\" aria-haspopup=\"false\"><div class=\"cYOPqd\"><div class=\"\" style=\"text-align:center\"><p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul161label\">ABOUT</p></div></div></div>" }, { "ruleID": "focus-order-semantics", "what": "Elements in the focus order should have an appropriate role; Element does not have a widget role.; Element has invalid semantics for an element in the focus order.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#hxvvul163 > .ppRL_Y[aria-haspopup=\"false\"][data-testid=\"linkElement\"]" }, "excerpt": "<div data-testid=\"linkElement\" class=\"ppRL_Y\" tabindex=\"0\" aria-haspopup=\"false\"><div class=\"cYOPqd\"><div class=\"\" style=\"text-align:center\"><p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul163label\">ACCOMPLISHMENTS</p></div></div></div>" }, { "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": "#hy5hzw1o > .j7pOnl[target=\"_self\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"j7pOnl\">" }, { "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": "#hy4dras1 > .j7pOnl[target=\"_self\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"j7pOnl\">" }, { "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": "#hy4dras2_1 > .j7pOnl[target=\"_self\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"j7pOnl\">" }, { "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": "#i01nlx-hxxcciz7 > .oRtuWN[rel=\"noreferrer noopener\"][target=\"_blank\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" 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": "#i122l2-hxxcciz7 > .oRtuWN[rel=\"noreferrer noopener\"][target=\"_blank\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" 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-k6g1za6i-hxxcciz7 > .oRtuWN[rel=\"noreferrer noopener\"][target=\"_blank\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" 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-k5sxl90h-hxxcciz7 > .oRtuWN[rel=\"noreferrer noopener\"][target=\"_blank\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">" } ] }, "endTime": 1687109114552 }, { "type": "launch", "which": "chromium", "startTime": 1687109114552, "endTime": 1687109115039 }, { "type": "url", "which": "https://www.santiagoforassembly.com/", "what": "Candidate Miguel Santiago (D)", "startTime": 1687109115039, "result": { "url": "https://www.santiagoforassembly.com/" }, "endTime": 1687109115568 }, { "type": "test", "which": "continuum", "startTime": 1687109115568, "url": "https://www.santiagoforassembly.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: img_0261.jpg", "element": "<img fetchpriority=\"high\" style=\"width: 1280px; height: 712px; object-fit: cover; object-position: 50% 50%;\" alt=\"IMG_0261.JPG\" src=\"https://static.wixstatic.com/media/a37828_9390477ae03f4cdf9081d06e1 ... PG\" src=\"https://static.wixstatic.com/media/a37828_9390477ae03f4cdf9081d06e167791b4~mv2.jpg/v1/fill/w_1280,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/a37828_9390477ae03f4cdf9081d06e167791b4~mv2.jpg\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/a37828_9390477ae03f4cdf9081d06e167791b4~mv2.jpg/v1/fill/w_1280,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/a37828_9390477ae03f4cdf9081d06e167791b4~mv2.jpg\"][alt=\"IMG_0261.JPG\"][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: 13955560328_6d545ba579_o.jpg", "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o. ... 60328_6d545ba579_o.jpg\" src=\"https://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*: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/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg\"][alt=\"13955560328_6d545ba579_o.jpg\"][srcset=\"https://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg 1x, https://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_592,h_250,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg 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: la river restoration.jpg", "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_aut ... =\"https://static.wixstatic.com/media/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/LA%20River%20Restoration.jpg\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/LA%20River%20Restoration.jpg\"][alt=\"LA River Restoration.jpg\"][srcset=\"https://static.wixstatic.com/media/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/LA%20River%20Restoration.jpg 1x, https://static.wixstatic.com/media/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_416,h_416,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/LA%20River%20Restoration.jpg 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: latino theater.jpg", "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_aut ... jpg\" src=\"https://static.wixstatic.com/media/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Latino%20Theater.jpg\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Latino%20Theater.jpg\"][alt=\"Latino Theater.jpg\"][srcset=\"https://static.wixstatic.com/media/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Latino%20Theater.jpg 1x, https://static.wixstatic.com/media/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_416,h_416,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Latino%20Theater.jpg 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: photo 4.png", "element": "<img style=\"width: 220px; height: 220px; object-fit: cover; object-position: 50% 50%;\" alt=\"Photo 4.png\" src=\"https://static.wixstatic.com/media/a37828_2cfd608d967b4c20970bf55622de09d8~mv2.png/v1/crop ... 4.png\" src=\"https://static.wixstatic.com/media/a37828_2cfd608d967b4c20970bf55622de09d8~mv2.png/v1/crop/x_64,y_0,w_552,h_553/fill/w_52,h_52,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Photo%204.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(14)>*:nth-child(1)>*: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/a37828_2cfd608d967b4c20970bf55622de09d8~mv2.png/v1/crop/x_64,y_0,w_552,h_553/fill/w_52,h_52,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Photo%204.png\"][alt=\"Photo 4.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: human trafficking.jpg", "element": "<img style=\"width: 220px; height: 220px; object-fit: cover; object-position: 50% 50%;\" alt=\"Human Trafficking.jpg\" src=\"https://static.wixstatic.com/media/a37828_b7ec33c095924bd8bb236c755f381359~mv2.j ... =\"https://static.wixstatic.com/media/a37828_b7ec33c095924bd8bb236c755f381359~mv2.jpg/v1/crop/x_104,y_0,w_623,h_623/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Human%20Trafficking.jpg\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(14)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/a37828_b7ec33c095924bd8bb236c755f381359~mv2.jpg/v1/crop/x_104,y_0,w_623,h_623/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Human%20Trafficking.jpg\"][alt=\"Human Trafficking.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: 43084377650_d7052ffdf7_o.jpg", "element": "<img style=\"width: 220px; height: 220px; object-fit: cover; object-position: 50% 50%;\" alt=\"43084377650_d7052ffdf7_o.jpg\" src=\"https://static.wixstatic.com/media/a37828_a43acc8ed0094475a9ede1758b00274 ... ://static.wixstatic.com/media/a37828_a43acc8ed0094475a9ede1758b00274a~mv2.jpg/v1/crop/x_408,y_0,w_2448,h_2448/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/43084377650_d7052ffdf7_o.jpg\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(14)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/a37828_a43acc8ed0094475a9ede1758b00274a~mv2.jpg/v1/crop/x_408,y_0,w_2448,h_2448/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/43084377650_d7052ffdf7_o.jpg\"][alt=\"43084377650_d7052ffdf7_o.jpg\"]", "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=\"j7pOnl\" target=\"_self\" href=\"https://www.santiagoforassembly.com/get-involved\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c ... center center;\" alt=\"\" src=\"https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c4b1d.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.santiagoforassembly.com/get-involved\"][target=\"_self\"][class=\"j7pOnl\"]", "attNo": 4 } }, { "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=\"j7pOnl\" target=\"_self\" href=\"https://www.santiagoforassembly.com/meet-miguel\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb6 ... t=\"\" src=\"https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png/v1/fill/w_66,h_66,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.santiagoforassembly.com/meet-miguel\"][target=\"_self\"][class=\"j7pOnl\"]", "attNo": 4 } }, { "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=\"j7pOnl\" target=\"_self\" href=\"https://www.santiagoforassembly.com/accomplishments\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a8 ... center center;\" alt=\"\" src=\"https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a86b8ffa1.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.santiagoforassembly.com/accomplishments\"][target=\"_self\"][class=\"j7pOnl\"]", "attNo": 4 } }, { "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.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixst ... g","name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_hxxcciz7\"><img style=\"width: 35px; height: 35px; object-fit: cover;\" alt=\"\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\"][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://twitter.com/SantiagoAD53\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/c4392d634a0148fda8b7b2b0 ... g","name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_hxxcciz7\"><img style=\"width: 35px; height: 35px; object-fit: cover;\" alt=\"\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://twitter.com/SantiagoAD53\"][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.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/ ... g","name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_3_hxxcciz7\"><img style=\"width: 35px; height: 35px; object-fit: cover;\" alt=\"\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\"][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.flickr.com/photos/123146665@N06/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/1b5c99a55d4e ... g","name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_4_hxxcciz7\"><img style=\"width: 35px; height: 35px; object-fit: cover;\" alt=\"\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.flickr.com/photos/123146665@N06/\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]", "attNo": 5 } } ], "standardResult": { "totals": [ 0, 0, 0, 14 ], "instances": [ { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: img_0261.jpg", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*: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)" }, "excerpt": "<img fetchpriority=\"high\" style=\"width: 1280px; height: 712px; object-fit: cover; object-position: 50% 50%;\" alt=\"IMG_0261.JPG\" src=\"https://static.wixstatic.com/media/a37828_9390477ae03f4cdf9081d06e1 ... PG\" src=\"https://static.wixstatic.com/media/a37828_9390477ae03f4cdf9081d06e167791b4~mv2.jpg/v1/fill/w_1280,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/a37828_9390477ae03f4cdf9081d06e167791b4~mv2.jpg\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: 13955560328_6d545ba579_o.jpg", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*: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/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o. ... 60328_6d545ba579_o.jpg\" src=\"https://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: la river restoration.jpg", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_aut ... =\"https://static.wixstatic.com/media/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/LA%20River%20Restoration.jpg\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: latino theater.jpg", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_aut ... jpg\" src=\"https://static.wixstatic.com/media/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Latino%20Theater.jpg\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: photo 4.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(14)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img style=\"width: 220px; height: 220px; object-fit: cover; object-position: 50% 50%;\" alt=\"Photo 4.png\" src=\"https://static.wixstatic.com/media/a37828_2cfd608d967b4c20970bf55622de09d8~mv2.png/v1/crop ... 4.png\" src=\"https://static.wixstatic.com/media/a37828_2cfd608d967b4c20970bf55622de09d8~mv2.png/v1/crop/x_64,y_0,w_552,h_553/fill/w_52,h_52,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Photo%204.png\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: human trafficking.jpg", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(14)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img style=\"width: 220px; height: 220px; object-fit: cover; object-position: 50% 50%;\" alt=\"Human Trafficking.jpg\" src=\"https://static.wixstatic.com/media/a37828_b7ec33c095924bd8bb236c755f381359~mv2.j ... =\"https://static.wixstatic.com/media/a37828_b7ec33c095924bd8bb236c755f381359~mv2.jpg/v1/crop/x_104,y_0,w_623,h_623/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Human%20Trafficking.jpg\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: 43084377650_d7052ffdf7_o.jpg", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(6)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(14)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img style=\"width: 220px; height: 220px; object-fit: cover; object-position: 50% 50%;\" alt=\"43084377650_d7052ffdf7_o.jpg\" src=\"https://static.wixstatic.com/media/a37828_a43acc8ed0094475a9ede1758b00274 ... ://static.wixstatic.com/media/a37828_a43acc8ed0094475a9ede1758b00274a~mv2.jpg/v1/crop/x_408,y_0,w_2448,h_2448/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/43084377650_d7052ffdf7_o.jpg\">" }, { "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(2)>*: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(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"j7pOnl\" target=\"_self\" href=\"https://www.santiagoforassembly.com/get-involved\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c ... center center;\" alt=\"\" src=\"https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c4b1d.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png\"></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(2)>*: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(1)>*:nth-child(1)" }, "excerpt": "<a class=\"j7pOnl\" target=\"_self\" href=\"https://www.santiagoforassembly.com/meet-miguel\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb6 ... t=\"\" src=\"https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png/v1/fill/w_66,h_66,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png\"></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(2)>*: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(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"j7pOnl\" target=\"_self\" href=\"https://www.santiagoforassembly.com/accomplishments\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a8 ... center center;\" alt=\"\" src=\"https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a86b8ffa1.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png\"></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(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixst ... g","name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_hxxcciz7\"><img style=\"width: 35px; height: 35px; object-fit: cover;\" alt=\"\"></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(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://twitter.com/SantiagoAD53\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/c4392d634a0148fda8b7b2b0 ... g","name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_hxxcciz7\"><img style=\"width: 35px; height: 35px; object-fit: cover;\" alt=\"\"></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(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/ ... g","name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_3_hxxcciz7\"><img style=\"width: 35px; height: 35px; object-fit: cover;\" alt=\"\"></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(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.flickr.com/photos/123146665@N06/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/1b5c99a55d4e ... g","name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_4_hxxcciz7\"><img style=\"width: 35px; height: 35px; object-fit: cover;\" alt=\"\"></div></a>" } ] }, "endTime": 1687109115773 }, { "type": "launch", "which": "chromium", "startTime": 1687109115773, "endTime": 1687109116256 }, { "type": "url", "which": "https://www.santiagoforassembly.com/", "what": "Candidate Miguel Santiago (D)", "startTime": 1687109116256, "result": { "url": "https://www.santiagoforassembly.com/" }, "endTime": 1687109116770 }, { "type": "test", "which": "htmlcs", "startTime": 1687109116770, "url": "https://www.santiagoforassembly.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 h5 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h5", "id": "", "code": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">...</h5>" } ], "The heading structure is not logically nested. This h5 element should be an h1 to be properly nested.": [ { "tagName": "h5", "id": "", "code": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">...</h5>" } ] } }, "Warning": { "AAA.1_1_1.H67.2": { "Img element is marked so that it is ignored by Assistive Technology.": [ { "tagName": "img", "id": "", "code": "<img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\">" }, { "tagName": "img", "id": "", "code": "<img src=\"https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png/v1/fill/w_66,h_66,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png/v1/fill/w_66,h_66,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png 1x, https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png/v1/fill/w_94,h_94,al_c,lg_1,q_85,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png 2x\" fetchpriority=\"high\">" }, { "tagName": "img", "id": "", "code": "<img src=\"https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a86b8ffa1.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a86b8ffa1.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png 1x, https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a86b8ffa1.png/v1/fill/w_94,h_92,al_c,lg_1,q_85,enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png 2x\" fetchpriority=\"high\">" }, { "tagName": "img", "id": "", "code": "<img src=\"https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c4b1d.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png\" alt=\"\" style=\"width: 67px; height: 66px; object-fit: contain; object-position: center center;\" srcset=\"https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c4b1d.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png 1x, https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c4b1d.png/v1/fill/w_94,h_92,al_c,lg_1,q_85,enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png 2x\" fetchpriority=\"high\">" } ] }, "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:#0D509D;\" class=\"wixui-rich-text__text\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color:#CF242E;\" class=\"wixui-rich-text__text\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color:rgb(13, 80, 157);\" class=\"wixui-rich-text__text\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color:rgb(255, 255, 255);\" 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": "p", "id": "#hxvvul161label", "code": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul161label\">...</p>" }, { "tagName": "p", "id": "#hxvvul162label", "code": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul162label\">...</p>" }, { "tagName": "p", "id": "#hxvvul163label", "code": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul163label\">...</p>" }, { "tagName": "p", "id": "#hxvvul164label", "code": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul164label\">...</p>" }, { "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=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/MiguelSantiago/\" target=\"_blank\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://thehill.com/business-a-lobbying/368055-california-state-lawmakers-to-ask-for-addition-10-million-to-help\" target=\"_blank\" class=\"wixui-rich-text__text\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.latimes.com/california/story/2020-01-20/skelton-california-santiago-tuition-free-college-bill\" target=\"_blank\" class=\"wixui-rich-text__text\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.latimes.com/opinion/story/2020-01-19/ceqa-exemption-affordable-housing\" target=\"_blank\" class=\"wixui-rich-text__text\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 22, 0, 0, 2 ], "instances": [ { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png/v1/fill/w_66,h_66,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png\" alt=\"\" sty ... 4.png 1x, https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png/v1/fill/w_94,h_94,al_c,lg_1,q_85,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png 2x\" fetchpriority=\"high\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a86b8ffa1.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png\" alt=\"\" style=\"width: 67px; he ... 1.png 1x, https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a86b8ffa1.png/v1/fill/w_94,h_92,al_c,lg_1,q_85,enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png 2x\" fetchpriority=\"high\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c4b1d.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png\" alt=\"\" style=\"width: 67px; he ... d.png 1x, https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c4b1d.png/v1/fill/w_94,h_92,al_c,lg_1,q_85,enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png 2x\" fetchpriority=\"high\">" }, { "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:#0D509D;\" class=\"wixui-rich-text__text\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color:#CF242E;\" class=\"wixui-rich-text__text\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color:rgb(13, 80, 157);\" class=\"wixui-rich-text__text\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color:rgb(255, 255, 255);\" 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": "P", "id": "hxvvul161label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul161label\">...</p>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "P", "id": "hxvvul162label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul162label\">...</p>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "P", "id": "hxvvul163label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul163label\">...</p>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "P", "id": "hxvvul164label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"GNyKTo\" style=\"text-align: center; line-height: 67px;\" id=\"hxvvul164label\">...</p>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "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=\"https://twitter.com/SantiagoAD53\" 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://www.efundraisingconnections.com/c/MiguelSantiago/\" target=\"_blank\" 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.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" 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://www.flickr.com/photos/123146665@N06/\" 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://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" 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 href=\"https://thehill.com/business-a-lobbying/368055-california-state-lawmakers-to-ask-for-addition-10-million-to-help\" target=\"_blank\" class=\"wixui-rich-text__text\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.latimes.com/california/story/2020-01-20/skelton-california-santiago-tuition-free-college-bill\" target=\"_blank\" class=\"wixui-rich-text__text\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.latimes.com/opinion/story/2020-01-19/ceqa-exemption-affordable-housing\" target=\"_blank\" class=\"wixui-rich-text__text\">...</a>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h5 element appears to be the primary document heading, so should be an h1 element.", "ordinalSeverity": 3, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">...</h5>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h5 element should be an h1 to be properly nested.", "ordinalSeverity": 3, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">...</h5>" } ] }, "endTime": 1687109116921 }, { "type": "launch", "which": "chromium", "startTime": 1687109116921, "endTime": 1687109117406 }, { "type": "url", "which": "https://www.santiagoforassembly.com/", "what": "Candidate Miguel Santiago (D)", "startTime": 1687109117406, "result": { "url": "https://www.santiagoforassembly.com/" }, "endTime": 1687109117956 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687109117956, "url": "https://www.santiagoforassembly.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 10, "recommendation": 7, "ignored": 0 }, "items": [ { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]", "aria": "/document[1]/contentinfo[1]/paragraph[1]" }, "message": "Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "bounds": { "left": 422, "top": 2820, "height": 22, "width": 137 }, "snippet": "<span class=\"color_12 wixui-rich-text__text\">", "level": "violation" }, { "ruleId": "element_tabbable_role_valid", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/div[1]", "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[4]/generic[1]" }, "message": "The tabbable element's role 'generic' is not a widget role", "bounds": { "left": 538, "top": 0, "height": 67, "width": 179 }, "snippet": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"ppRL_Y\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "element_tabbable_role_valid", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]", "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[2]/generic[1]" }, "message": "The tabbable element's role 'generic' is not a widget role", "bounds": { "left": 180, "top": 0, "height": 67, "width": 179 }, "snippet": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"ppRL_Y\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/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]/div[3]/div[2]/div[1]/div[1]/a[1]", "aria": "/document[1]/main[1]/link[4]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 770, "top": 605, "height": 66, "width": 67 }, "snippet": "<a class=\"j7pOnl\" target=\"_self\" href=\"https://www.santiagoforassembly.com/accomplishments\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/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]/div[2]/div[2]/div[1]/div[1]/a[1]", "aria": "/document[1]/main[1]/link[3]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 457, "top": 603, "height": 66, "width": 67 }, "snippet": "<a class=\"j7pOnl\" target=\"_self\" href=\"https://www.santiagoforassembly.com/meet-miguel\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/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]/div[1]/div[2]/div[1]/div[1]/a[1]", "aria": "/document[1]/main[1]/link[2]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 146, "top": 606, "height": 66, "width": 67 }, "snippet": "<a class=\"j7pOnl\" target=\"_self\" href=\"https://www.santiagoforassembly.com/get-involved\" 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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]", "aria": "/document[1]/contentinfo[1]/list[1]/listitem[5]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 587, "top": 2850, "height": 35, "width": 35 }, "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.flickr.com/photos/123146665@N06/\" 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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]", "aria": "/document[1]/contentinfo[1]/list[1]/listitem[4]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 529, "top": 2850, "height": 35, "width": 35 }, "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" 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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/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": 413, "top": 2850, "height": 35, "width": 35 }, "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://twitter.com/SantiagoAD53\" 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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/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": 355, "top": 2850, "height": 35, "width": 35 }, "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" 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=\"c0131a11-b121-4ef1-b166-f1d4b4fb8e57\" 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=\"73e61e3d-a998-40bc-9bf7-d4cbdeba71e8\" 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=\"184\" http-equiv=\"X-Wix-Published-Version\">", "level": "recommendation" }, { "ruleId": "aria_attribute_redundant", "path": { "dom": "/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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/div[1]/input[1]", "aria": "/document[1]/main[1]/form[1]/textbox[2]" }, "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "bounds": { "left": 568, "top": 318, "height": 30, "width": 306 }, "snippet": "<input aria-label=\"Email\" maxlength=\"250\" aria-required=\"true\" required=\"\" placeholder=\"Email\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-jxboo05x\" name=\"email\" type=\"email\">", "level": "recommendation" }, { "ruleId": "aria_attribute_redundant", "path": { "dom": "/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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]", "aria": "/document[1]/main[1]/form[1]/textbox[1]" }, "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "bounds": { "left": 568, "top": 281, "height": 30, "width": 306 }, "snippet": "<input aria-label=\"Name\" maxlength=\"100\" aria-required=\"true\" required=\"\" placeholder=\"Name\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-jxboo05s\" name=\"name\" type=\"text\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 7, 0, 10 ], "instances": [ { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "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[1]/div[2]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">" }, { "ruleID": "element_tabbable_role_valid", "what": "The tabbable element's role 'generic' is not a widget role", "ordinalSeverity": 3, "tagName": "DIV", "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/div[1]" }, "excerpt": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"ppRL_Y\" data-testid=\"linkElement\">" }, { "ruleID": "element_tabbable_role_valid", "what": "The tabbable element's role 'generic' is not a widget role", "ordinalSeverity": 3, "tagName": "DIV", "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[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]" }, "excerpt": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"ppRL_Y\" 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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"j7pOnl\" target=\"_self\" href=\"https://www.santiagoforassembly.com/accomplishments\" 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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"j7pOnl\" target=\"_self\" href=\"https://www.santiagoforassembly.com/meet-miguel\" 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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"j7pOnl\" target=\"_self\" href=\"https://www.santiagoforassembly.com/get-involved\" 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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.flickr.com/photos/123146665@N06/\" 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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" 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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://twitter.com/SantiagoAD53\" 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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" 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=\"c0131a11-b121-4ef1-b166-f1d4b4fb8e57\" 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=\"73e61e3d-a998-40bc-9bf7-d4cbdeba71e8\" 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=\"184\" http-equiv=\"X-Wix-Published-Version\">" }, { "ruleID": "aria_attribute_redundant", "what": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-jxboo05x", "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/div[1]/input[1]" }, "excerpt": "<input aria-label=\"Email\" maxlength=\"250\" aria-required=\"true\" required=\"\" placeholder=\"Email\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-jxboo05x\" name=\"email\" type=\"email\">" }, { "ruleID": "aria_attribute_redundant", "what": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-jxboo05s", "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]" }, "excerpt": "<input aria-label=\"Name\" maxlength=\"100\" aria-required=\"true\" required=\"\" placeholder=\"Name\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-jxboo05s\" name=\"name\" type=\"text\">" } ] }, "endTime": 1687109123855 }, { "type": "launch", "which": "chromium", "startTime": 1687109123855, "endTime": 1687109124395 }, { "type": "url", "which": "https://www.santiagoforassembly.com/", "what": "Candidate Miguel Santiago (D)", "startTime": 1687109124395, "result": { "url": "https://www.santiagoforassembly.com/" }, "endTime": 1687109125004 }, { "type": "test", "which": "nuVal", "startTime": 1687109125004, "url": "https://www.santiagoforassembly.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 185, "lastColumn": 2839, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%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.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.santiagoforassembly.com&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=73e61e3d-a998-40bc-9bf7-d4cbdeba71e8&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_62dbef79eb892b9232fd54842f990661_184.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.10888.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.10888.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2831 }, { "type": "error", "lastLine": 185, "lastColumn": 2839, "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?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%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.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.santiagoforassembly.com&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=73e61e3d-a998-40bc-9bf7-d4cbdeba71e8&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_62dbef79eb892b9232fd54842f990661_184.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.10888.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.10888.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2831 }, { "type": "error", "lastLine": 190, "lastColumn": 2833, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%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.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.santiagoforassembly.com&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=73e61e3d-a998-40bc-9bf7-d4cbdeba71e8&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_f7f8fef3e9f57b266fa29da6d701cc5c_183.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.10888.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.10888.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&viewMode=desktop\" id=\"platform_crp5\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2825 }, { "type": "error", "lastLine": 190, "lastColumn": 2833, "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?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%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.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.santiagoforassembly.com&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=73e61e3d-a998-40bc-9bf7-d4cbdeba71e8&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_f7f8fef3e9f57b266fa29da6d701cc5c_183.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.10888.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.10888.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&viewMode=desktop\" id=\"platform_crp5\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2825 }, { "type": "error", "lastLine": 195, "lastColumn": 3090, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%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.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.santiagoforassembly.com&fileId=fba690a6.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=73e61e3d-a998-40bc-9bf7-d4cbdeba71e8&module=thunderbolt-features&originalLanguage=en&pageId=a37828_62dbef79eb892b9232fd54842f990661_184.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.10888.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.10888.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&staticHTMLComponentUrl=https%3A%2F%2Fwww-santiagoforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 3082 }, { "type": "error", "lastLine": 200, "lastColumn": 3084, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%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.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.santiagoforassembly.com&fileId=fba690a6.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=73e61e3d-a998-40bc-9bf7-d4cbdeba71e8&module=thunderbolt-features&originalLanguage=en&pageId=a37828_f7f8fef3e9f57b266fa29da6d701cc5c_183.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.10888.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.10888.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&staticHTMLComponentUrl=https%3A%2F%2Fwww-santiagoforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_crp5\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 3076 }, { "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=\"73e61e3d-a998-40bc-9bf7-d4cbdeba71e8\">\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": "eba71e8\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"c0131a11-b121-4ef1-b166-f1d4b4fb8e57\">\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": "57\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"184\">\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": 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": 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": 251, "lastColumn": 6146, "message": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.", "extract": "tColor,#ff4040));display:flex;", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 255, "lastColumn": 562, "message": "CSS: left: Parse Error.", "extract": "th,var(--brw,0));position:abso", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 255, "lastColumn": 625, "message": "CSS: top: Parse Error.", "extract": "th,var(--brw,0));width:100%}</", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 274, "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": 293, "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": 295, "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": 320, "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": 321, "lastColumn": 1756, "firstColumn": 1751, "message": "CSS: --theme-spx-ratio: Unknown dimension.", "extract": "io:0.1cqw}.font_0{font", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 409, "lastColumn": 21, "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_crp5\">#crp5{", "hiliteStart": 10, "hiliteLength": 21 }, { "type": "error", "lastLine": 482, "lastColumn": 56, "firstColumn": 26, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 488, "lastColumn": 1256, "firstColumn": 1181, "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": "div></div><section id=\"comp-k62t9vta\" class=\"comp-k62t9vta CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 532, "lastColumn": 2257, "firstColumn": 2192, "message": "Element img is missing required attribute src.", "extract": "59e1.png\"><img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\"></wow-", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 532, "lastColumn": 3145, "firstColumn": 3080, "message": "Element img is missing required attribute src.", "extract": "293b.png\"><img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\"></wow-", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 532, "lastColumn": 3984, "firstColumn": 3910, "message": "Element img is missing required attribute src.", "extract": "64bc.png\"><img alt=\"Instagram\" style=\"width: 35px; height: 35px; object-fit: cover;\"></wow-", "hiliteStart": 10, "hiliteLength": 75 }, { "type": "error", "lastLine": 532, "lastColumn": 4920, "firstColumn": 4855, "message": "Element img is missing required attribute src.", "extract": "37f5.png\"><img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\"></wow-", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 532, "lastColumn": 5842, "firstColumn": 5777, "message": "Element img is missing required attribute src.", "extract": "b9ff.png\"><img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\"></wow-", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 594, "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": 596, "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 } ], "language": "en" }, "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": 2735, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%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.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.santiagoforassembly.com&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=73e61e3d-a998-40bc-9bf7-d4cbdeba71e8&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_62dbef79eb892b9232fd54842f990661_184.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.10888.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.10888.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2727 }, { "type": "error", "lastLine": 187, "lastColumn": 2735, "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?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%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.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.santiagoforassembly.com&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=73e61e3d-a998-40bc-9bf7-d4cbdeba71e8&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_62dbef79eb892b9232fd54842f990661_184.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.10888.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.10888.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2727 }, { "type": "error", "lastLine": 187, "lastColumn": 2742, "firstColumn": 2736, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 192, "lastColumn": 2729, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%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.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.santiagoforassembly.com&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=73e61e3d-a998-40bc-9bf7-d4cbdeba71e8&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_f7f8fef3e9f57b266fa29da6d701cc5c_183.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.10888.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.10888.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&viewMode=desktop\" id=\"platform_crp5\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2721 }, { "type": "error", "lastLine": 192, "lastColumn": 2729, "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?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%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.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.santiagoforassembly.com&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=73e61e3d-a998-40bc-9bf7-d4cbdeba71e8&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_f7f8fef3e9f57b266fa29da6d701cc5c_183.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.10888.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.10888.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&viewMode=desktop\" id=\"platform_crp5\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2721 }, { "type": "error", "lastLine": 192, "lastColumn": 2736, "firstColumn": 2730, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 197, "lastColumn": 2962, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%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.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.santiagoforassembly.com&fileId=fba690a6.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=73e61e3d-a998-40bc-9bf7-d4cbdeba71e8&module=thunderbolt-features&originalLanguage=en&pageId=a37828_62dbef79eb892b9232fd54842f990661_184.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.10888.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.10888.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&staticHTMLComponentUrl=https%3A%2F%2Fwww-santiagoforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2954 }, { "type": "error", "lastLine": 197, "lastColumn": 2969, "firstColumn": 2963, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 202, "lastColumn": 2956, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%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.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.santiagoforassembly.com&fileId=fba690a6.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=73e61e3d-a998-40bc-9bf7-d4cbdeba71e8&module=thunderbolt-features&originalLanguage=en&pageId=a37828_f7f8fef3e9f57b266fa29da6d701cc5c_183.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.10888.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.10888.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&staticHTMLComponentUrl=https%3A%2F%2Fwww-santiagoforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_crp5\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2948 }, { "type": "error", "lastLine": 202, "lastColumn": 2963, "firstColumn": 2957, "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=\"73e61e3d-a998-40bc-9bf7-d4cbdeba71e8\">\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": "eba71e8\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"c0131a11-b121-4ef1-b166-f1d4b4fb8e57\">\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": "57\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"184\"/>\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": "57\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"184\"/>\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": 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": 248, "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": 248, "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": 253, "lastColumn": 6146, "message": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.", "extract": "tColor,#ff4040));display:flex;", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 257, "lastColumn": 562, "message": "CSS: left: Parse Error.", "extract": "th,var(--brw,0));position:abso", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 257, "lastColumn": 625, "message": "CSS: top: Parse Error.", "extract": "th,var(--brw,0));width:100%}</", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 261, "lastColumn": 146, "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=\"Assemblyman Miguel Santiago is running for re-election. Learn more about his campaign for District 54 here:\"/>\n <li", "hiliteStart": 10, "hiliteLength": 144 }, { "type": "info", "lastLine": 262, "lastColumn": 68, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ere:\"/>\n <link rel=\"canonical\" href=\"https://www.santiagoforassembly.com\"/>\n <me", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "info", "lastLine": 263, "lastColumn": 75, "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=\"HOME | Miguel Santiago for Assembly\"/>\n <me", "hiliteStart": 10, "hiliteLength": 73 }, { "type": "info", "lastLine": 264, "lastColumn": 153, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "mbly\"/>\n <meta property=\"og:description\" content=\"Assemblyman Miguel Santiago is running for re-election. Learn more about his campaign for District 54 here:\"/>\n <me", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "info", "lastLine": 265, "lastColumn": 73, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ere:\"/>\n <meta property=\"og:url\" content=\"https://www.santiagoforassembly.com\"/>\n <me", "hiliteStart": 10, "hiliteLength": 71 }, { "type": "info", "lastLine": 266, "lastColumn": 61, "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=\"Santiago for AD53\"/>\n <me", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "info", "lastLine": 267, "lastColumn": 46, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "AD53\"/>\n <meta property=\"og:type\" content=\"website\"/>\n <me", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 268, "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=\"fckZHyakmjgVweyXwiAjTAiwqF2NIXqNLhOdNg_VvBU\"/>\n <me", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 269, "lastColumn": 59, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "VvBU\"/>\n <meta name=\"twitter:card\" content=\"summary_large_image\"/>\n <me", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 270, "lastColumn": 76, "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=\"HOME | Miguel Santiago for Assembly\"/>\n <me", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "info", "lastLine": 271, "lastColumn": 154, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "mbly\"/>\n <meta name=\"twitter:description\" content=\"Assemblyman Miguel Santiago is running for re-election. Learn more about his campaign for District 54 here:\"/>\n\n\n</h", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 276, "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": 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": 1756, "firstColumn": 1751, "message": "CSS: --theme-spx-ratio: Unknown dimension.", "extract": "io:0.1cqw}.font_0{font", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 411, "lastColumn": 21, "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_crp5\">#crp5{", "hiliteStart": 10, "hiliteLength": 21 }, { "type": "error", "lastLine": 484, "lastColumn": 56, "firstColumn": 26, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 484, "lastColumn": 8113, "firstColumn": 7816, "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/a37828_9390477ae03f4cdf9081d06e167791b4~mv2.jpg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/a37828_9390477ae03f4cdf9081d06e167791b4~mv2.jpg\" alt=\"IMG_0261.JPG\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 298 }, { "type": "info", "lastLine": 484, "lastColumn": 9961, "firstColumn": 9318, "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/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg\" alt=\"13955560328_6d545ba579_o.jpg\" style=\"width:296px;height:125px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg 1x, https://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_592,h_250,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 644 }, { "type": "info", "lastLine": 484, "lastColumn": 11134, "firstColumn": 10927, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"pUnTVX\"><input type=\"text\" name=\"name\" id=\"input_comp-jxboo05s\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name\" required=\"\" aria-required=\"true\" maxLength=\"100\" aria-label=\"Name\"/></div>", "hiliteStart": 10, "hiliteLength": 208 }, { "type": "info", "lastLine": 484, "lastColumn": 11455, "firstColumn": 11244, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"pUnTVX\"><input type=\"email\" name=\"email\" id=\"input_comp-jxboo05x\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email\" required=\"\" aria-required=\"true\" maxLength=\"250\" aria-label=\"Email\"/></div>", "hiliteStart": 10, "hiliteLength": 212 }, { "type": "info", "lastLine": 484, "lastColumn": 13632, "firstColumn": 13020, "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/56292f_d37cca54aab94252a11fba83a11c4b1d.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png\" alt=\"\" style=\"width:67px;height:66px;object-fit:contain;object-position:unset\" srcSet=\"https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c4b1d.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png 1x, https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c4b1d.png/v1/fill/w_94,h_92,al_c,lg_1,q_85,enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 613 }, { "type": "info", "lastLine": 486, "lastColumn": 1864, "firstColumn": 1214, "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/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png/v1/fill/w_66,h_66,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png\" alt=\"\" style=\"width:67px;height:66px;object-fit:contain;object-position:unset\" srcSet=\"https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png/v1/fill/w_66,h_66,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png 1x, https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png/v1/fill/w_94,h_94,al_c,lg_1,q_85,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 651 }, { "type": "info", "lastLine": 488, "lastColumn": 1896, "firstColumn": 1284, "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/56292f_a41bd26168404bdda891fb2a86b8ffa1.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png\" alt=\"\" style=\"width:67px;height:66px;object-fit:contain;object-position:unset\" srcSet=\"https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a86b8ffa1.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png 1x, https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a86b8ffa1.png/v1/fill/w_94,h_92,al_c,lg_1,q_85,enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 613 }, { "type": "info", "lastLine": 490, "lastColumn": 4723, "firstColumn": 4003, "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/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/LA%20River%20Restoration.jpg\" alt=\"LA River Restoration.jpg\" style=\"width:208px;height:208px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/LA%20River%20Restoration.jpg 1x, https://static.wixstatic.com/media/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_416,h_416,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/LA%20River%20Restoration.jpg 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 721 }, { "type": "info", "lastLine": 490, "lastColumn": 7413, "firstColumn": 6723, "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/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Latino%20Theater.jpg\" alt=\"Latino Theater.jpg\" style=\"width:208px;height:208px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Latino%20Theater.jpg 1x, https://static.wixstatic.com/media/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_416,h_416,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Latino%20Theater.jpg 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 691 }, { "type": "info", "lastLine": 490, "lastColumn": 10258, "firstColumn": 9444, "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/a37828_9d73443d507348ad8bad3a73d0c53e5c~mv2.jpg/v1/crop/x_807,y_0,w_2468,h_2468/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Sixth%20Street%20Viaduct%20Replacement%20Project.jpg\" alt=\"Sixth Street Viaduct Replacement Project\" style=\"width:208px;height:208px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/a37828_9d73443d507348ad8bad3a73d0c53e5c~mv2.jpg/v1/crop/x_807,y_0,w_2468,h_2468/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Sixth%20Street%20Viaduct%20Replacement%20Project.jpg 1x, https://static.wixstatic.com/media/a37828_9d73443d507348ad8bad3a73d0c53e5c~mv2.jpg/v1/crop/x_807,y_0,w_2468,h_2468/fill/w_416,h_416,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Sixth%20Street%20Viaduct%20Replacement%20Project.jpg 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 815 }, { "type": "info", "lastLine": 490, "lastColumn": 13056, "firstColumn": 12279, "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/a37828_f217af31e9094868aa3a43cfb54d7f89~mv2.jpeg/v1/crop/x_200,y_0,w_800,h_800/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Korean%20American%20National%20Museum.jpeg\" alt=\"Korean American National Museum.jpeg\" style=\"width:208px;height:208px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/a37828_f217af31e9094868aa3a43cfb54d7f89~mv2.jpeg/v1/crop/x_200,y_0,w_800,h_800/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Korean%20American%20National%20Museum.jpeg 1x, https://static.wixstatic.com/media/a37828_f217af31e9094868aa3a43cfb54d7f89~mv2.jpeg/v1/crop/x_200,y_0,w_800,h_800/fill/w_416,h_416,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Korean%20American%20National%20Museum.jpeg 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 778 }, { "type": "info", "lastLine": 490, "lastColumn": 14975, "firstColumn": 14688, "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/a37828_2cfd608d967b4c20970bf55622de09d8~mv2.png/v1/crop/x_64,y_0,w_552,h_553/fill/w_52,h_52,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Photo%204.png\" alt=\"Photo 4.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 288 }, { "type": "info", "lastLine": 490, "lastColumn": 16116, "firstColumn": 15813, "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/a37828_a4f592a47854453db4872d9eb9100180~mv2.jpeg/v1/crop/x_140,y_0,w_560,h_560/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Exide%20cleanup.jpeg\" alt=\"Exide cleanup.jpeg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 304 }, { "type": "info", "lastLine": 490, "lastColumn": 17264, "firstColumn": 16956, "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/a37828_b7ec33c095924bd8bb236c755f381359~mv2.jpg/v1/crop/x_104,y_0,w_623,h_623/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Human%20Trafficking.jpg\" alt=\"Human Trafficking.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 309 }, { "type": "info", "lastLine": 490, "lastColumn": 18437, "firstColumn": 18115, "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/a37828_a43acc8ed0094475a9ede1758b00274a~mv2.jpg/v1/crop/x_408,y_0,w_2448,h_2448/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/43084377650_d7052ffdf7_o.jpg\" alt=\"43084377650_d7052ffdf7_o.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 323 }, { "type": "info", "lastLine": 490, "lastColumn": 1256, "firstColumn": 1181, "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": "div></div><section id=\"comp-k62t9vta\" class=\"comp-k62t9vta CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 534, "lastColumn": 2034, "firstColumn": 2022, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"\"/></wow-", "hiliteStart": 10, "hiliteLength": 13 }, { "type": "info", "lastLine": 534, "lastColumn": 2034, "firstColumn": 2022, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"\"/></wow-", "hiliteStart": 10, "hiliteLength": 13 }, { "type": "error", "lastLine": 534, "lastColumn": 2693, "firstColumn": 2681, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"\"/></wow-", "hiliteStart": 10, "hiliteLength": 13 }, { "type": "info", "lastLine": 534, "lastColumn": 2693, "firstColumn": 2681, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"\"/></wow-", "hiliteStart": 10, "hiliteLength": 13 }, { "type": "error", "lastLine": 534, "lastColumn": 3303, "firstColumn": 3282, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "info", "lastLine": 534, "lastColumn": 3303, "firstColumn": 3282, "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": "error", "lastLine": 534, "lastColumn": 4010, "firstColumn": 3998, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"\"/></wow-", "hiliteStart": 10, "hiliteLength": 13 }, { "type": "info", "lastLine": 534, "lastColumn": 4010, "firstColumn": 3998, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"\"/></wow-", "hiliteStart": 10, "hiliteLength": 13 }, { "type": "error", "lastLine": 534, "lastColumn": 4703, "firstColumn": 4691, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"\"/></wow-", "hiliteStart": 10, "hiliteLength": 13 }, { "type": "info", "lastLine": 534, "lastColumn": 4703, "firstColumn": 4691, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"\"/></wow-", "hiliteStart": 10, "hiliteLength": 13 }, { "type": "error", "lastLine": 596, "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": 598, "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 } ], "language": "en" }, "success": true }, "standardResult": { "totals": [ 4, 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?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt ... =1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&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?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt ... =1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&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_crp5", "location": { "doc": "dom", "type": "line", "spec": "190" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt ... ersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&viewMode=desktop\" id=\"platform_crp5\" 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_crp5", "location": { "doc": "dom", "type": "line", "spec": "190" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt ... ersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&viewMode=desktop\" id=\"platform_crp5\" 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?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt ... F%2Fwww-santiagoforassembly-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_crp5", "location": { "doc": "dom", "type": "line", "spec": "200" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt ... s%3A%2F%2Fwww-santiagoforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_crp5\" 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=\"73e61e3d-a998-40bc-9bf7-d4cbdeba71e8\"> <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": "eba71e8\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"c0131a11-b121-4ef1-b166-f1d4b4fb8e57\"> " }, { "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": "57\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"184\"> " }, { "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: --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: 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": "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": "dom", "type": "line", "spec": "246" }, "excerpt": "or-effect:non-scaling-stroke}.R8rh" }, { "ruleID": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.", "what": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "251" }, "excerpt": "tColor,#ff4040));display:flex;" }, { "ruleID": "CSS: left: Parse Error.", "what": "CSS: left: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "255" }, "excerpt": "th,var(--brw,0));position:abso" }, { "ruleID": "CSS: top: Parse Error.", "what": "CSS: top: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "255" }, "excerpt": "th,var(--brw,0));width:100%}</" }, { "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": "274" }, "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": "293" }, "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": "295" }, "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": "320" }, "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": "321" }, "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_crp5", "location": { "doc": "dom", "type": "line", "spec": "409" }, "excerpt": " </style> <style id=\"css_crp5\">#crp5{" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "STYLE_OVERRIDES_ID", "location": { "doc": "dom", "type": "line", "spec": "482" }, "excerpt": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-" }, { "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-k62t9vta", "location": { "doc": "dom", "type": "line", "spec": "488" }, "excerpt": "div></div><section id=\"comp-k62t9vta\" class=\"comp-k62t9vta CohWsy wixui-column-strip\"><div i" }, { "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": "532" }, "excerpt": "59e1.png\"><img alt=\"\" style=\"width: 35px; height: 35px; 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": "532" }, "excerpt": "293b.png\"><img alt=\"\" style=\"width: 35px; height: 35px; 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": "532" }, "excerpt": "64bc.png\"><img alt=\"Instagram\" style=\"width: 35px; height: 35px; 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": "532" }, "excerpt": "37f5.png\"><img alt=\"\" style=\"width: 35px; height: 35px; 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": "532" }, "excerpt": "b9ff.png\"><img alt=\"\" style=\"width: 35px; height: 35px; object-fit: cover;\"></wow-" }, { "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": "594" }, "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": "596" }, "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?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRi ... Version=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&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?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRi ... Version=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&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_crp5", "location": { "doc": "source", "type": "line", "spec": "192" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRi ... uilderVersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&viewMode=desktop\" id=\"platform_crp5\" 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_crp5", "location": { "doc": "source", "type": "line", "spec": "192" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRi ... uilderVersion=1.238.0&siteId=c0131a11-b121-4ef1-b166-f1d4b4fb8e57&siteRevision=184&viewMode=desktop\" id=\"platform_crp5\" 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?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRi ... A%2F%2Fwww-santiagoforassembly-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_crp5", "location": { "doc": "source", "type": "line", "spec": "202" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRi ... ttps%3A%2F%2Fwww-santiagoforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_crp5\" 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=\"73e61e3d-a998-40bc-9bf7-d4cbdeba71e8\"> <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": "eba71e8\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"c0131a11-b121-4ef1-b166-f1d4b4fb8e57\"> " }, { "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": "57\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"184\"/> " }, { "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": "57\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"184\"/> " }, { "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: --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: 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": "248" }, "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": "248" }, "excerpt": "or-effect:non-scaling-stroke}.R8rh" }, { "ruleID": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.", "what": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "253" }, "excerpt": "tColor,#ff4040));display:flex;" }, { "ruleID": "CSS: left: Parse Error.", "what": "CSS: left: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "257" }, "excerpt": "th,var(--brw,0));position:abso" }, { "ruleID": "CSS: top: Parse Error.", "what": "CSS: top: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "257" }, "excerpt": "th,var(--brw,0));width:100%}</" }, { "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": "/title> <meta name=\"description\" content=\"Assemblyman Miguel Santiago is running for re-election. Learn more about his campaign for District 54 here:\"/> <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": "262" }, "excerpt": "ere:\"/> <link rel=\"canonical\" href=\"https://www.santiagoforassembly.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": "263" }, "excerpt": ".com\"/> <meta property=\"og:title\" content=\"HOME | Miguel Santiago 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": "264" }, "excerpt": "mbly\"/> <meta property=\"og:description\" content=\"Assemblyman Miguel Santiago is running for re-election. Learn more about his campaign for District 54 here:\"/> <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": "ere:\"/> <meta property=\"og:url\" content=\"https://www.santiagoforassembly.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": "266" }, "excerpt": ".com\"/> <meta property=\"og:site_name\" content=\"Santiago for AD53\"/> <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": "AD53\"/> <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": "268" }, "excerpt": "site\"/> <meta name=\"google-site-verification\" content=\"fckZHyakmjgVweyXwiAjTAiwqF2NIXqNLhOdNg_VvBU\"/> <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": "VvBU\"/> <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": "270" }, "excerpt": "mage\"/> <meta name=\"twitter:title\" content=\"HOME | Miguel Santiago 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": "271" }, "excerpt": "mbly\"/> <meta name=\"twitter:description\" content=\"Assemblyman Miguel Santiago is running for re-election. Learn more about his campaign for District 54 here:\"/> </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": "276" }, "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": "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": "source", "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": "source", "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": "source", "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_crp5", "location": { "doc": "source", "type": "line", "spec": "411" }, "excerpt": " </style> <style id=\"css_crp5\">#crp5{" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "STYLE_OVERRIDES_ID", "location": { "doc": "source", "type": "line", "spec": "484" }, "excerpt": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-" }, { "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": "484" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/a37828_9390477ae03f4cdf9081d06e167791b4~mv2.jpg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/a37828_9390477ae03f4cdf9081d06e167791b4~mv2.jpg\" alt=\"IMG_0261.JPG\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></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": "484" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg\" alt=\"1395 ... tps://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_592,h_250,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg 2x\" fetchpriority=\"high\"/></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": "INPUT", "id": "input_comp-jxboo05s", "location": { "doc": "source", "type": "line", "spec": "484" }, "excerpt": "=\"pUnTVX\"><input type=\"text\" name=\"name\" id=\"input_comp-jxboo05s\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name\" required=\"\" aria-required=\"true\" maxLength=\"100\" aria-label=\"Name\"/></div>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "input_comp-jxboo05x", "location": { "doc": "source", "type": "line", "spec": "484" }, "excerpt": "=\"pUnTVX\"><input type=\"email\" name=\"email\" id=\"input_comp-jxboo05x\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email\" required=\"\" aria-required=\"true\" maxLength=\"250\" aria-label=\"Email\"/></div>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "484" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c4b1d.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png\" alt=\"\" style=\"width ... x, https://static.wixstatic.com/media/56292f_d37cca54aab94252a11fba83a11c4b1d.png/v1/fill/w_94,h_92,al_c,lg_1,q_85,enc_auto/56292f_d37cca54aab94252a11fba83a11c4b1d.png 2x\" fetchpriority=\"high\"/></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": "486" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png/v1/fill/w_66,h_66,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png\" ... x, https://static.wixstatic.com/media/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png/v1/fill/w_94,h_94,al_c,lg_1,q_85,enc_auto/56292f_14badbd07db74e5cbf21f9ee14cb69e4.png 2x\" fetchpriority=\"high\"/></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": "488" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a86b8ffa1.png/v1/fill/w_67,h_66,al_c,q_85,enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png\" alt=\"\" style=\"width ... x, https://static.wixstatic.com/media/56292f_a41bd26168404bdda891fb2a86b8ffa1.png/v1/fill/w_94,h_92,al_c,lg_1,q_85,enc_auto/56292f_a41bd26168404bdda891fb2a86b8ffa1.png 2x\" fetchpriority=\"high\"/></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": "490" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/LA%20River%2 ... media/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_416,h_416,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/LA%20River%20Restoration.jpg 2x\" fetchpriority=\"high\"/></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": "490" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Latino%20The ... tic.com/media/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_416,h_416,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Latino%20Theater.jpg 2x\" fetchpriority=\"high\"/></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": "490" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/a37828_9d73443d507348ad8bad3a73d0c53e5c~mv2.jpg/v1/crop/x_807,y_0,w_2468,h_2468/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Sixth%20St ... 8ad8bad3a73d0c53e5c~mv2.jpg/v1/crop/x_807,y_0,w_2468,h_2468/fill/w_416,h_416,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Sixth%20Street%20Viaduct%20Replacement%20Project.jpg 2x\" fetchpriority=\"high\"/></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": "490" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/a37828_f217af31e9094868aa3a43cfb54d7f89~mv2.jpeg/v1/crop/x_200,y_0,w_800,h_800/fill/w_208,h_208,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Korean%20Am ... 17af31e9094868aa3a43cfb54d7f89~mv2.jpeg/v1/crop/x_200,y_0,w_800,h_800/fill/w_416,h_416,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Korean%20American%20National%20Museum.jpeg 2x\" fetchpriority=\"high\"/></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": "490" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/a37828_2cfd608d967b4c20970bf55622de09d8~mv2.png/v1/crop/x_64,y_0,w_552,h_553/fill/w_52,h_52,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Photo%204.png\" alt=\"Photo 4.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></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": "490" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/a37828_a4f592a47854453db4872d9eb9100180~mv2.jpeg/v1/crop/x_140,y_0,w_560,h_560/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Exide%20cleanup.jpeg\" alt=\"Exide cleanup.jpeg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></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": "490" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/a37828_b7ec33c095924bd8bb236c755f381359~mv2.jpg/v1/crop/x_104,y_0,w_623,h_623/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Human%20Trafficking.jpg\" alt=\"Human Trafficking.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></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": "490" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/a37828_a43acc8ed0094475a9ede1758b00274a~mv2.jpg/v1/crop/x_408,y_0,w_2448,h_2448/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/43084377650_d7052ffdf7_o.jpg\" alt=\"43084377650_d7052ffdf7_o.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-k62t9vta", "location": { "doc": "source", "type": "line", "spec": "490" }, "excerpt": "div></div><section id=\"comp-k62t9vta\" class=\"comp-k62t9vta CohWsy wixui-column-strip\"><div i" }, { "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": "534" }, "excerpt": "x, 100%)\"><img alt=\"\"/></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": "534" }, "excerpt": "x, 100%)\"><img alt=\"\"/></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": "534" }, "excerpt": "x, 100%)\"><img alt=\"\"/></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": "534" }, "excerpt": "x, 100%)\"><img alt=\"\"/></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": "534" }, "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": "534" }, "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></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": "534" }, "excerpt": "x, 100%)\"><img alt=\"\"/></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": "534" }, "excerpt": "x, 100%)\"><img alt=\"\"/></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": "534" }, "excerpt": "x, 100%)\"><img alt=\"\"/></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": "534" }, "excerpt": "x, 100%)\"><img alt=\"\"/></wow-" }, { "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": "596" }, "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": "598" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri" } ] }, "endTime": 1687109128351 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687109128351, "url": "https://www.santiagoforassembly.com/", "what": "QualWeb", "result": { "type": "evaluation", "system": { "name": "QualWeb", "description": "QualWeb is an automatic accessibility evaluator for webpages.", "version": "3.0.0", "homepage": "http://www.qualweb.di.fc.ul.pt/", "date": "2023-06-18 17:25:29", "hash": "a8ecf858b8d29c81dff2d40275d2148b1c08266dd8102bc3ac58342d9fcad18fa3df9af95d809806977448b7c4da6a0b5468d238f552a57683708ae7f5a9ad0d", "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": 35, "warning": 9, "failed": 13, "inapplicable": 68 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 16, "warning": 8, "failed": 5, "inapplicable": 38 }, "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 184 seconds." }, "results": [ { "verdict": "failed", "description": "The test target refreshes after 184 seconds.", "resultCode": "F1", "elements": [ { "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"184\">", "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 184 seconds." }, "results": [ { "verdict": "failed", "description": "The test target refreshes after 184 seconds.", "resultCode": "F1", "elements": [ { "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"184\">", "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": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree." }, "results": [ { "verdict": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\"><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": 8, "warning": 0, "failed": 7, "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=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div: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.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div: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.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div: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.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > 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.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > 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.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > 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": 21, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the element has some visible focus indication" }, "results": [ { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<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(2) > 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.santiagoforassembly.com\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\">HOME</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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": "<div data-testid=\"linkElement\" class=\"ppRL_Y\" tabindex=\"0\" aria-haspopup=\"false\">ABOUT</div>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > div: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.santiagoforassembly.com/endorsements\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\">ENDORSEMENTS</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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": "<div data-testid=\"linkElement\" class=\"ppRL_Y\" tabindex=\"0\" aria-haspopup=\"false\">ACCOMPLISHMENTS</div>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div: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.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\">GET INVOLVED</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/MiguelSantiago/\" target=\"_blank\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">DONATE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"text\" name=\"name\" id=\"input_comp-jxboo05s\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"email\" name=\"email\" id=\"input_comp-jxboo05x\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email\" required=\"\" aria-required=\"true\" maxlength=\"250\" aria-label=\"Email\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">Submit</button>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > button: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.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > 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\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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 data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(4) > 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.latimes.com/opinion/story/2020-01-19/ceqa-exemption-affordable-housing\" target=\"_blank\" class=\"wixui-rich-text__text\">NIMBYs beware: California could make it harder to block homeless and affordable housing</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > h5:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://thehill.com/business-a-lobbying/368055-california-state-lawmakers-to-ask-for-addition-10-million-to-help\" target=\"_blank\" class=\"wixui-rich-text__text\">California state lawmakers to ask for additional $10M to help immigrants from El Salvador</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > h5:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.latimes.com/california/story/2020-01-20/skelton-california-santiago-tuition-free-college-bill\" target=\"_blank\" class=\"wixui-rich-text__text\">Free tuition at California public colleges helped the state prosper. There’s no reason it can’t again</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > h5: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.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R41": { "name": "Error message describes invalid form field value", "code": "QW-ACT-R41", "mapping": "36b590", "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "metadata": { "target": { "element": [ "input", "select", "textarea", "*[role]" ] }, "success-criteria": [ { "name": "3.3.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/TR/WCAG21/#error-identification", "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification" } ], "related": [], "url": "https://act-rules.github.io/rules/36b590", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 2, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error." }, "results": [ { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"text\" name=\"name\" id=\"input_comp-jxboo05s\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"email\" name=\"email\" id=\"input_comp-jxboo05x\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email\" required=\"\" aria-required=\"true\" maxlength=\"250\" aria-label=\"Email\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input: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": 33, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"color_12 wixui-rich-text__text\">FOLLOW MIGUEL: </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R76": { "name": "Text has enhanced contrast", "code": "QW-ACT-R76", "mapping": "09o5cg", "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [ "G17", "G18" ], "url": "https://act-rules.github.io/rules/09o5cg", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 30, "warning": 0, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"color_23 wixui-rich-text__text\">January 19, 2020</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"color_23 wixui-rich-text__text\">January 09, 2018</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"color_23 wixui-rich-text__text\">January 20, 2020</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"color_12 wixui-rich-text__text\">FOLLOW MIGUEL: </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R75": { "name": "Bypass Blocks of Repeated Content", "code": "QW-ACT-R75", "mapping": "cf77f2", "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "metadata": { "target": { "element": "html" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html", "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks" } ], "related": [ "G1", "G123", "G124", "H69", "SCR28" ], "url": "https://act-rules.github.io/rules/cf77f2", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\"><head></head><body>(function () {\n var noop = function noop() {};\n if (\"performance\" in window === false) {\n window.performance = {};\n }\n window.performance.mark = performance.mark || noop;\n window.performance.measure = performance.measure || noop;\n if (\"now\" in window.performance === false) {\n var nowOffset = Date.now();\n if (performance.timing && performance.timing.navigationStart) {\n nowOffset = performance.timing.navigationStart;\n }\n window.performance.now = function now() {\n return Date.now() - nowOffset;\n };\n }\n })();\n \n\n \n \n (function () {\n var now = Date.now()\n window.initialTime …", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R40": { "name": "Zoomed text node is not clipped with CSS overflow", "code": "QW-ACT-R40", "mapping": "59br37", "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "metadata": { "target": { "element": "*:text()" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html", "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text" } ], "related": [], "url": "https://act-rules.github.io/rules/59br37", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 42, "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-weight:bold;\" class=\"wixui-rich-text__text\"> JOIN THE CAMPAIGN TODAY! </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h5: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=\"M3I7Z2 wixui-button__label\">Submit</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > button: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\">VOLUNTEER</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5: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=\"color:#0D509D;\" class=\"wixui-rich-text__text\">Click here to get more involved in Assembly Member Santiago's re-election!</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) > 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\">MEET MIGUEL</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5: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=\"color_11 wixui-rich-text__text\">Learn more about Assembly Member Miguel Santiago's upbringing and life of service</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) > 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=\"color:rgb(255, 255, 255);\" class=\"wixui-rich-text__text\">.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">DELIVERING FOR AD54</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5: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=\"color:#0D509D;\" class=\"wixui-rich-text__text\">Learn more about how Assembly Member Santiago is delivering for you</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) > 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=\"color:rgb(13, 80, 157);\" class=\"wixui-rich-text__text\">.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) > span:nth-child(1) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">DELIVERING FOR AD54</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5: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:open sans,sans-serif;\" class=\"wixui-rich-text__text\">Assembly Member Santiago has secured hundreds of millions of dollars for critical projects in our community</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > 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) > 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:400;\" class=\"wixui-rich-text__text\">Los Angeles River Restoration</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > 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) > 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:400;\" class=\"wixui-rich-text__text\">Homelessness & Affordable Housing</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span: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-weight:400;\" class=\"wixui-rich-text__text\">Latino Arts Theater</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1) > span:nth-child(1) > span: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-weight:400;\" class=\"wixui-rich-text__text\">Environmental Justice</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > p:nth-child(1) > span:nth-child(1) > span: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-weight:400;\" class=\"wixui-rich-text__text\">Sixth Street Viaduct Replacement Project</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > p:nth-child(1) > span:nth-child(1) > span: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-weight:400;\" class=\"wixui-rich-text__text\">Fighting Human Trafficking</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(10) > p:nth-child(1) > span:nth-child(1) > span: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-weight:400;\" class=\"wixui-rich-text__text\">Korean American National Museum</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(11) > p:nth-child(1) > span:nth-child(1) > span: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-weight:400;\" class=\"wixui-rich-text__text\">Free College</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(13) > p:nth-child(1) > span:nth-child(1) > span: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 class=\"color_11 wixui-rich-text__text\">MIGUEL IN THE NEWS</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5: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=\"color_23 wixui-rich-text__text\">January 19, 2020</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">NIMBYs beware: California could make it harder to block homeless and affordable housing</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > h5:nth-child(2) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"wixGuard wixui-rich-text__text\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > h5: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">Santiago is also right to go further. If California really wants to slow the growing number of homeless residents, the state also has to dramatically increase the number of affordable housing units available. California is in a homelessness crisis in part because of the lack of affordable housing. One in three households statewide now spend more than half their income on rent, leaving many families one rent increase or missed paycheck away from losing their homes.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > p:nth-child(4)" } ], "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(2) > 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) > div:nth-child(8) > p:nth-child(5) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">Building more subsidized housing that’s reserved for low-income residents can help get people off the street and help prevent the poorest, most vulnerable Californians from becoming homeless in the first place. The good news is that the state has put up billions of dollars to develop more affordable housing. But the state would make better use of those taxpayer dollars if it made sure the projects weren’t held up by needless bureaucracy or chicanery.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > p:nth-child(6)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"color_23 wixui-rich-text__text\">January 09, 2018</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">California state lawmakers to ask for additional $10M to help immigrants from El Salvador</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > h5:nth-child(2) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"wixGuard wixui-rich-text__text\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > h5: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">Assembly members Miguel Santiago and Wendy Carrillo are planning to ask that an additional $10 million be put toward a state legal defense fund, the Los Angeles Times reported.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > p:nth-child(4)" } ], "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(2) > 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) > div:nth-child(10) > p:nth-child(5) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">The money — which the two lawmakers plan to request this week through legislation — would go toward assisting Salvadorans covered by Temporary Protected Status (TPS) to find other means of legally staying in the U.S. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > p:nth-child(6)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"color_23 wixui-rich-text__text\">January 20, 2020</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">Free tuition at California public colleges helped the state prosper. There’s no reason it can’t again</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > h5:nth-child(2) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"wixGuard wixui-rich-text__text\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > h5: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=\"wixui-rich-text__text\">Assemblyman Miguel Santiago (D-Los Angeles), who spearheaded the legislation to provide community college fee waivers, has just introduced a bill, AB 1862, to offer two tuition-free years at CSU for community college transfers.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(4) > 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=\"wixui-rich-text__text\">To be eligible for free tuition, a transfer would need to have obtained a community college degree and taken 18 units toward a major.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(5) > 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=\"wixui-rich-text__text\">“These students are absolutely prepared to be successful,” Santiago told me. “They should be able to get a [CSU] degree in two years. ... They have to make a commitment. They can’t be goofing around.”</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(7) > 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=\"wixui-rich-text__text\">A bill blurb reads that the measure “will encourage and incentivize more students to enroll in four-year institutions following community college, help more students graduate with less debt and will grow the number of workers with undergraduate degrees needed to compete in the global economy.”</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(9) > 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=\"wixui-rich-text__text\">Why didn’t he include UC in his bill? Because most community college graduates transfer to CSU, Santiago said. “This is a starting point.”</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(10) > 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=\"wixui-rich-text__text\">Santiago, 46, attended Moorpark College, then transferred to UCLA for his bachelor’s degree. He served on the L.A. Community College District board before being elected to the Assembly in 2014.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(12) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 5, "warning": 0, "failed": 8, "inapplicable": 21 }, "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": 1, "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\":630,\"renderTimeStamp\":1687072651060}\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": [] } ] }, "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(2) > 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": 1, "warning": 0, "failed": 7, "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=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div: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.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div: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.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div: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.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > 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.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > 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.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > 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": 4, "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=\"hxvvul16itemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\"><li id=\"hxvvul160\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem-kdyw8utz\" data-state=\"menu selected link\" data-index=\"0\" class=\"eQSURm wixui-dropdown-menu__item D5Vkxr\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"false\" style=\"width: 180px; height: 67px; position: relative; box-sizing: border-box; overflow: visible; visibility: inherit;\"><a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > di …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">MEET MIGUEL</a></li><li><a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/about-the-54th\" target=\"_self\" class=\"\" tabinde …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">DELIVERING FOR YOU</a></li><li><a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/in-the-news\" target=\"_self\" class=\"\" …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2)" } ], "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=\"hxvvul16moreContainer\"></ul>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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=\"i01nlx-hxxcciz7\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"i01nlx-hxxcciz7","disp …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T19": { "name": "Providing submit buttons", "code": "QW-WCAG-T19", "mapping": "H32", "description": "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.", "metadata": { "target": { "element": "form" }, "success-criteria": [ { "name": "3.2.2", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/on-input" } ], "related": [ "G80", "H36", "H84" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H32", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Form tag doesn't contain any of the following elements input[type~='submit image'], button[type='submit']." }, "results": [ { "verdict": "failed", "description": "Form tag doesn't contain any of the following elements input[type~='submit image'], button[type='submit'].", "resultCode": "F1", "elements": [ { "htmlCode": "<form id=\"comp-jxboo05o\" class=\"JVi7i2 comp-jxboo05o wixui-form\">SubmitThanks for submitting!</form>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form: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": 9, "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/a37828_9390477ae03f4cdf9081d06e167791b4~mv2.jpg/v1/fill/w_1366,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/a37828_9390477ae03f4cdf9081d06e167791b4~mv2.jpg\" alt=\"IMG_0261.JPG\" style=\"width: 1366px; height: 712px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg\" alt=\"13955560328_6d545ba579_o.jpg\" style=\"width:296px;height:125px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg 1x, https://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_592,h_250,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg 2x\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > 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/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/LA%20River%20Restoration.jpg\" alt=\"LA River Restoration.jpg\" style=\"width: 220px; height: 220px; object-fit: cover;\" srcset=\"https://static.wixstatic.com/media/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/LA%20River%20Restoration.jpg\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div: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/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Latino%20Theater.jpg\" alt=\"Latino Theater.jpg\" style=\"width: 220px; height: 220px; object-fit: cover;\" srcset=\"https://static.wixstatic.com/media/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Latino%20Theater.jpg\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div: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 src=\"https://static.wixstatic.com/media/a37828_9d73443d507348ad8bad3a73d0c53e5c~mv2.jpg/v1/crop/x_807,y_0,w_2468,h_2468/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Sixth%20Street%20Viaduct%20Replacement%20Project.jpg\" alt=\"Sixth Street Viaduct Replacement Project\" style=\"width: 220px; height: 220px; object-fit: cover;\" srcset=\"https://static.wixstatic.com/media/a37828_9d73443d507348ad8bad3a73d0c53e5c~mv2.jpg/v1/crop/x_807,y_0,w_2468,h_2468/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Sixth%20Street%20Viaduct%20Replacement%20Project.jpg\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(9) > div: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/a37828_f217af31e9094868aa3a43cfb54d7f89~mv2.jpeg/v1/crop/x_200,y_0,w_800,h_800/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Korean%20American%20National%20Museum.jpeg\" alt=\"Korean American National Museum.jpeg\" style=\"width: 220px; height: 220px; object-fit: cover;\" srcset=\"https://static.wixstatic.com/media/a37828_f217af31e9094868aa3a43cfb54d7f89~mv2.jpeg/v1/crop/x_200,y_0,w_800,h_800/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Korean%20American%20National%20Museum.jpeg\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(12) > div: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/a37828_2cfd608d967b4c20970bf55622de09d8~mv2.png/v1/crop/x_64,y_0,w_552,h_553/fill/w_52,h_52,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Photo%204.png\" alt=\"Photo 4.png\" style=\"width: 220px; height: 220px; object-fit: cover; object-position: 50% 50%;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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/a37828_a4f592a47854453db4872d9eb9100180~mv2.jpeg/v1/crop/x_140,y_0,w_560,h_560/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Exide%20cleanup.jpeg\" alt=\"Exide cleanup.jpeg\" style=\"width: 220px; height: 220px; object-fit: cover; object-position: 50% 50%;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div: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/a37828_b7ec33c095924bd8bb236c755f381359~mv2.jpg/v1/crop/x_104,y_0,w_623,h_623/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Human%20Trafficking.jpg\" alt=\"Human Trafficking.jpg\" style=\"width: 220px; height: 220px; object-fit: cover; object-position: 50% 50%;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div: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/a37828_a43acc8ed0094475a9ede1758b00274a~mv2.jpg/v1/crop/x_408,y_0,w_2448,h_2448/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/43084377650_d7052ffdf7_o.jpg\" alt=\"43084377650_d7052ffdf7_o.jpg\" style=\"width: 220px; height: 220px; object-fit: cover; object-position: 50% 50%;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div: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: 35px; height: 35px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > div: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": 63, "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\":630,\"renderTimeStamp\":1687072651060}\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(2) > 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": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\"> JOIN THE CAMPAIGN TODAY! </h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" } ], "attributes": [ "21px" ] }, { "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=\"text-align:right; font-size:15px;\">Thanks for submitting!</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)" } ], "attributes": [ "15px" ] }, { "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": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">VOLUNTEER</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" } ], "attributes": [ "21px" ] }, { "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=\"text-align:center; font-size:15px;\">Click here to get more involved in Assembly Member Santiago's re-election!</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2)" } ], "attributes": [ "15px" ] }, { "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": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">MEET MIGUEL</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" } ], "attributes": [ "21px" ] }, { "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=\"text-align:center; font-size:15px;\">Learn more about Assembly Member Miguel Santiago's upbringing and life of service.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2)" } ], "attributes": [ "15px" ] }, { "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": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; line-height:normal; font-size:21px;\">DELIVERING FOR AD54</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" } ], "attributes": [ "21px" ] }, { "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=\"text-align:center; line-height:normal; font-size:15px;\">Learn more about how Assembly Member Santiago is delivering for you.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2)" } ], "attributes": [ "15px" ] }, { "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": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:21px;\">DELIVERING FOR AD54</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)" } ], "attributes": [ "21px" ] }, { "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:22px; text-align:center;\">Assembly Member Santiago has secured hundreds of millions of dollars for critical projects in our community</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > 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": "<span style=\"font-size:22px;\" class=\"wixui-rich-text__text\">Assembly Member Santiago has secured hundreds of millions of dollars for critical projects in our community</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > 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)" } ], "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:18px; text-align:center;\">Los Angeles River Restoration</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px;\" class=\"wixui-rich-text__text\">Los Angeles River Restoration</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px; text-align:center;\">Homelessness & Affordable Housing</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px;\" class=\"wixui-rich-text__text\">Homelessness & Affordable Housing</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px; text-align:center;\">Latino Arts Theater</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px;\" class=\"wixui-rich-text__text\">Latino Arts Theater</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px; text-align:center;\">Environmental Justice</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > p:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px;\" class=\"wixui-rich-text__text\">Environmental Justice</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px; text-align:center;\">Sixth Street Viaduct Replacement Project</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > p:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px;\" class=\"wixui-rich-text__text\">Sixth Street Viaduct Replacement Project</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px; text-align:center;\">Fighting Human Trafficking</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(10) > p:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px;\" class=\"wixui-rich-text__text\">Fighting Human Trafficking</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(10) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px; text-align:center;\">Korean American National Museum</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(11) > p:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px;\" class=\"wixui-rich-text__text\">Korean American National Museum</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(11) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px; text-align:center;\">Free College</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(13) > p:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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:18px;\" class=\"wixui-rich-text__text\">Free College</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(13) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "18px" ] }, { "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": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">MIGUEL IN THE NEWS</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)" } ], "attributes": [ "21px" ] }, { "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:15px;\">January 19, 2020</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > p:nth-child(1)" } ], "attributes": [ "15px" ] }, { "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": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\">NIMBYs beware: California could make it harder to block homeless and affordable housing</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > h5:nth-child(2)" } ], "attributes": [ "21px" ] }, { "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": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\"></h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > h5:nth-child(3)" } ], "attributes": [ "21px" ] }, { "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=\"line-height:1.6em; font-size:15px;\">Santiago is also right to go further. If California really wants to slow the growing number of homeless residents, the state also has to dramatically increase the number of affordable housing units available. California is in a homelessness crisis in part because of the lack of affordable housing. One in three households statewide now spend more than half their income on rent, leaving many families one rent increase or missed paycheck away from losing their homes.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > p:nth-child(4)" } ], "attributes": [ "15px" ] }, { "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=\"line-height:1.6em; font-size:15px;\"></p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > p:nth-child(5)" } ], "attributes": [ "15px" ] }, { "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=\"line-height:1.6em; font-size:15px;\">Building more subsidized housing that’s reserved for low-income residents can help get people off the street and help prevent the poorest, most vulnerable Californians from becoming homeless in the first place. The good news is that the state has put up billions of dollars to develop more affordable housing. But the state would make better use of those taxpayer dollars if it made sure the projects weren’t held up by needless bureaucracy or chicanery.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > p:nth-child(6)" } ], "attributes": [ "15px" ] }, { "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:15px;\">January 09, 2018</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > p:nth-child(1)" } ], "attributes": [ "15px" ] }, { "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": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\">California state lawmakers to ask for additional $10M to help immigrants from El Salvador</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > h5:nth-child(2)" } ], "attributes": [ "21px" ] }, { "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": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\"></h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > h5:nth-child(3)" } ], "attributes": [ "21px" ] }, { "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=\"line-height:1.6em; font-size:15px;\">Assembly members Miguel Santiago and Wendy Carrillo are planning to ask that an additional $10 million be put toward a state legal defense fund, the Los Angeles Times reported.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > p:nth-child(4)" } ], "attributes": [ "15px" ] }, { "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=\"line-height:1.6em; font-size:15px;\"></p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > p:nth-child(5)" } ], "attributes": [ "15px" ] }, { "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=\"line-height:1.6em; font-size:15px;\">The money — which the two lawmakers plan to request this week through legislation — would go toward assisting Salvadorans covered by Temporary Protected Status (TPS) to find other means of legally staying in the U.S. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > p:nth-child(6)" } ], "attributes": [ "15px" ] }, { "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:15px;\">January 20, 2020</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(1)" } ], "attributes": [ "15px" ] }, { "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": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\">Free tuition at California public colleges helped the state prosper. There’s no reason it can’t again</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > h5:nth-child(2)" } ], "attributes": [ "21px" ] }, { "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": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\"></h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > h5:nth-child(3)" } ], "attributes": [ "21px" ] }, { "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=\"line-height:1.6em; font-size:15px;\">Assemblyman Miguel Santiago (D-Los Angeles), who spearheaded the legislation to provide community college fee waivers, has just introduced a bill, AB 1862, to offer two tuition-free years at CSU for community college transfers.\n </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(4)" } ], "attributes": [ "15px" ] }, { "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=\"line-height:1.6em; font-size:15px;\">To be eligible for free tuition, a transfer would need to have obtained a community college degree and taken 18 units toward a major.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(5)" } ], "attributes": [ "15px" ] }, { "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=\"line-height:1.6em; font-size:15px;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(6)" } ], "attributes": [ "15px" ] }, { "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=\"line-height:1.6em; font-size:15px;\">“These students are absolutely prepared to be successful,” Santiago told me. “They should be able to get a [CSU] degree in two years. ... They have to make a commitment. They can’t be goofing around.”</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(7)" } ], "attributes": [ "15px" ] }, { "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=\"line-height:1.6em; font-size:15px;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(8)" } ], "attributes": [ "15px" ] }, { "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=\"line-height:1.6em; font-size:15px;\">A bill blurb reads that the measure “will encourage and incentivize more students to enroll in four-year institutions following community college, help more students graduate with less debt and will grow the number of workers with undergraduate degrees needed to compete in the global economy.”\n </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(9)" } ], "attributes": [ "15px" ] }, { "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=\"line-height:1.6em; font-size:15px;\">Why didn’t he include UC in his bill? Because most community college graduates transfer to CSU, Santiago said. “This is a starting point.”</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(10)" } ], "attributes": [ "15px" ] }, { "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=\"line-height:1.6em; font-size:15px;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(11)" } ], "attributes": [ "15px" ] }, { "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=\"line-height:1.6em; font-size:15px;\">Santiago, 46, attended Moorpark College, then transferred to UCLA for his bachelor’s degree. He served on the L.A. Community College District board before being elected to the Assembly in 2014.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(12)" } ], "attributes": [ "15px" ] }, { "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=\"text-align:center; font-size:16px;\">FOLLOW MIGUEL: </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\">12501 Imperial Hwy Ste 200 Norwalk, CA 90650</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > 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\">12501 Imperial Hwy Ste 200 Norwalk, CA 90650</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span: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_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\">(213) 489-4792</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p: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": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">(213) 489-4792</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2) > span: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_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\">Paid for by Santiago for Assembly 2022</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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\">Paid for by Santiago for Assembly 2022</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\">FPPC # 1435164</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p: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": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">FPPC # 1435164</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span: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": 56, "warning": 0, "failed": 7, "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(2) > 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": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"\" tabindex=\"-1\">MEET MIGUEL</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/about-the-54th\" target=\"_self\" class=\"\" tabindex=\"-1\">ABOUT THE 54th DISTRICT</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"\" tabindex=\"-1\">DELIVERING FOR YOU</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/in-the-news\" target=\"_self\" class=\"\" tabindex=\"-1\">IN THE NEWS</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div style=\"display:none\" id=\"hxvvul16navContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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\">bottom of page</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(5) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 14, "warning": 1, "failed": 0, "inapplicable": 9 }, "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": 12, "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": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\"> JOIN THE CAMPAIGN TODAY! </h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">VOLUNTEER</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">MEET MIGUEL</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; line-height:normal; font-size:21px;\">DELIVERING FOR AD54</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:21px;\">DELIVERING FOR AD54</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">MIGUEL IN THE NEWS</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\">NIMBYs beware: California could make it harder to block homeless and affordable housing</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > h5:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\"></h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > h5:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\">California state lawmakers to ask for additional $10M to help immigrants from El Salvador</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > h5:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\"></h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > h5:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\">Free tuition at California public colleges helped the state prosper. There’s no reason it can’t again</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > h5:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\"></h5>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > h5:nth-child(3)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 27, "document": 1, "region": 4, "button": 2, "navigation": 1, "list": 5, "listitem": 15, "main": 1, "img": 11, "heading": 12, "form": 1, "textbox": 2, "presentation": 7 }, "tags": { "html": 1, "head": 1, "meta": 21, "link": 8, "script": 62, "style": 19, "title": 1, "body": 1, "pages-css": 1, "div": 165, "span": 101, "button": 2, "header": 1, "wix-dropdown-menu": 1, "nav": 1, "ul": 5, "li": 15, "a": 19, "p": 42, "main": 1, "section": 2, "wow-image": 18, "img": 18, "h5": 12, "form": 1, "input": 2, "br": 2, "footer": 1 } } } }, "success": true }, "standardResult": { "totals": [ 18, 70, 90, 14 ], "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=\"184\">" }, { "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=\"184\">" }, { "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(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"j7pOnl\"></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(2) > 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) > 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.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"j7pOnl\"></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(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"j7pOnl\"></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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" 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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" 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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" 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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" 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(2) > 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(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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\" href=\"https://www.santiagoforassembly.com\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\">HOME</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div data-testid=\"linkElement\" class=\"ppRL_Y\" tabindex=\"0\" aria-haspopup=\"false\">ABOUT</div>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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\" href=\"https://www.santiagoforassembly.com/endorsements\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\">ENDORSEMENTS</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1)" }, "excerpt": "<div data-testid=\"linkElement\" class=\"ppRL_Y\" tabindex=\"0\" aria-haspopup=\"false\">ACCOMPLISHMENTS</div>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\">GET INVOLVED</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(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/MiguelSantiago/\" target=\"_blank\" 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(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.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": "INPUT", "id": "input_comp-jxboo05s", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" name=\"name\" id=\"input_comp-jxboo05s\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-jxboo05x", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-jxboo05x\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email\" required=\"\" aria-required=\"true\" maxlength=\"250\" aria-label=\"Email\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > button:nth-child(1)" }, "excerpt": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">Submit</button>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" 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(2) > 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) > 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.santiagoforassembly.com/meet-miguel\" 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(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" 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(2) > 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) > div:nth-child(8) > h5:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.latimes.com/opinion/story/2020-01-19/ceqa-exemption-affordable-housing\" target=\"_blank\" class=\"wixui-rich-text__text\">NIMBYs beware: California could make it harder to block homeless and affordable housing</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(2) > 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) > div:nth-child(10) > h5:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://thehill.com/business-a-lobbying/368055-california-state-lawmakers-to-ask-for-addition-10-million-to-help\" target=\"_blank\" class=\"wixui-rich-text__text\">California state lawmakers to ask for additional $10M to help immigrants from El Salvador</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(2) > 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) > div:nth-child(11) > h5:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.latimes.com/california/story/2020-01-20/skelton-california-santiago-tuition-free-college-bill\" target=\"_blank\" class=\"wixui-rich-text__text\">Free tuition at California public colleges helped the state prosper. There’s no reason it can’t again</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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" 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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" 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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" 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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-jxboo05s", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" name=\"name\" id=\"input_comp-jxboo05s\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-jxboo05x", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-jxboo05x\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email\" required=\"\" aria-required=\"true\" maxlength=\"250\" aria-label=\"Email\">" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">FOLLOW MIGUEL: </span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_23 wixui-rich-text__text\">January 19, 2020</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_23 wixui-rich-text__text\">January 09, 2018</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_23 wixui-rich-text__text\">January 20, 2020</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">FOLLOW MIGUEL: </span>" }, { "ruleID": "QW-ACT-R75", "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\"><head></head><body>(function () { var noop = function noop() {}; if (\"performance\" in window === false) { window.performance = {}; } window.performance.mark = performance.mark || noop; ... nStart) { nowOffset = performance.timing.navigationStart; } window.performance.now = function now() { return Date.now() - nowOffset; }; } })(); (function () { var now = Date.now() window.initialTime …" }, { "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(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\"> JOIN THE CAMPAIGN TODAY! </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(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > button:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">Submit</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(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">VOLUNTEER</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(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span style=\"color:#0D509D;\" class=\"wixui-rich-text__text\">Click here to get more involved in Assembly Member Santiago's re-election!</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(2) > 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) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">MEET MIGUEL</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(2) > 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) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"color_11 wixui-rich-text__text\">Learn more about Assembly Member Miguel Santiago's upbringing and life of service</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(2) > 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) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) > span:nth-child(2)" }, "excerpt": "<span style=\"color:rgb(255, 255, 255);\" class=\"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(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">DELIVERING FOR AD54</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(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"color:#0D509D;\" class=\"wixui-rich-text__text\">Learn more about how Assembly Member Santiago is delivering 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(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) > span:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span style=\"color:rgb(13, 80, 157);\" class=\"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(2) > 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) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">DELIVERING FOR AD54</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > 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) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:open sans,sans-serif;\" class=\"wixui-rich-text__text\">Assembly Member Santiago has secured hundreds of millions of dollars for critical projects in our community</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > 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) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:400;\" class=\"wixui-rich-text__text\">Los Angeles River Restoration</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:400;\" class=\"wixui-rich-text__text\">Homelessness & Affordable Housing</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:400;\" class=\"wixui-rich-text__text\">Latino Arts Theater</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:400;\" class=\"wixui-rich-text__text\">Environmental Justice</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:400;\" class=\"wixui-rich-text__text\">Sixth Street Viaduct Replacement Project</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(10) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:400;\" class=\"wixui-rich-text__text\">Fighting Human Trafficking</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(11) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:400;\" class=\"wixui-rich-text__text\">Korean American National Museum</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(13) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:400;\" class=\"wixui-rich-text__text\">Free College</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(2) > 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) > div:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_11 wixui-rich-text__text\">MIGUEL IN THE NEWS</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(2) > 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) > div:nth-child(8) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_23 wixui-rich-text__text\">January 19, 2020</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(2) > 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) > div:nth-child(8) > h5:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">NIMBYs beware: California could make it harder to block homeless and affordable housing</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(2) > 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) > div:nth-child(8) > h5:nth-child(3) > 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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > p:nth-child(4)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">Santiago is also right to go further. If California really wants to slow the growing number of homeless residents, th ... ack of affordable housing. One in three households statewide now spend more than half their income on rent, leaving many families one rent increase or missed paycheck away from losing their homes.</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(2) > 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) > div:nth-child(8) > p:nth-child(5) > 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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > p:nth-child(6)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">Building more subsidized housing that’s reserved for low-income residents can help get people off the street and help ... ions of dollars to develop more affordable housing. But the state would make better use of those taxpayer dollars if it made sure the projects weren’t held up by needless bureaucracy or chicanery.</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(2) > 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) > div:nth-child(10) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_23 wixui-rich-text__text\">January 09, 2018</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(2) > 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) > div:nth-child(10) > h5:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">California state lawmakers to ask for additional $10M to help immigrants from El Salvador</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(2) > 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) > div:nth-child(10) > h5:nth-child(3) > 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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > p:nth-child(4)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">Assembly members Miguel Santiago and Wendy Carrillo are planning to ask that an additional $10 million be put toward a state legal defense fund, the Los Angeles Times reported.</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(2) > 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) > div:nth-child(10) > p:nth-child(5) > 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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > p:nth-child(6)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">The money — which the two lawmakers plan to request this week through legislation — would go toward assisting Salvadorans covered by Temporary Protected Status (TPS) to find other means of legally staying in the U.S. </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(2) > 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) > div:nth-child(11) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_23 wixui-rich-text__text\">January 20, 2020</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(2) > 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) > div:nth-child(11) > h5:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">Free tuition at California public colleges helped the state prosper. There’s no reason it can’t again</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(2) > 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) > div:nth-child(11) > h5:nth-child(3) > 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(2) > 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) > div:nth-child(11) > p:nth-child(4) > span:nth-child(1)" }, "excerpt": "<span class=\"wixui-rich-text__text\">Assemblyman Miguel Santiago (D-Los Angeles), who spearheaded the legislation to provide community college fee waivers, has just introduced a bill, AB 1862, to offer two tuition-free years at CSU for community college transfers.</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(2) > 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) > div:nth-child(11) > p:nth-child(5) > span:nth-child(1)" }, "excerpt": "<span class=\"wixui-rich-text__text\">To be eligible for free tuition, a transfer would need to have obtained a community college degree and taken 18 units toward a major.</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(2) > 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) > div:nth-child(11) > p:nth-child(7) > span:nth-child(1)" }, "excerpt": "<span class=\"wixui-rich-text__text\">“These students are absolutely prepared to be successful,” Santiago told me. “They should be able to get a [CSU] degree in two years. ... They have to make a commitment. They can’t be goofing around.”</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(2) > 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) > div:nth-child(11) > p:nth-child(9) > span:nth-child(1)" }, "excerpt": "<span class=\"wixui-rich-text__text\">A bill blurb reads that the measure “will encourage and incentivize more students to enroll in four-year institutions following community college, help more students graduate with less debt and will grow the number of workers with undergraduate degrees needed to compete in the global economy.”</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(2) > 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) > div:nth-child(11) > p:nth-child(10) > span:nth-child(1)" }, "excerpt": "<span class=\"wixui-rich-text__text\">Why didn’t he include UC in his bill? Because most community college graduates transfer to CSU, Santiago said. “This is a starting point.”</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(2) > 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) > div:nth-child(11) > p:nth-child(12) > span:nth-child(1)" }, "excerpt": "<span class=\"wixui-rich-text__text\">Santiago, 46, attended Moorpark College, then transferred to UCLA for his bachelor’s degree. He served on the L.A. Community College District board before being elected to the Assembly in 2014.</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\":630,\"renderTimeStamp\":1687072651060} 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-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(2) > 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(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"j7pOnl\"></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(2) > 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) > 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.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"j7pOnl\"></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(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"j7pOnl\"></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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" 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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" 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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" 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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" 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": "hxvvul16itemsContainer", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"EmtNhK\" id=\"hxvvul16itemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\"><li id=\"hxvvul160\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem-kdyw8utz\" ... lement\" href=\"https://www.santiagoforassembly.com\" target=\"_self\" class=\"ppRL_Y\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div: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": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2)" }, "excerpt": "<ul aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"\" tabindex=\"-1\" _selector=\"html > body:nth-chi ... 2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">MEET MIGUEL</a></li><li><a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/about-the-54th\" target=\"_self\" class=\"\" tabinde …" }, { "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(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2)" }, "excerpt": "<ul aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"\" tabindex=\"-1\" _selector=\"html > body:nth ... ild(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">DELIVERING FOR YOU</a></li><li><a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/in-the-news\" target=\"_self\" class=\"\" …" }, { "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": "hxvvul16moreContainer", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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=\"hxvvul16moreContainer\"></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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1)" }, "excerpt": "<ul class=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"i01nlx-hxxcciz7\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_ ... h-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"i01nlx-hxxcciz7","disp …" }, { "ruleID": "QW-WCAG-T19", "what": "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.", "ordinalSeverity": 2, "tagName": "FORM", "id": "comp-jxboo05o", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1)" }, "excerpt": "<form id=\"comp-jxboo05o\" class=\"JVi7i2 comp-jxboo05o wixui-form\">SubmitThanks for submitting!</form>" }, { "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(2) > 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) > 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/a37828_9390477ae03f4cdf9081d06e167791b4~mv2.jpg/v1/fill/w_1366,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/a37828_9390477ae03f4cdf9081d06e167791b4~mv2.jpg\" alt=\"IMG_0261.JPG\" style=\"width: 1366px; height: 712px; object-fit: cover; object-position: 50% 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(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > 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/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_296,h_125,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg\" alt=\"13955560328_6d ... 1x, https://static.wixstatic.com/media/a37828_8c17059a7b114fcbbace2d815ba0c9dd~mv2.jpg/v1/fill/w_592,h_250,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/13955560328_6d545ba579_o.jpg 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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/LA%20River%20Restorati ... tatic.com/media/a37828_d6e261efd0d24ab0bd5447e2ab26bb64~mv2.jpg/v1/crop/x_267,y_0,w_907,h_907/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/LA%20River%20Restoration.jpg\" 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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Latino%20Theater.jpg\" ... tic.wixstatic.com/media/a37828_3ed2d429e9d247379d93cea315344ab3~mv2.jpg/v1/crop/x_107,y_0,w_637,h_637/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Latino%20Theater.jpg\" 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": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/a37828_9d73443d507348ad8bad3a73d0c53e5c~mv2.jpg/v1/crop/x_807,y_0,w_2468,h_2468/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Sixth%20Street%20Via ... 3443d507348ad8bad3a73d0c53e5c~mv2.jpg/v1/crop/x_807,y_0,w_2468,h_2468/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Sixth%20Street%20Viaduct%20Replacement%20Project.jpg\" 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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/a37828_f217af31e9094868aa3a43cfb54d7f89~mv2.jpeg/v1/crop/x_200,y_0,w_800,h_800/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Korean%20American%20N ... /a37828_f217af31e9094868aa3a43cfb54d7f89~mv2.jpeg/v1/crop/x_200,y_0,w_800,h_800/fill/w_220,h_220,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Korean%20American%20National%20Museum.jpeg\" 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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/a37828_2cfd608d967b4c20970bf55622de09d8~mv2.png/v1/crop/x_64,y_0,w_552,h_553/fill/w_52,h_52,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Photo%204.png\" alt=\"Photo 4.png\" style=\"width: 220px; height: 220px; 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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/a37828_a4f592a47854453db4872d9eb9100180~mv2.jpeg/v1/crop/x_140,y_0,w_560,h_560/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Exide%20cleanup.jpeg\" alt=\"Exide cleanup.jpeg\" style=\"width: 220px; height: 220px; 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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/a37828_b7ec33c095924bd8bb236c755f381359~mv2.jpg/v1/crop/x_104,y_0,w_623,h_623/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Human%20Trafficking.jpg\" alt=\"Human Trafficking.jpg\" style=\"width: 220px; height: 220px; 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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/a37828_a43acc8ed0094475a9ede1758b00274a~mv2.jpg/v1/crop/x_408,y_0,w_2448,h_2448/fill/w_52,h_52,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/43084377650_d7052ffdf7_o.jpg\" alt=\"43084377650_d7052ffdf7_o.jpg\" style=\"width: 220px; height: 220px; 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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Instagram\" style=\"width: 35px; height: 35px; 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\":630,\"renderTimeStamp\":1687072651060} 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(2) > 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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\"> JOIN THE CAMPAIGN TODAY! </h5>" }, { "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(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:right; font-size:15px;\">Thanks for submitting!</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">VOLUNTEER</h5>" }, { "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(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\">Click here to get more involved in Assembly Member Santiago's re-election!</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">MEET MIGUEL</h5>" }, { "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(2) > 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) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\">Learn more about Assembly Member Miguel Santiago's upbringing and life of service.</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; line-height:normal; font-size:21px;\">DELIVERING FOR AD54</h5>" }, { "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(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"text-align:center; line-height:normal; font-size:15px;\">Learn more about how Assembly Member Santiago is delivering for you.</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:21px;\">DELIVERING FOR AD54</h5>" }, { "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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:22px; text-align:center;\">Assembly Member Santiago has secured hundreds of millions of dollars for critical projects in our community</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > 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)" }, "excerpt": "<span style=\"font-size:22px;\" class=\"wixui-rich-text__text\">Assembly Member Santiago has secured hundreds of millions of dollars for critical projects in our community</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > 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:18px; text-align:center;\">Los Angeles River Restoration</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">Los Angeles River Restoration</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">Homelessness & Affordable Housing</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">Homelessness & Affordable Housing</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">Latino Arts Theater</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">Latino Arts Theater</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">Environmental Justice</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">Environmental Justice</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">Sixth Street Viaduct Replacement Project</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">Sixth Street Viaduct Replacement Project</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(10) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">Fighting Human Trafficking</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(10) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">Fighting Human Trafficking</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(11) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">Korean American National Museum</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(11) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">Korean American National Museum</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(13) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">Free College</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(2) > 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(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(13) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">Free College</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">MIGUEL IN THE NEWS</h5>" }, { "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(2) > 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) > div:nth-child(8) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\">January 19, 2020</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > h5:nth-child(2)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\">NIMBYs beware: California could make it harder to block homeless and affordable housing</h5>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > h5:nth-child(3)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\"></h5>" }, { "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(2) > 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) > div:nth-child(8) > p:nth-child(4)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">Santiago is also right to go further. If California really wants to slow the growing number of homeless residents, th ... ack of affordable housing. One in three households statewide now spend more than half their income on rent, leaving many families one rent increase or missed paycheck away from losing their homes.</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(2) > 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) > div:nth-child(8) > p:nth-child(5)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"></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(2) > 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) > div:nth-child(8) > p:nth-child(6)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">Building more subsidized housing that’s reserved for low-income residents can help get people off the street and help ... ions of dollars to develop more affordable housing. But the state would make better use of those taxpayer dollars if it made sure the projects weren’t held up by needless bureaucracy or chicanery.</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(2) > 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) > div:nth-child(10) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\">January 09, 2018</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > h5:nth-child(2)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\">California state lawmakers to ask for additional $10M to help immigrants from El Salvador</h5>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > h5:nth-child(3)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\"></h5>" }, { "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(2) > 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) > div:nth-child(10) > p:nth-child(4)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">Assembly members Miguel Santiago and Wendy Carrillo are planning to ask that an additional $10 million be put toward a state legal defense fund, the Los Angeles Times reported.</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(2) > 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) > div:nth-child(10) > p:nth-child(5)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"></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(2) > 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) > div:nth-child(10) > p:nth-child(6)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">The money — which the two lawmakers plan to request this week through legislation — would go toward assisting Salvadorans covered by Temporary Protected Status (TPS) to find other means of legally staying in the U.S. </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(2) > 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) > div:nth-child(11) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\">January 20, 2020</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > h5:nth-child(2)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\">Free tuition at California public colleges helped the state prosper. There’s no reason it can’t again</h5>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > h5:nth-child(3)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\"></h5>" }, { "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(2) > 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) > div:nth-child(11) > p:nth-child(4)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">Assemblyman Miguel Santiago (D-Los Angeles), who spearheaded the legislation to provide community college fee waivers, has just introduced a bill, AB 1862, to offer two tuition-free years at CSU for community college transfers. </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(2) > 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) > div:nth-child(11) > p:nth-child(5)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">To be eligible for free tuition, a transfer would need to have obtained a community college degree and taken 18 units toward a major.</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(2) > 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) > div:nth-child(11) > p:nth-child(6)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> </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(2) > 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) > div:nth-child(11) > p:nth-child(7)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">“These students are absolutely prepared to be successful,” Santiago told me. “They should be able to get a [CSU] degree in two years. ... They have to make a commitment. They can’t be goofing around.”</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(2) > 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) > div:nth-child(11) > p:nth-child(8)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> </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(2) > 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) > div:nth-child(11) > p:nth-child(9)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">A bill blurb reads that the measure “will encourage and incentivize more students to enroll in four-year institutions following community college, help more students graduate with less debt and will grow the number of workers with undergraduate degrees needed to compete in the global economy.” </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(2) > 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) > div:nth-child(11) > p:nth-child(10)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">Why didn’t he include UC in his bill? Because most community college graduates transfer to CSU, Santiago said. “This is a starting point.”</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(2) > 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) > div:nth-child(11) > p:nth-child(11)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\"> </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(2) > 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) > div:nth-child(11) > p:nth-child(12)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:15px;\">Santiago, 46, attended Moorpark College, then transferred to UCLA for his bachelor’s degree. He served on the L.A. Community College District board before being elected to the Assembly in 2014.</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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"text-align:center; font-size:16px;\">FOLLOW MIGUEL: </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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\">12501 Imperial Hwy Ste 200 Norwalk, CA 90650</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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">12501 Imperial Hwy Ste 200 Norwalk, CA 90650</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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\">(213) 489-4792</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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">(213) 489-4792</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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\">Paid for by Santiago for Assembly 2022</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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">Paid for by Santiago for Assembly 2022</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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.7em; text-align:center;\">FPPC # 1435164</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(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">FPPC # 1435164</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(2) > 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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"\" tabindex=\"-1\">MEET MIGUEL</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/about-the-54th\" target=\"_self\" class=\"\" tabindex=\"-1\">ABOUT THE 54th DISTRICT</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"\" tabindex=\"-1\">DELIVERING FOR YOU</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/in-the-news\" target=\"_self\" class=\"\" tabindex=\"-1\">IN THE NEWS</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "hxvvul16navContainer-hiddenA11ySubMenuIndication", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div style=\"display:none\" id=\"hxvvul16navContainer-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(2) > 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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\"> JOIN THE CAMPAIGN TODAY! </h5>" }, { "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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">VOLUNTEER</h5>" }, { "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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">MEET MIGUEL</h5>" }, { "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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h5:nth-child(1)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; line-height:normal; font-size:21px;\">DELIVERING FOR AD54</h5>" }, { "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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:21px;\">DELIVERING FOR AD54</h5>" }, { "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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"text-align:center; font-size:21px;\">MIGUEL IN THE NEWS</h5>" }, { "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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > h5:nth-child(2)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\">NIMBYs beware: California could make it harder to block homeless and affordable housing</h5>" }, { "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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(8) > h5:nth-child(3)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\"></h5>" }, { "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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > h5:nth-child(2)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\">California state lawmakers to ask for additional $10M to help immigrants from El Salvador</h5>" }, { "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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(10) > h5:nth-child(3)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\"></h5>" }, { "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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > h5:nth-child(2)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\">Free tuition at California public colleges helped the state prosper. There’s no reason it can’t again</h5>" }, { "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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(11) > h5:nth-child(3)" }, "excerpt": "<h5 class=\"font_5 wixui-rich-text__text\" style=\"font-size:21px;\"></h5>" } ] }, "endTime": 1687109130466 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687109130467, "url": "https://www.santiagoforassembly.com/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.096", "responseTime": "2023-06-18T17:25:29.912Z", "data": { "apiErrors": [], "documentSize": 1320165, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 172, "failing": 8 }, "issues": { "totalErrors": 22, "totalWarnings": 3, "totalIssues": 25 }, "issuesByLevel": { "A": { "count": 15, "pct": 60 }, "AA": { "count": 7, "pct": 28 }, "AAA": { "count": 25, "pct": 100 } }, "density": { "errorDensity": 2, "warningDensity": 0, "allDensity": 2 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "6a288dfc-5357-410c-966e-777dc5fa5098", "docID": "da68c883-dab8-4634-83ef-335449307afa", "sourceHash": "1c098fcc1a6d94145af9100307bd78c6", "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=6a288dfc-5357-410c-966e-777dc5fa5098", "resultSet": [ { "tID": 28, "bpID": 3, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "The layout or sizing of this page causes horizontal scrolling.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid layouts that result in horizontal scroll", "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 768 }, "height": 768, "width": 1024 }, "position": { "line": 12428, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":630,\"renderTimeStamp\":1687072651060}\n</script> <script sty", "xpath": "/html/body", "issueID": "97fb043b2bf95bd28900bb8d38c8fd16", "signature": "c09999db42f6ac75e657a318df0f6b99", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=97fb043b2bf95bd28900bb8d38c8fd16" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 67, "y": 66 }, "height": 66, "width": 67 }, "position": { "line": 10393, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"j7pOnl\"><wow-image id=\"img_hy5hzw1o\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{&quot;containerId&quot;:&quot;hy5hzw1o&quot;,", "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]/div[1]/div[2]/div[1]/div[1]/a[1]", "issueID": "f626300f4e12dab4137a3bae530c367b", "signature": "3087fd15053b2fdfc132b6e7846a2d9e", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=f626300f4e12dab4137a3bae530c367b" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 67, "y": 66 }, "height": 66, "width": 67 }, "position": { "line": 10393, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"j7pOnl\"><wow-image id=\"img_hy4dras1\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{&quot;containerId&quot;:&quot;hy4dras1&quot;,&", "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]/div[2]/div[2]/div[1]/div[1]/a[1]", "issueID": "1057ed204c15fb90c36c10d44b881a05", "signature": "0893e6a337f48451717bdc18b057ffd0", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=1057ed204c15fb90c36c10d44b881a05" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 67, "y": 66 }, "height": 66, "width": 67 }, "position": { "line": 10393, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"j7pOnl\"><wow-image id=\"img_hy4dras2_1\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{&quot;containerId&quot;:&quot;hy4dras2_1&", "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]/div[3]/div[2]/div[1]/div[1]/a[1]", "issueID": "4a8a5e0787cd05d1e1cee3af1d528695", "signature": "04b38921808be6e6bb414453f90a25cf", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=4a8a5e0787cd05d1e1cee3af1d528695" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 35, "y": 35 }, "height": 35, "width": 35 }, "position": { "line": 10423, "column": 1090 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]", "issueID": "557f0568ddc7882821f7fc69e5d35c7c", "signature": "5d97a5432846e8d7fb8f9afc0938c209", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=557f0568ddc7882821f7fc69e5d35c7c" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 58, "y": 0 }, "bottom-right": { "x": 93, "y": 35 }, "height": 35, "width": 35 }, "position": { "line": 10441, "column": 79 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;i122l2", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]", "issueID": "5ab72f2d4edeaf17b066d6348dfb0d3b", "signature": "b05624f81152b9a251b6abbcf713be8e", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=5ab72f2d4edeaf17b066d6348dfb0d3b" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 174, "y": 0 }, "bottom-right": { "x": 209, "y": 35 }, "height": 35, "width": 35 }, "position": { "line": 11428, "column": 5796 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_3_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&am", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]", "issueID": "8f56a2bfda68be682c5c194ff53a17f3", "signature": "6a3ec9189d1a98227a7ef814b524168a", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=8f56a2bfda68be682c5c194ff53a17f3" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 232, "y": 0 }, "bottom-right": { "x": 267, "y": 35 }, "height": 35, "width": 35 }, "position": { "line": 11433, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_4_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]", "issueID": "3dc2afefe7ae50913d913b34309af833", "signature": "97c4474c77bc565792081cc66799fbf4", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=3dc2afefe7ae50913d913b34309af833" }, { "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": 12428, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":630,\"renderTimeStamp\":1687072651060}\n</script> <script sty", "xpath": "/html/body", "issueID": "f73ada41030f582caa8a608f7f2674b2", "signature": "68f848fb23711b021d6fce1a9cb38abb", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=f73ada41030f582caa8a608f7f2674b2" }, { "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": 12428, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":630,\"renderTimeStamp\":1687072651060}\n</script> <script sty", "xpath": "/html/body", "issueID": "cfacdfdc80a4260910e55c8e03b7085c", "signature": "f162913d6e254cc3ab3f531d642e4efe", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=cfacdfdc80a4260910e55c8e03b7085c" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 35, "y": 35 }, "height": 35, "width": 35 }, "position": { "line": 10423, "column": 1090 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]", "issueID": "de730d4d044a3f592385bb72dd6bb351", "signature": "d3cacb724d1142e0eb9972c21a3053ff", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=de730d4d044a3f592385bb72dd6bb351" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 58, "y": 0 }, "bottom-right": { "x": 93, "y": 35 }, "height": 35, "width": 35 }, "position": { "line": 10441, "column": 79 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;i122l2", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]", "issueID": "66db5bd58f1ddffb749eba595fa4b81e", "signature": "863bdd551c5483a2773d49ec33269cf6", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=66db5bd58f1ddffb749eba595fa4b81e" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 174, "y": 0 }, "bottom-right": { "x": 209, "y": 35 }, "height": 35, "width": 35 }, "position": { "line": 11428, "column": 5796 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_3_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&am", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]", "issueID": "12b3c14dd696e5c3b7894d01ffedc3f7", "signature": "4bb1b87013209ad5d784c0dbecd19674", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=12b3c14dd696e5c3b7894d01ffedc3f7" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 232, "y": 0 }, "bottom-right": { "x": 267, "y": 35 }, "height": 35, "width": 35 }, "position": { "line": 11433, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_4_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]", "issueID": "7f3c4957c304b57c735e54f6720bcbcb", "signature": "76fb8ee1e3bdd33f5c028a1651e9acd1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7f3c4957c304b57c735e54f6720bcbcb" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 538, "y": 0 }, "bottom-right": { "x": 717, "y": 67 }, "height": 67, "width": 179 }, "position": { "line": 6932, "column": 3 }, "errorSnippet": "<li id=\"hxvvul163\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataItem-kdyw8uug1\" data-state=\"menu false header\" data-index=\"3\" class=\"eQSURm wixui-dropdown-menu__item D5Vkxr\" data-original-gap-between-text-and-btn=\"11\" aria-hidden=", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]", "issueID": "0accc2454aef67add4d71bd91fa5bfa6", "signature": "14040d44029a1fb07c01621962ef37f0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0accc2454aef67add4d71bd91fa5bfa6" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 108.734, "y": 22 }, "height": 22, "width": 108.734 }, "position": { "line": 14086, "column": 0 }, "errorSnippet": "<ul aria-hidden=\"true\" style=\"display: none;\"><li><a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"\" tabindex=\"-1\">DELIVERING FOR YOU</a></li><li><a data-", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/ul[1]", "issueID": "0c6df2f772f3c4998528fe5eec499b4f", "signature": "d4dc1734aaba345ca3728fc3de6cfd88", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0c6df2f772f3c4998528fe5eec499b4f" }, { "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": 12428, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":630,\"renderTimeStamp\":1687072651060}\n</script> <script sty", "xpath": "/html/body", "issueID": "daa1bb15a480b1068585d31707cbf50f", "signature": "7f9051cbb9f7b426b6a8648e30d73f6d", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=daa1bb15a480b1068585d31707cbf50f" }, { "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": 82, "y": 65 }, "height": 65, "width": 82 }, "position": { "line": 10393, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/MiguelSantiago/\" target=\"_blank\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">DONATE</span></a>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[1]", "issueID": "eddcc73fa12683d1efd2beb9bccbcc24", "signature": "6eb3b32d2355f02928736cfef6b81fcc", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=eddcc73fa12683d1efd2beb9bccbcc24" }, { "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": 17 }, "bottom-right": { "x": 407, "y": 88 }, "height": 71, "width": 407 }, "position": { "line": 10393, "column": 0 }, "errorSnippet": "<a href=\"https://www.latimes.com/opinion/story/2020-01-19/ceqa-exemption-affordable-housing\" target=\"_blank\" class=\"wixui-rich-text__text\"><span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">NIMBYs beware: California could make it h", "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]/div[6]/h5[1]/a[1]", "issueID": "42dbb9f155b373f8a3092c1e326dbad7", "signature": "898d8df11984b614c435cc86b5c509d7", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=42dbb9f155b373f8a3092c1e326dbad7" }, { "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": 17 }, "bottom-right": { "x": 429, "y": 88 }, "height": 71, "width": 429 }, "position": { "line": 10393, "column": 0 }, "errorSnippet": "<a href=\"https://thehill.com/business-a-lobbying/368055-california-state-lawmakers-to-ask-for-addition-10-million-to-help\" target=\"_blank\" class=\"wixui-rich-text__text\"><span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">California ", "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]/div[8]/h5[1]/a[1]", "issueID": "4a524d72bb17554202b8238cecc95400", "signature": "58e993e26ca6925a73e71592592eaf57", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4a524d72bb17554202b8238cecc95400" }, { "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": 17 }, "bottom-right": { "x": 435, "y": 88 }, "height": 71, "width": 435 }, "position": { "line": 10421, "column": 416 }, "errorSnippet": "<a href=\"https://www.latimes.com/california/story/2020-01-20/skelton-california-santiago-tuition-free-college-bill\" target=\"_blank\" class=\"wixui-rich-text__text\"><span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">Free tuition at Ca", "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]/div[9]/h5[1]/a[1]", "issueID": "118a1f05905bd5bf604437105dc8cda6", "signature": "05000015e2be8aa0007d08e141881b57", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=118a1f05905bd5bf604437105dc8cda6" }, { "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": 35, "y": 35 }, "height": 35, "width": 35 }, "position": { "line": 10423, "column": 1090 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]", "issueID": "f551b6c852fa1d40e171e2f9604a13c8", "signature": "b3090fd45c85968655ebd890b50911e0", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f551b6c852fa1d40e171e2f9604a13c8" }, { "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": 58, "y": 0 }, "bottom-right": { "x": 93, "y": 35 }, "height": 35, "width": 35 }, "position": { "line": 10441, "column": 79 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;i122l2", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]", "issueID": "5b2edc09ef2ac9a56cc48ad93b26e98c", "signature": "221f3419e9be842aec820ddae8c5a865", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5b2edc09ef2ac9a56cc48ad93b26e98c" }, { "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": 174, "y": 0 }, "bottom-right": { "x": 209, "y": 35 }, "height": 35, "width": 35 }, "position": { "line": 11428, "column": 5796 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_3_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&am", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]", "issueID": "d70e0e15c032f222683936f896b1dbb8", "signature": "553c77d6bdb13aa625a843cc0f88475a", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d70e0e15c032f222683936f896b1dbb8" }, { "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": 232, "y": 0 }, "bottom-right": { "x": 267, "y": 35 }, "height": 35, "width": 35 }, "position": { "line": 11433, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_4_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]", "issueID": "0885ac6c67785c7b4cbf0f302eb2a7df", "signature": "d44f99a375323b60296af6c0f9df48fb", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0885ac6c67785c7b4cbf0f302eb2a7df" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 4, 21 ], "instances": [ { "ruleID": "28", "what": "The layout or sizing of this page causes horizontal scrolling.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"\"> <script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":630,\"renderTimeStamp\":1687072651060} </script> <script sty" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "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]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" class=\"j7pOnl\"><wow-image id=\"img_hy5hzw1o\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{&quot;containerId&quot;:&quot;hy5hzw1o&quot;," }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "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]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" class=\"j7pOnl\"><wow-image id=\"img_hy4dras1\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{&quot;containerId&quot;:&quot;hy4dras1&quot;,&" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "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]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"j7pOnl\"><wow-image id=\"img_hy4dras2_1\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{&quot;containerId&quot;:&quot;hy4dras2_1&" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;i122l2" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_3_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&am" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_4_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&" }, { "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\":630,\"renderTimeStamp\":1687072651060} </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\":630,\"renderTimeStamp\":1687072651060} </script> <script sty" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;i122l2" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_3_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&am" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_4_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "LI", "id": "hxvvul163", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]" }, "excerpt": "<li id=\"hxvvul163\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataItem-kdyw8uug1\" data-state=\"menu false header\" data-index=\"3\" class=\"eQSURm wixui-dropdown-menu__item D5Vkxr\" data-original-gap-between-text-and-btn=\"11\" aria-hidden=" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/ul[1]" }, "excerpt": "<ul aria-hidden=\"true\" style=\"display: none;\"><li><a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_self\" class=\"\" tabindex=\"-1\">DELIVERING FOR YOU</a></li><li><a data-" }, { "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\":630,\"renderTimeStamp\":1687072651060} </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[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/MiguelSantiago/\" target=\"_blank\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">DONATE</span></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[6]/h5[1]/a[1]" }, "excerpt": "<a href=\"https://www.latimes.com/opinion/story/2020-01-19/ceqa-exemption-affordable-housing\" target=\"_blank\" class=\"wixui-rich-text__text\"><span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">NIMBYs beware: California could make it h" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[8]/h5[1]/a[1]" }, "excerpt": "<a href=\"https://thehill.com/business-a-lobbying/368055-california-state-lawmakers-to-ask-for-addition-10-million-to-help\" target=\"_blank\" class=\"wixui-rich-text__text\"><span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">California " }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[9]/h5[1]/a[1]" }, "excerpt": "<a href=\"https://www.latimes.com/california/story/2020-01-20/skelton-california-santiago-tuition-free-college-bill\" target=\"_blank\" class=\"wixui-rich-text__text\"><span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">Free tuition at Ca" }, { "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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-1685882151741283/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot" }, { "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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;i122l2" }, { "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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_3_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&am" }, { "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[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_4_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&" } ] }, "endTime": 1687109131021 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687109131021, "url": "https://www.santiagoforassembly.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": 1, "items": [ [ "email", "", "Email; #input_comp-jxboo05x" ] ] }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email; #input_comp-jxboo05x" } ] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 366 }, "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": 20, "tabFocused": 7, "discrepancy": -13 }, "totals": [ 0, 0, 13, 0 ], "standardInstances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 13, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 20, "types": { "missing": { "total": 20, "tagNames": { "A": 15, "DIV": 2, "INPUT": 2, "BUTTON": 1 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 0, "meanDelay": 0, "tagNames": {} } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "HOME" }, { "tagName": "DIV", "id": "", "text": "ABOUT" }, { "tagName": "A", "id": "", "text": "ENDORSEMENTS" }, { "tagName": "DIV", "id": "", "text": "ACCOMPLISHMENTS" }, { "tagName": "A", "id": "", "text": "GET INVOLVED" }, { "tagName": "A", "id": "", "text": "DONATE" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com\" target=\"_self\" class=\"j7pOnl" }, { "tagName": "INPUT", "id": "input_comp-jxboo05s", "text": "<input type=\"text\" name=\"name\" id=\"input_comp-jxboo05s\" class=\"KvoMHf has-custom-focus wixui-text-in" }, { "tagName": "INPUT", "id": "input_comp-jxboo05x", "text": "<input type=\"email\" name=\"email\" id=\"input_comp-jxboo05x\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "tagName": "BUTTON", "id": "", "text": "Submit" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" " }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" c" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_sel" }, { "tagName": "A", "id": "", "text": "NIMBYs beware: California could make it harder to block homeless and affordable housing" }, { "tagName": "A", "id": "", "text": "California state lawmakers to ask for additional $10M to help immigrants from El Salvador" }, { "tagName": "A", "id": "", "text": "Free tuition at California public colleges helped the state prosper. There’s no reason it can’t agai" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-16858821517" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel" } ], "nonoutline": [], "outline": [] } }, "totals": [ 0, 0, 0, 20 ], "standardInstances": [ { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABOUT" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ACCOMPLISHMENTS" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "GET INVOLVED" }, { "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.santiagoforassembly.com\" target=\"_self\" class=\"j7pOnl" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "input_comp-jxboo05s", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"name\" id=\"input_comp-jxboo05s\" class=\"KvoMHf has-custom-focus wixui-text-in" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "input_comp-jxboo05x", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-jxboo05x\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Submit" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" " }, { "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.santiagoforassembly.com/meet-miguel\" target=\"_self\" c" }, { "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.santiagoforassembly.com/accomplishments\" target=\"_sel" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NIMBYs beware: California could make it harder to block homeless and affordable housing" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California state lawmakers to ask for additional $10M to help immigrants from El Salvador" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Free tuition at California public colleges helped the state prosper. There’s no reason it can’t agai" }, { "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.facebook.com/Miguel-Santiago-For-Assembly-16858821517" }, { "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://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer" }, { "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.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=" }, { "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.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 45, "types": { "onlyFocusable": { "total": 3, "tagNames": { "DIV": 3 } }, "onlyOperable": { "total": 24, "tagNames": { "LI": 6, "A": 4, "SPAN": 2, "DIV": 12 } }, "focusableAndOperable": { "total": 18, "tagNames": { "A": 15, "INPUT": 2, "BUTTON": 1 } } } }, "items": { "onlyFocusable": [ { "tagName": "DIV", "id": "", "text": "ABOUT" }, { "tagName": "DIV", "id": "", "text": "ACCOMPLISHMENTS" }, { "tagName": "DIV", "id": "", "text": "More" } ], "onlyOperable": [ { "tagName": "LI", "id": "hxvvul160", "text": "HOME", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "hxvvul161", "text": "ABOUTMEET MIGUELABOUT THE 54th DISTRICT", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "MEET MIGUEL", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "ABOUT THE 54th DISTRICT", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "LI", "id": "hxvvul162", "text": "ENDORSEMENTS", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "hxvvul163", "text": "ACCOMPLISHMENTSDELIVERING FOR YOUIN THE NEWS", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "DELIVERING FOR YOU", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "IN THE NEWS", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "LI", "id": "hxvvul164", "text": "GET INVOLVED", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "hxvvul16__more__", "text": "More", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "DONATE", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-k5y1olwn", "text": "<div id=\"comp-k5y1olwn\" class=\"MazNVa comp-k5y1olwn wixui-image rYiAuL\" style=\"cursor: default;\"><a ", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "Submit", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "hy5hzw1o", "text": "<div id=\"hy5hzw1o\" class=\"MazNVa hy5hzw1o wixui-image rYiAuL\" style=\"cursor: default;\"><a data-testi", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "hy4dras1", "text": "<div id=\"hy4dras1\" class=\"MazNVa hy4dras1 wixui-image rYiAuL\" style=\"cursor: default;\"><a data-testi", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "hy4dras2_1", "text": "<div id=\"hy4dras2_1\" class=\"MazNVa hy4dras2_1 wixui-image rYiAuL\" style=\"cursor: default;\"><a data-t", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-k6cuxy7z", "text": "<div id=\"comp-k6cuxy7z\" class=\"dWLwCn comp-k6cuxy7z wixui-image rYiAuL\" style=\"cursor: default;\"><di", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-k6cxfvqw", "text": "<div id=\"comp-k6cxfvqw\" class=\"dWLwCn comp-k6cxfvqw wixui-image rYiAuL\" style=\"cursor: default;\"><di", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-k6cxg2qo", "text": "<div id=\"comp-k6cxg2qo\" class=\"dWLwCn comp-k6cxg2qo wixui-image rYiAuL\" style=\"cursor: default;\"><di", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-k6cxgbk8", "text": "<div id=\"comp-k6cxgbk8\" class=\"dWLwCn comp-k6cxgbk8 wixui-image rYiAuL\" style=\"cursor: default;\"><di", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-k6cy2niy", "text": "<div id=\"comp-k6cy2niy\" class=\"dWLwCn comp-k6cy2niy wixui-image rYiAuL\" style=\"cursor: default;\"><di", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-k6cy2nln", "text": "<div id=\"comp-k6cy2nln\" class=\"dWLwCn comp-k6cy2nln wixui-image rYiAuL\" style=\"cursor: default;\"><di", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-k6cy2no8", "text": "<div id=\"comp-k6cy2no8\" class=\"dWLwCn comp-k6cy2no8 wixui-image rYiAuL\" style=\"cursor: default;\"><di", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-k6cy2nqn", "text": "<div id=\"comp-k6cy2nqn\" class=\"dWLwCn comp-k6cy2nqn wixui-image rYiAuL\" style=\"cursor: default;\"><di", "byTag": false, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "HOME", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "ENDORSEMENTS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "GET INVOLVED", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "DONATE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com\" target=\"_self\" class=\"j7pOnl", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "input_comp-jxboo05s", "text": "<input type=\"text\" name=\"name\" id=\"input_comp-jxboo05s\" class=\"KvoMHf has-custom-focus wixui-text-in", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "input_comp-jxboo05x", "text": "<input type=\"email\" name=\"email\" id=\"input_comp-jxboo05x\" class=\"KvoMHf has-custom-focus wixui-text-", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "BUTTON", "id": "", "text": "Submit", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" c", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_sel", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "NIMBYs beware: California could make it harder to block homeless and affordable housing", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "California state lawmakers to ask for additional $10M to help immigrants from El Salvador", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Free tuition at California public colleges helped the state prosper. There’s no reason it can’t agai", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-16858821517", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 3, 24 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABOUT" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ACCOMPLISHMENTS" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul160", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul161", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABOUTMEET MIGUELABOUT THE 54th DISTRICT" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEET MIGUEL" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABOUT THE 54th DISTRICT" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul162", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul163", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ACCOMPLISHMENTSDELIVERING FOR YOUIN THE NEWS" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DELIVERING FOR YOU" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IN THE NEWS" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul164", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "GET INVOLVED" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul16__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-k5y1olwn", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k5y1olwn\" class=\"MazNVa comp-k5y1olwn 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": "Submit" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "hy5hzw1o", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"hy5hzw1o\" class=\"MazNVa hy5hzw1o wixui-image rYiAuL\" style=\"cursor: default;\"><a data-testi" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "hy4dras1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"hy4dras1\" class=\"MazNVa hy4dras1 wixui-image rYiAuL\" style=\"cursor: default;\"><a data-testi" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "hy4dras2_1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"hy4dras2_1\" class=\"MazNVa hy4dras2_1 wixui-image rYiAuL\" style=\"cursor: default;\"><a data-t" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cuxy7z", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cuxy7z\" class=\"dWLwCn comp-k6cuxy7z wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cxfvqw", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cxfvqw\" class=\"dWLwCn comp-k6cxfvqw wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cxg2qo", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cxg2qo\" class=\"dWLwCn comp-k6cxg2qo wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cxgbk8", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cxgbk8\" class=\"dWLwCn comp-k6cxgbk8 wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cy2niy", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cy2niy\" class=\"dWLwCn comp-k6cy2niy wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cy2nln", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cy2nln\" class=\"dWLwCn comp-k6cy2nln wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cy2no8", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cy2no8\" class=\"dWLwCn comp-k6cy2no8 wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cy2nqn", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cy2nqn\" class=\"dWLwCn comp-k6cy2nqn wixui-image rYiAuL\" style=\"cursor: default;\"><di" } ] }, "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": 26, "triggerSample": 19, "impactTriggers": 4, "additions": 16, "removals": 17, "opacityChanges": 6, "opacityImpact": 18, "unhoverables": 0, "noCursors": 0, "badCursors": 1, "noIndicators": 0, "badIndicators": 2 }, "items": { "impactTriggers": [ { "tagName": "LI", "id": "hxvvul161", "text": "ABOUTMEET MIGUELABOUT THE 54th DISTRICT", "additions": 12, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "hxvvul162", "text": "ENDORSEMENTS", "additions": 0, "removals": 12, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "hxvvul163", "text": "ACCOMPLISHMENTSDELIVERING FOR YOUIN THE NEWS", "additions": 12, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "hxvvul164", "text": "GET INVOLVED", "additions": 0, "removals": 12, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "NIMBYs beware: California could make it harder to block homeless and affordable housing", "additions": 0, "removals": 0, "opacityChanges": 4, "opacityImpact": 12 } ], "unhoverables": [], "noCursors": [], "badCursors": [ { "tagName": "BUTTON", "id": "", "text": "Submit" } ], "noIndicators": [], "badIndicators": [ { "tagName": "LI", "id": "hxvvul160", "text": "HOME" }, { "tagName": "LI", "id": "hxvvul162", "text": "ENDORSEMENTS" }, { "tagName": "LI", "id": "hxvvul164", "text": "GET INVOLVED" } ] } }, "totals": [ 18, 22, 20, 4 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul161", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABOUTMEET MIGUELABOUT THE 54th DISTRICT" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul162", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul163", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ACCOMPLISHMENTSDELIVERING FOR YOUIN THE NEWS" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul164", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "GET INVOLVED" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NIMBYs beware: California could make it harder to block homeless and affordable housing" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Submit" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "hxvvul160", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "hxvvul162", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "hxvvul164", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "GET INVOLVED" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 3 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [ { "index": 0, "tagName": "INPUT", "type": "text", "labelType": "aria-label", "texts": { "attribute": "Name" } }, { "index": 1, "tagName": "INPUT", "type": "email", "labelType": "aria-label", "texts": { "attribute": "Email" } }, { "index": 2, "tagName": "BUTTON", "type": "submit", "texts": { "content": "Submit" } } ] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkTo": { "what": "links without destinations", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkUl": { "what": "missing underlines on inline links", "data": { "totals": { "links": 19, "adjacent": { "total": 15, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "HOME" }, { "id": "", "text": "ENDORSEMENTS" }, { "id": "", "text": "GET INVOLVED" }, { "id": "", "text": "DONATE" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com\" target=\"_self\" class=\"j7pOnl" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" " }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/meet-miguel\" target=\"_self\" c" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/accomplishments\" target=\"_sel" }, { "id": "", "text": "NIMBYs beware: California could make it harder to block homeless and affordable housing" }, { "id": "", "text": "California state lawmakers to ask for additional $10M to help immigrants from El Salvador" }, { "id": "", "text": "Free tuition at California public colleges helped the state prosper. There’s no reason it can’t agai" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/Miguel-Santiago-For-Assembly-16858821517" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel" } ] } }, "totals": [ 0, 15, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "GET INVOLVED" }, { "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.santiagoforassembly.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": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" " }, { "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.santiagoforassembly.com/meet-miguel\" target=\"_self\" c" }, { "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.santiagoforassembly.com/accomplishments\" target=\"_sel" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NIMBYs beware: California could make it harder to block homeless and affordable housing" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California state lawmakers to ask for additional $10M to help immigrants from El Salvador" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Free tuition at California public colleges helped the state prosper. There’s no reason it can’t agai" }, { "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.facebook.com/Miguel-Santiago-For-Assembly-16858821517" }, { "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://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer" }, { "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.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=" }, { "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.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel" } ] }, "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": 2, "badRoleElements": 0, "redundantRoleElements": 0, "tagNames": {} }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "styleDiff": { "what": "style inconsistencies", "data": { "mainStyles": [ "fontStyle", "fontWeight", "opacity", "textDecorationLine", "textDecorationStyle", "textDecorationThickness" ], "buttonStyles": [ "borderStyle", "borderWidth", "height", "lineHeight", "maxHeight", "maxWidth", "minHeight", "minWidth", "outlineOffset", "outlineStyle", "outlineWidth" ], "headingStyles": [ "color", "fontSize" ], "listLinkStyles": [ "color", "fontSize", "lineHeight" ], "totals": { "button": { "total": 1 }, "adjacentLink": { "total": 15 }, "listLink": { "total": 4 }, "h5": { "total": 12 } }, "items": {} }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "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": 1, "tagNames": { "DIV": 1 } }, "items": [ { "tagName": "DIV", "id": "hxvvul16dropWrapper", "text": "<div class=\"Ucn7EJ\" id=\"hxvvul16dropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false\"><ul" } ] }, "totals": [ 1, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "hxvvul16dropWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"Ucn7EJ\" id=\"hxvvul16dropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false\"><ul" } ] } }, "success": true }, "standardResult": { "totals": [ 20, 37, 37, 48 ], "instances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email; #input_comp-jxboo05x" }, { "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": 13, "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": "HOME" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABOUT" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ACCOMPLISHMENTS" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "GET INVOLVED" }, { "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.santiagoforassembly.com\" target=\"_self\" class=\"j7pOnl" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "input_comp-jxboo05s", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"name\" id=\"input_comp-jxboo05s\" class=\"KvoMHf has-custom-focus wixui-text-in" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "input_comp-jxboo05x", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-jxboo05x\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Submit" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" " }, { "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.santiagoforassembly.com/meet-miguel\" target=\"_self\" c" }, { "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.santiagoforassembly.com/accomplishments\" target=\"_sel" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NIMBYs beware: California could make it harder to block homeless and affordable housing" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California state lawmakers to ask for additional $10M to help immigrants from El Salvador" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Free tuition at California public colleges helped the state prosper. There’s no reason it can’t agai" }, { "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.facebook.com/Miguel-Santiago-For-Assembly-16858821517" }, { "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://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer" }, { "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.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=" }, { "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.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABOUT" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ACCOMPLISHMENTS" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul160", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul161", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABOUTMEET MIGUELABOUT THE 54th DISTRICT" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEET MIGUEL" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABOUT THE 54th DISTRICT" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul162", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul163", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ACCOMPLISHMENTSDELIVERING FOR YOUIN THE NEWS" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DELIVERING FOR YOU" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IN THE NEWS" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul164", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "GET INVOLVED" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul16__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-k5y1olwn", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k5y1olwn\" class=\"MazNVa comp-k5y1olwn 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": "Submit" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "hy5hzw1o", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"hy5hzw1o\" class=\"MazNVa hy5hzw1o wixui-image rYiAuL\" style=\"cursor: default;\"><a data-testi" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "hy4dras1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"hy4dras1\" class=\"MazNVa hy4dras1 wixui-image rYiAuL\" style=\"cursor: default;\"><a data-testi" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "hy4dras2_1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"hy4dras2_1\" class=\"MazNVa hy4dras2_1 wixui-image rYiAuL\" style=\"cursor: default;\"><a data-t" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cuxy7z", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cuxy7z\" class=\"dWLwCn comp-k6cuxy7z wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cxfvqw", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cxfvqw\" class=\"dWLwCn comp-k6cxfvqw wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cxg2qo", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cxg2qo\" class=\"dWLwCn comp-k6cxg2qo wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cxgbk8", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cxgbk8\" class=\"dWLwCn comp-k6cxgbk8 wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cy2niy", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cy2niy\" class=\"dWLwCn comp-k6cy2niy wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cy2nln", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cy2nln\" class=\"dWLwCn comp-k6cy2nln wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cy2no8", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cy2no8\" class=\"dWLwCn comp-k6cy2no8 wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-k6cy2nqn", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-k6cy2nqn\" class=\"dWLwCn comp-k6cy2nqn wixui-image rYiAuL\" style=\"cursor: default;\"><di" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul161", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABOUTMEET MIGUELABOUT THE 54th DISTRICT" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul162", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul163", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ACCOMPLISHMENTSDELIVERING FOR YOUIN THE NEWS" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "hxvvul164", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "GET INVOLVED" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NIMBYs beware: California could make it harder to block homeless and affordable housing" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Submit" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "hxvvul160", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "hxvvul162", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "hxvvul164", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "GET INVOLVED" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "GET INVOLVED" }, { "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.santiagoforassembly.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": "<a data-testid=\"linkElement\" href=\"https://www.santiagoforassembly.com/get-involved\" target=\"_self\" " }, { "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.santiagoforassembly.com/meet-miguel\" target=\"_self\" c" }, { "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.santiagoforassembly.com/accomplishments\" target=\"_sel" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NIMBYs beware: California could make it harder to block homeless and affordable housing" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California state lawmakers to ask for additional $10M to help immigrants from El Salvador" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Free tuition at California public colleges helped the state prosper. There’s no reason it can’t agai" }, { "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.facebook.com/Miguel-Santiago-For-Assembly-16858821517" }, { "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://twitter.com/SantiagoAD53\" target=\"_blank\" rel=\"noreferrer" }, { "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.youtube.com/channel/UCEhuYsIlM6Efl4a04GtEpmQ\" target=" }, { "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.flickr.com/photos/123146665@N06/\" target=\"_blank\" rel" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "hxvvul16dropWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"Ucn7EJ\" id=\"hxvvul16dropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false\"><ul" } ] }, "endTime": 1687109163795 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687109163795, "url": "https://www.santiagoforassembly.com/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "HOME | Miguel Santiago for Assembly", "pageurl": "https://www.santiagoforassembly.com/", "time": 2.71, "creditsremaining": 930, "allitemcount": 95, "totalelements": 518, "waveurl": "http://wave.webaim.org/report?url=https://www.santiagoforassembly.com/" }, "categories": { "error": { "description": "Errors", "count": 7, "items": { "alt_link_missing": { "id": "alt_link_missing", "description": "Linked image missing alternative text", "count": 7, "selectors": [ "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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#hy4dras0_0 > DIV:first-child + DIV > DIV:first-child > DIV#hy5hzw1o > A:first-child > WOW-IMAGE#img_hy5hzw1o > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#hy4dras0_4 > DIV:first-child + DIV > DIV:first-child > DIV#hy4dras1 > A:first-child > WOW-IMAGE#img_hy4dras1 > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#hy4dras2 > DIV:first-child + DIV > DIV:first-child > DIV#hy4dras2_1 > A:first-child > WOW-IMAGE#img_hy4dras2_1 > 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 > DIV:first-child > DIV:first-child > DIV#hxxcciz7 > UL:first-child > LI#i01nlx-hxxcciz7 > A:first-child > WOW-IMAGE#img_0_hxxcciz7 > 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 > DIV:first-child > DIV:first-child > DIV#hxxcciz7 > UL:first-child > LI#i122l2-hxxcciz7 > A:first-child > WOW-IMAGE#img_1_hxxcciz7 > 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 > DIV:first-child > DIV:first-child > DIV#hxxcciz7 > UL:first-child > LI#dataItem-k6g1za6i-hxxcciz7 > A:first-child > WOW-IMAGE#img_3_hxxcciz7 > 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 > DIV:first-child > DIV:first-child > DIV#hxxcciz7 > UL:first-child > LI#dataItem-k5sxl90h-hxxcciz7 > A:first-child > WOW-IMAGE#img_4_hxxcciz7 > 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" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 10, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 10, "selectors": [ "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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#hy4dras0_4 > DIV:first-child + DIV > DIV:first-child > DIV#hy4dras0_5 > H5:first-child > SPAN:first-child > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#hy4dras0_4 > DIV:first-child + DIV > DIV:first-child > DIV#hy4dras0_5 > H5:first-child + P > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#hy4dras0_4 > DIV:first-child + DIV > DIV:first-child > DIV#hy4dras0_5 > H5:first-child + P > SPAN:first-child + SPAN", "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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k62t9w22 > P:first-child > SPAN: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 > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#hy4drarz_1 > DIV:first-child + DIV > DIV:first-child > DIV#hy4drarz_2 > H5: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 > DIV:first-child > DIV:first-child > DIV#hxxch9ac > P: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 > DIV:first-child > DIV:first-child > DIV#comp-k5x2n3cw > 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 > DIV:first-child > DIV:first-child > DIV#comp-k5x2n3cw > P:first-child + P > 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 > DIV:first-child > DIV:first-child > DIV#comp-k5x2hhss > DIV:first-child + DIV > DIV:first-child > DIV#comp-k5x2jd9a > P: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 > DIV:first-child > DIV:first-child > DIV#comp-k5x2hhss > DIV:first-child + DIV > DIV:first-child > DIV#comp-k5x2jd9a > P:first-child + P > SPAN:first-child > SPAN:first-child" ], "contrastdata": [ [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1.1, "#f3f3f3", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", 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": 13, "items": { "alt_suspicious": { "id": "alt_suspicious", "description": "Suspicious alternative text", "count": 9, "selectors": [ "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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k5sx2y68 > DIV:first-child + DIV > DIV#comp-k5sx2ydb > DIV#bgLayers_comp-k5sx2ydb > DIV#bgMedia_comp-k5sx2ydb > WOW-IMAGE#img_comp-k5sx2ydb > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k5sx2y68 > DIV:first-child + DIV > DIV#comp-k5sx2ydb > DIV:first-child + DIV > DIV:first-child > DIV#hy4drary_0 > DIV:first-child + DIV + DIV > DIV:first-child > DIV#comp-k5y1olwn > A:first-child > WOW-IMAGE#img_comp-k5y1olwn > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k6cuxy7z > DIV:first-child > WOW-IMAGE#img_comp-k6cuxy7z > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k6cxfvqw > DIV:first-child > WOW-IMAGE#img_comp-k6cxfvqw > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k6cxgbk8 > DIV:first-child > WOW-IMAGE#img_comp-k6cxgbk8 > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k6g1u68h > DIV:first-child > DIV:first-child > DIV#comp-k6cy2niy > DIV:first-child > WOW-IMAGE#img_comp-k6cy2niy > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k6g1u68h > DIV:first-child > DIV:first-child > DIV#comp-k6cy2nln > DIV:first-child > WOW-IMAGE#img_comp-k6cy2nln > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k6g1u68h > DIV:first-child > DIV:first-child > DIV#comp-k6cy2no8 > DIV:first-child > WOW-IMAGE#img_comp-k6cy2no8 > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k6g1u68h > DIV:first-child > DIV:first-child > DIV#comp-k6cy2nqn > DIV:first-child > WOW-IMAGE#img_comp-k6cy2nqn > 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" } ] }, "text_small": { "id": "text_small", "description": "Very small text", "count": 3, "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 > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#hxvvul16 > NAV#hxvvul16navContainer > DIV#hxvvul16navContainer-hiddenA11ySubMenuIndication", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_BOTTOM > SPAN:first-child" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 13, 0, 0, 17 ], "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 > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#hy4dras0_0 > DIV:first-child + DIV > DIV:first-child > DIV#hy5hzw1o > A:first-child > WOW-IMAGE#img_hy5hzw1o > 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 > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#hy4dras0_4 > DIV:first-child + DIV > DIV:first-child > DIV#hy4dras1 > A:first-child > WOW-IMAGE#img_hy4dras1 > 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 > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#hy4dras2 > DIV:first-child + DIV > DIV:first-child > DIV#hy4dras2_1 > A:first-child > WOW-IMAGE#img_hy4dras2_1 > 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 > DIV:first-child > DIV:first-child > DIV#hxxcciz7 > UL:first-child > LI#i01nlx-hxxcciz7 > A:first-child > WOW-IMAGE#img_0_hxxcciz7 > 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 > DIV:first-child > DIV:first-child > DIV#hxxcciz7 > UL:first-child > LI#i122l2-hxxcciz7 > A:first-child > WOW-IMAGE#img_1_hxxcciz7 > 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 > DIV:first-child > DIV:first-child > DIV#hxxcciz7 > UL:first-child > LI#dataItem-k6g1za6i-hxxcciz7 > A:first-child > WOW-IMAGE#img_3_hxxcciz7 > 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 > DIV:first-child > DIV:first-child > DIV#hxxcciz7 > UL:first-child > LI#dataItem-k5sxl90h-hxxcciz7 > A:first-child > WOW-IMAGE#img_4_hxxcciz7 > IMG: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 > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#hy4dras0_4 > DIV:first-child + DIV > DIV:first-child > DIV#hy4dras0_5 > H5: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 > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#hy4dras0_4 > DIV:first-child + DIV > DIV:first-child > DIV#hy4dras0_5 > H5:first-child + P > 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 > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#hy4dras0_4 > DIV:first-child + DIV > DIV:first-child > DIV#hy4dras0_5 > H5:first-child + P > SPAN:first-child + SPAN" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k62t9w22 > P:first-child > SPAN:first-child > SPAN: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 > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#hy4drarz_1 > DIV:first-child + DIV > DIV:first-child > DIV#hy4drarz_2 > H5: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 > DIV:first-child > DIV:first-child > DIV#hxxch9ac > P: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 > DIV:first-child > DIV:first-child > DIV#comp-k5x2n3cw > 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 > DIV:first-child > DIV:first-child > DIV#comp-k5x2n3cw > P:first-child + P > 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 > DIV:first-child > DIV:first-child > DIV#comp-k5x2hhss > DIV:first-child + DIV > DIV:first-child > DIV#comp-k5x2jd9a > P: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 > DIV:first-child > DIV:first-child > DIV#comp-k5x2hhss > DIV:first-child + DIV > DIV:first-child > DIV#comp-k5x2jd9a > P:first-child + P > 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 > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k5sx2y68 > DIV:first-child + DIV > DIV#comp-k5sx2ydb > DIV#bgLayers_comp-k5sx2ydb > DIV#bgMedia_comp-k5sx2ydb > WOW-IMAGE#img_comp-k5sx2ydb > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k5sx2y68 > DIV:first-child + DIV > DIV#comp-k5sx2ydb > DIV:first-child + DIV > DIV:first-child > DIV#hy4drary_0 > DIV:first-child + DIV + DIV > DIV:first-child > DIV#comp-k5y1olwn > A:first-child > WOW-IMAGE#img_comp-k5y1olwn > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k6cuxy7z > DIV:first-child > WOW-IMAGE#img_comp-k6cuxy7z > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k6cxfvqw > DIV:first-child > WOW-IMAGE#img_comp-k6cxfvqw > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k6cxgbk8 > DIV:first-child > WOW-IMAGE#img_comp-k6cxgbk8 > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k6g1u68h > DIV:first-child > DIV:first-child > DIV#comp-k6cy2niy > DIV:first-child > WOW-IMAGE#img_comp-k6cy2niy > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k6g1u68h > DIV:first-child > DIV:first-child > DIV#comp-k6cy2nln > DIV:first-child > WOW-IMAGE#img_comp-k6cy2nln > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k6g1u68h > DIV:first-child > DIV:first-child > DIV#comp-k6cy2no8 > DIV:first-child > WOW-IMAGE#img_comp-k6cy2no8 > 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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > SECTION#comp-k62t9vta > DIV:first-child + DIV > DIV#comp-k62t9w1k > DIV:first-child + DIV > DIV:first-child > DIV#comp-k6g1u68h > DIV:first-child > DIV:first-child > DIV#comp-k6cy2nqn > DIV:first-child > WOW-IMAGE#img_comp-k6cy2nqn > 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": "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": "hxvvul16navContainer-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 > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#hxvvul16 > NAV#hxvvul16navContainer > DIV#hxvvul16navContainer-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#SCROLL_TO_BOTTOM > SPAN:first-child" }, "excerpt": "" } ] }, "endTime": 1687109166791 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD54-c", "which": "https://www.santiagoforassembly.com/", "what": "Candidate Miguel Santiago (D)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T17:24:51", "endTime": "2023-06-18T17:26:06", "elapsedSeconds": 75, "visitLatency": 6, "logCount": 5, "logSize": 300, "errorLogCount": 0, "errorLogSize": 0, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 33 ], [ "testaro", 13 ], [ "ibm", 6 ], [ "alfa", 5 ], [ "nuVal", 3 ], [ "wave", 3 ], [ "qualWeb", 2 ], [ "axe", 1 ], [ "tenon", 1 ], [ "continuum", 0 ], [ "htmlcs", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 1470, "issue": 1284, "tool": 185, "prevention": 0, "log": 1, "latency": 0 }, "details": { "severity": { "total": [ 185, 127, 221, 188 ], "byTool": { "testaro": [ 20, 37, 37, 48 ], "alfa": [ 96, 0, 0, 51 ], "axe": [ 12, 13, 2, 11 ], "continuum": [ 0, 0, 0, 14 ], "htmlcs": [ 22, 0, 0, 2 ], "ibm": [ 0, 7, 0, 10 ], "nuVal": [ 4, 0, 88, 0 ], "qualWeb": [ 18, 70, 90, 14 ], "tenon": [ 0, 0, 4, 21 ], "wave": [ 13, 0, 0, 17 ] } }, "prevention": {}, "issue": { "linkNoText": { "score": 56, "maxCount": 14, "weight": 4, "tools": { "alfa": { "r11": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 7, "texts": [ "Links have an accessible name" ] } } }, "axe": { "link-name": { "quality": 1, "what": "Link has no discernible text", "complaints": { "countTotal": 7, "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": 7, "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": 7, "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": 7, "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": 7, "texts": [ "This technique checks the text alternative of images which are the only content of a link" ] } } }, "tenon": { "57": { "quality": 1, "what": "Link has no text inside it", "complaints": { "countTotal": 7, "texts": [ "This link has no text inside it." ] } } }, "wave": { "alt_link_missing": { "quality": 1, "what": "Linked image has no text alternative", "complaints": { "countTotal": 7, "texts": [ "Linked image missing alternative text" ] } } } } }, "ariaBadAttribute": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "alfa": { "r18": { "quality": 1, "what": "ARIA state or property is not allowed for the element on which it is specified", "complaints": { "countTotal": 2, "texts": [ "aria-* states and properties are allowed" ] } } } } }, "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" ] } } } } }, "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": 84, "maxCount": 21, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 18, "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": 21, "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": 20, "texts": [ "A element has no focus indicator", "DIV element has no focus indicator", "INPUT element has no focus indicator", "BUTTON element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 40, "maxCount": 40, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 40, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "axe": { "color-contrast-enhanced": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 1, "texts": [ "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.32 (foreground color: #ffffff, background color: #cf242e, font size: 9.8pt (13px), font weight: bold). Expected contrast ratio of 7:1" ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 4, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement." ] } } } } }, "textContrastAA": { "score": 152, "maxCount": 38, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 38, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 16, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.28 (foreground color: #e31919, background color: #f3f3f3, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" ] } } }, "ibm": { "text_contrast_sufficient": { "quality": 1, "what": "Text has a contrast with its background less than the WCAG AA minimum for its size and weight", "complaints": { "countTotal": 1, "texts": [ "Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400" ] } } }, "qualWeb": { "QW-ACT-R37": { "quality": 1, "what": "Text has less than the minimum contrast", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement." ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 10, "texts": [ "Very low contrast" ] } } } } }, "leadingInsufficient": { "score": 16, "maxCount": 8, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 8, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "fontSizeAbsolute": { "score": 126, "maxCount": 63, "weight": 2, "tools": { "alfa": { "r74": { "quality": 1, "what": "Paragraph text has an absolute font size", "complaints": { "countTotal": 24, "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": 63, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "leadingAbsolute": { "score": 10, "maxCount": 5, "weight": 2, "tools": { "alfa": { "r80": { "quality": 1, "what": "Paragraph text has an absolute line height", "complaints": { "countTotal": 5, "texts": [ "Paragraphs of text do not have line heights defined in absolute units" ] } } } } }, "overflowHidden": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "alfa": { "r83": { "quality": 1, "what": "Overflow is hidden or clipped if the text is enlarged", "complaints": { "countTotal": 1, "texts": [ "Text nodes are not clipped when text is resized" ] } } } } }, "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." ] } } } } }, "hiddenContentRisk": { "score": 12, "maxCount": 12, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 12, "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." ] } } } } }, "focusableRole": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "axe": { "focus-order-semantics": { "quality": 1, "what": "Focusable element has no active role", "complaints": { "countTotal": 2, "texts": [ "Elements in the focus order should have an appropriate role; Element does not have a widget role.; Element has invalid semantics for an element in the focus order." ] } } } } }, "textAlternativeRisk": { "score": 11, "maxCount": 11, "weight": 1, "tools": { "continuum": { "234": { "quality": 1, "what": "img element has a suspicious calculated accessible name", "complaints": { "countTotal": 7, "texts": [ "This IMG has a suspicious calculated accessible name value of: img_0261.jpg", "This IMG has a suspicious calculated accessible name value of: 13955560328_6d545ba579_o.jpg", "This IMG has a suspicious calculated accessible name value of: la river restoration.jpg", "This IMG has a suspicious calculated accessible name value of: latino theater.jpg", "This IMG has a suspicious calculated accessible name value of: photo 4.png", "This IMG has a suspicious calculated accessible name value of: human trafficking.jpg", "This IMG has a suspicious calculated accessible name value of: 43084377650_d7052ffdf7_o.jpg" ] } } }, "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 11, "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": 9, "texts": [ "Suspicious alternative text" ] } } } } }, "decorativeImageRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "htmlcs": { "AAA.1_1_1.H67.2": { "quality": 1, "what": "Image marked as decorative may be informative", "complaints": { "countTotal": 4, "texts": [ "Img element is marked so that it is ignored by Assistive Technology." ] } } } } }, "contrastRisk": { "score": 10, "maxCount": 10, "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": 5, "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": 5, "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": 8, "maxCount": 8, "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": 8, "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 h5 element appears to be the primary document heading, so should be an h1 element.", "The heading structure is not logically nested. This h5 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." ] } } } } }, "roleBad": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "ibm": { "element_tabbable_role_valid": { "quality": 1, "what": "Tabbable element has a non-widget role", "complaints": { "countTotal": 2, "texts": [ "The tabbable element's role 'generic' is not a widget role" ] } } } } }, "obsolete": { "score": 15, "maxCount": 5, "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" ] } } } } }, "ariaRedundant": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "ibm": { "aria_attribute_redundant": { "quality": 1, "what": "ARIA attribute is used when there is a corresponding HTML attribute", "complaints": { "countTotal": 2, "texts": [ "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"" ] } } } } }, "attributeBad": { "score": 80, "maxCount": 20, "weight": 4, "tools": { "nuVal": { "^Attribute .+ not allowed on element .+ at this point.*$": { "quality": 1, "what": "Attribute not allowed on this element", "complaints": { "countTotal": 8, "texts": [ "Attribute position not allowed on element link 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: .+: The types are incompatible.*$": { "quality": 1, "what": "Incompatible types of CSS values", "complaints": { "countTotal": 4, "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": 6, "texts": [ "CSS: opacity: Parse Error.", "CSS: left: Parse Error.", "CSS: top: 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: .+: .+ is not a valid color 3 or 6 hexadecimals numbers.*$": { "quality": 1, "what": "Invalid hexadecimal color in CSS", "complaints": { "countTotal": 2, "texts": [ "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers." ] } }, "^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": 24, "maxCount": 6, "weight": 4, "tools": { "nuVal": { "^Element .+ not allowed as child of element .+ in this context.*$": { "quality": 1, "what": "Element has an invalid parent", "complaints": { "countTotal": 6, "texts": [ "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)" ] } } } } }, "sectionHeadingless": { "score": 2, "maxCount": 2, "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": 2, "texts": [ "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed." ] } } }, "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order" ] } } } } }, "imageNoSource": { "score": 40, "maxCount": 10, "weight": 4, "tools": { "nuVal": { "Element img is missing required attribute src.": { "quality": 1, "what": "img element has no src attribute", "complaints": { "countTotal": 10, "texts": [ "Element img is missing required attribute src." ] } } } } }, "slashParseRisk": { "score": 37, "maxCount": 37, "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": 37, "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": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-ACT-R64": { "quality": 1, "what": "Document has no heading for non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the non-repeated content contains a heading" ] } }, "QW-ACT-R75": { "quality": 1, "what": "Blocks of repeated content cannot be bypassed", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has a mechanism to bypass repeated blocks of content." ] } } } } }, "errorReferenceBad": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R41": { "quality": 1, "what": "Error message describes no invalid form field value", "complaints": { "countTotal": 2, "texts": [ "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error." ] } } } } }, "overflowHiddenRisk": { "score": 42, "maxCount": 42, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 42, "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": 10, "maxCount": 5, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T32": { "quality": 1, "what": "ol, ul or dl is not used for a list or group of links", "complaints": { "countTotal": 5, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "submitButton": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "qualWeb": { "QW-WCAG-T19": { "quality": 1, "what": "Submit button not provided", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context." ] } } } } }, "colorMissing": { "score": 28, "maxCount": 7, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 7, "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": 36, "maxCount": 12, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 12, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "horizontalScrolling": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "28": { "quality": 1, "what": "Layout or sizing of the page causes horizontal scrolling", "complaints": { "countTotal": 1, "texts": [ "The layout or sizing of this page causes horizontal scrolling." ] } } } } }, "fontSmall": { "score": 9, "maxCount": 3, "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": 3, "texts": [ "Very small text" ] } } } } }, "leadingClipsText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 1, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "targetSize": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 4, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "allCaps": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "tenon": { "153": { "quality": 1, "what": "Long string of text is in all caps", "complaints": { "countTotal": 2, "texts": [ "This long string of text is in all caps." ] } } } } }, "linkForcesNewWindow": { "score": 24, "maxCount": 8, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 8, "texts": [ "This link opens in a new window without user control." ] } } } } }, "autocompleteNone": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "autocomplete": { "quality": 1, "what": "Name or email input is missing its required autocomplete attribute", "complaints": { "countTotal": 1, "texts": [ "Input is missing the required autocomplete attribute with value email" ] } } } } }, "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": 26, "maxCount": 6.5, "weight": 4, "tools": { "testaro": { "focAll": { "quality": 0.5, "what": "Discrepancy between elements that should be and that are Tab-focusable", "complaints": { "countTotal": 13, "texts": [ "Some focusable elements are not Tab-focusable or vice versa" ] } } } } }, "focusableOperable": { "score": 81, "maxCount": 27, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 27, "texts": [ null ] } } } } }, "hoverSurprise": { "score": 18, "maxCount": 9, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 9, "texts": [ "Hovering over element has unexpected effects", "Link or button makes the hovering mouse cursor nonstandard", "List item changes when hovered over" ] } } } } }, "linkIndication": { "score": 30, "maxCount": 15, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 15, "texts": [ "Link is inline but has no underline" ] } } } } }, "zIndexNotZero": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 1, "texts": [ "DIV element has a non-default Z index" ] } } } } } } } } }