Accessibility digest
Page | Candidate Greg Wallis (R) |
---|---|
URL | https://www.gregwallis.org/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1674 |
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 Greg Wallis (R) at https://www.gregwallis.org/ to check its compliance with various rules. There were a total of about 1350 rules, classified into about 250 accessibility issues.
The results were interpreted to yield an aggregate score of 1674, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1674 | Sum of the component scores |
issue | 1499 | Severity and number of reported defects |
tool | 174 | 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 |
---|---|
cssInvalid | 222 |
textContrastAA | 148 |
focusIndication | 128 |
focusableOperable | 105 |
fontSizeAbsolute | 86 |
attributeBad | 80 |
overflowHidden | 76 |
linkIndication | 56 |
contrastAAA | 48 |
overflowHiddenRisk | 46 |
slashParseRisk | 40 |
errorReferenceBad | 40 |
noHeading | 27 |
metaBad | 24 |
parentBad | 24 |
linkForcesNewWindow | 24 |
activeEmbedding | 21 |
leadingInsufficient | 20 |
colorMissing | 20 |
hiddenContentRisk | 19 |
linkPair | 18 |
linkElementBad | 16 |
obsolete | 15 |
fontSmall | 15 |
targetSize | 15 |
leadingAbsolute | 14 |
elementClosure | 12 |
leadingClipsText | 12 |
contrastRisk | 11 |
imageTextBad | 9 |
submitButton | 9 |
pseudoHeadingRisk | 9 |
headingOfNothing | 8 |
pseudoNavList | 8 |
ariaRedundant | 7 |
textAlternativeRisk | 6 |
sectionHeadingless | 6 |
refresh | 6 |
skipRepeatedContent | 6 |
inconsistentStyles | 6 |
autocompleteNone | 5 |
sourceEmpty | 4 |
repeatedContentRisk | 3 |
horizontalScrolling | 3 |
linkVague | 3 |
pseudoParagraphRisk | 3 |
zIndexNotZero | 3 |
linkWindowSurpriseRisk | 2 |
typeRedundant | 2 |
mainNone | 2 |
linkTextsSame | 2 |
tabFocusability | 2 |
scrollRisk | 1 |
pseudoList | 1 |
visibleBulk | 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 cssInvalid
WCAG: 4.1
Score: 222
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: 18
Complaint specifics
- CSS: opacity: Parse Error.
- CSS: left: Parse Error.
- CSS: top: Parse Error.
- CSS: --alpha: Parse Error.
- CSS: --boxShadowToggleOn: 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: .+: Too many values or values are not recognized.+$
Description: Invalid CSS value or too many values
Count of instances: 22
Complaint specifics
- CSS: height: Too many values or values are not recognized.
Rule ^CSS: .+: .+ is not a .+ value.*$
Description: Invalid value in CSS
Count of instances: 4
Complaint specifics
- CSS: visibility: undefined is not a visibility value.
Rule ^CSS: .+: Unknown dimension.*$
Description: Unknown CSS dimension
Count of instances: 2
Complaint specifics
- CSS: --theme-spx-ratio: Unknown dimension.
Issue textContrastAA
WCAG: 1.4.3
Score: 148
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 37
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: 7
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 has insufficient color contrast of 2.54 (foreground color: #bd2143, background color: #112445, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 14
Complaint specifics
- Very low contrast
Issue focusIndication
WCAG: 2.4.7
Score: 128
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 21
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: 32
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: 31
Complaint specifics
- INPUT element has a non-outline focus indicator
- A element has no focus indicator
- BUTTON element has no focus indicator
Issue focusableOperable
WCAG: 2.1.1
Score: 105
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 35
Complaint specifics
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 86
Complaints by alfa
Rule r74
r74
Description: Paragraph text has an absolute font size
Count of instances: 11
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: 43
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
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 overflowHidden
WCAG: 1.4.4
Score: 76
Complaints by alfa
Rule r83
r83
Description: Overflow is hidden or clipped if the text is enlarged
Count of instances: 19
Complaint specifics
- Text nodes are not clipped when text is resized
Issue linkIndication
WCAG: 1.3.3
Score: 56
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 28
Complaint specifics
- Link is inline but has no underline
Issue contrastAAA
WCAG: 1.4.6
Score: 48
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 48
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced 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 enhanced contrast requirement.
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 46
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: 46
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 slashParseRisk
WCAG: 4.1
Score: 40
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: 40
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue errorReferenceBad
WCAG: 3.3.1
Score: 40
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 10
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 noHeading
WCAG: 1.3.1
Score: 27
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 9
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
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 activeEmbedding
WCAG: 2.5.5
Score: 21
Complaints by nuVal
Rule An element with the attribute tabindex must not appear as a descendant of the a element.
An element with the attribute tabindex must not appear as a descendant of the a element.
Description: descendant of an a element has a tabindex attribute
Count of instances: 7
Complaint specifics
- An element with the attribute tabindex must not appear as a descendant of the a element.
Issue leadingInsufficient
WCAG: 1.4.8
Score: 20
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 10
Complaint specifics
- Paragraphs of text have sufficient line height
Issue colorMissing
WCAG: 1.4.3
Score: 20
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 5
Complaint specifics
- Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.
Issue hiddenContentRisk
WCAG: 4.1
Score: 19
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 19
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 linkPair
WCAG: 2.4.4
Score: 18
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 9
Complaint specifics
- Redundant link
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 fontSmall
WCAG: 1.4
Score: 15
Complaints by tenon
Rule 134
134
Description: Text is very small
Count of instances: 1
Complaint specifics
- Very small text found.
Complaints by wave
Rule text_small
text_small
Description: Text is very small
Count of instances: 5
Complaint specifics
- Very small text
Issue targetSize
WCAG: 2.5.5
Score: 15
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 5
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue leadingAbsolute
WCAG: 1.4.12
Score: 14
Complaints by alfa
Rule r80
r80
Description: Paragraph text has an absolute line height
Count of instances: 7
Complaint specifics
- Paragraphs of text do not have line heights defined in absolute units
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 leadingClipsText
WCAG: 1.4.8
Score: 12
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 3
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue contrastRisk
WCAG: 1.4.3
Score: 11
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: 3
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: 7
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.
Rule AAA.1_4_6.G18.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 4.5:1
Count of instances: 1
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.
Issue imageTextBad
WCAG: 1.1.1
Score: 9
Complaints by alfa
Rule r39
r39
Description: Image text alternative is the filename instead
Count of instances: 3
Complaint specifics
- Image filename is accessible name for image
Issue submitButton
WCAG: 2.5.6
Score: 9
Complaints by qualWeb
Rule QW-WCAG-T19
QW-WCAG-T19
Description: Submit button not provided
Count of instances: 3
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 pseudoHeadingRisk
WCAG: 1.3.1
Score: 9
Complaints by wave
Rule heading_possible
heading_possible
Description: Possible heading
Count of instances: 9
Complaint specifics
- Possible heading
Issue headingOfNothing
WCAG: 1.3.1
Score: 8
Complaints by alfa
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 4
Complaint specifics
- Headings of same level have text content between them
Issue pseudoNavList
WCAG: 1.3.1
Score: 8
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: 4
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue ariaRedundant
WCAG: 4.1.2
Score: 7
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: 7
Complaint specifics
- The ARIA attribute "aria-required" is redundant with the HTML attribute "required"
Issue textAlternativeRisk
WCAG: 1
Score: 6
Complaints by continuum
Rule 234
234
Description: img element has a suspicious calculated accessible name
Count of instances: 4
Complaint specifics
- This IMG has a suspicious calculated accessible name value of: 4.png
- This IMG has a suspicious calculated accessible name value of: gregwallis20220447_edited.jpg
- This IMG has a suspicious calculated accessible name value of: gregwallis20220221.jpg
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 6
Complaint specifics
- This describes a failure condition for all techniques involving text alternatives. If the text in the "text alternative" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content
Complaints by wave
Rule alt_suspicious
alt_suspicious
Description: Image text alternative is suspicious
Count of instances: 6
Complaint specifics
- Suspicious alternative text
Issue sectionHeadingless
WCAG: 1.3.1
Score: 6
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: 6
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 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 inconsistentStyles
WCAG: 3.2.4
Score: 6
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 6
Complaint specifics
- Buttons have 2 different styles
- Level-1 headings have 6 different styles
Issue autocompleteNone
WCAG: 1.3.5
Score: 5
Complaints by testaro
Rule autocomplete
autocomplete
Description: Name or email input is missing its required autocomplete attribute
Count of instances: 5
Complaint specifics
- Input is missing the required autocomplete attribute with value given-name
- Input is missing the required autocomplete attribute with value family-name
- Input is missing the required autocomplete attribute with value email
Issue sourceEmpty
WCAG: 1.3.1
Score: 4
Complaints by nuVal
Rule ^Bad value for attribute src on element .+: Must be non-empty.*$
^Bad value for attribute src on element .+: Must be non-empty.*$
Description: src attribute is empty
Count of instances: 1
Complaint specifics
- Bad value for attribute src on element img: Must be non-empty.
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 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 linkVague
WCAG: 2.4.4
Score: 3
Complaints by tenon
Rule 73
73
Description: Link text is too generic to communicate the purpose or destination
Count of instances: 1
Complaint specifics
- This link text is uninformative.
Issue pseudoParagraphRisk
WCAG: 1.3.1
Score: 3
Complaints by tenon
Rule 242
242
Description: Multiple consecutive br elements may simulate paragraphs
Count of instances: 3
Complaint specifics
- Multiple consecutive `<br>` tags next to each other, simulating paragraphs.
Issue zIndexNotZero
WCAG: 1.4
Score: 3
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 3
Complaint specifics
- DIV element has a non-default Z index
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 2
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: 2
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue typeRedundant
WCAG: 1.3.1
Score: 2
Complaints by nuVal
Rule The type attribute is unnecessary for JavaScript resources.
The type attribute is unnecessary for JavaScript resources.
Description: type attribute is unnecessary for a JavaScript resource
Count of instances: 2
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Issue mainNone
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-ACT-R63
QW-ACT-R63
Description: Document has no landmark with non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that each page has an element with a landmark semantic role starting with non-repeated content
Issue linkTextsSame
WCAG: 2.4.4
Score: 2
Complaints by tenon
Rule 98
98
Description: Links have the same text but different destinations
Count of instances: 1
Complaint specifics
- These links have the same text but different destinations.
Issue tabFocusability
WCAG: 2.1.1
Score: 2
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 1
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue scrollRisk
WCAG: 1.4.10
Score: 1
Complaints by htmlcs
Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
Description: Fixed-position element may force bidirectional scrolling
Count of instances: 1
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
Issue pseudoList
WCAG: 1.3.1
Score: 1
Complaints by qualWeb
Rule QW-BP11
QW-BP11
Description: br is used to make a list
Count of instances: 1
Complaint specifics
- Using 3 consecutive br elements
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
Complete report
{ "id": "18ixx-ts27-caAD47-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687108785236, "endTime": 1687108785819 }, { "type": "url", "which": "https://www.gregwallis.org/", "what": "Candidate Greg Wallis (R)", "startTime": 1687108785819, "result": { "url": "https://www.gregwallis.org/" }, "endTime": 1687108786524 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687108786524, "url": "https://www.gregwallis.org/", "endTime": 1687108788549 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687108788549, "url": "https://www.gregwallis.org/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 976163, 976163, 976163, 976163, 976163 ], "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": 1687108802141 }, { "type": "launch", "which": "chromium", "startTime": 1687108802142, "endTime": 1687108802701 }, { "type": "url", "which": "https://www.gregwallis.org/", "what": "Candidate Greg Wallis (R)", "startTime": 1687108802702, "result": { "url": "https://www.gregwallis.org/" }, "endTime": 1687108803286 }, { "type": "test", "which": "alfa", "startTime": 1687108803286, "url": "https://www.gregwallis.org/", "what": "alfa", "result": { "totals": { "failures": 63, "warnings": 98 }, "items": [ { "index": 499, "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]/a[1]/wow-image[1]/img[1]", "codeLines": [ "<img src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png\" alt=\"4.png\" style=\"width:200px;height:100px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d470181..." ] } }, { "index": 500, "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[4]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/wow-image[1]/img[1]", "codeLines": [ "<img src=\"https://static.wixstatic.com/media/3e705d_f07738b74b55451283c190f60ba83690~mv2.jpg/v1/crop/x_0,y_362,w_2667,h_3276/fill/w_72,h_89,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/GregWallis20220221.jpg\" alt=\"GregWallis20220221.jpg\" style=\"width: 289px; height: 355px; object-fit: cover; object-..." ] } }, { "index": 501, "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[7]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/wow-image[1]/img[1]", "codeLines": [ "<img src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4.png\" alt=\"4.png\" style=\"width: 569px; height: 285px; object-fit: cover; object-position: 50% 50%;\">" ] } }, { "index": 600, "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]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_comp-kp75zbph\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"comp-kp75zbph","displayMode":"fill","targetWidth":200,"targetHeight":100,"isLQIP":false,"imageData":{"width":1000,"...", " <img src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png\" alt=\"4.png\" style=\"width:200px;height:100px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47...", " </wow-image>", "</a>" ] } }, { "index": 601, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl0label\">", " HOME", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 602, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/meet-greg\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl1label\">", " MEET GREG", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 603, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/issues\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl2label\">", " ISSUES", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 604, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/endorsements\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl3label\">", " ENDORSEMENTS", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 605, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/media\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl4label\">", " MEDIA", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 606, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/news\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl5label\">", " NEWS", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 607, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/ad-47\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl6label\">", " AD 47", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 608, "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[2]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " DONATE", " </span>", "</a>" ] } }, { "index": 609, "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[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " $5", " </span>", "</a>" ] } }, { "index": 610, "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[3]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " $10", " </span>", "</a>" ] } }, { "index": 611, "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[3]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " $25", " </span>", "</a>" ] } }, { "index": 612, "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[3]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " $50", " </span>", "</a>" ] } }, { "index": 613, "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[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " $75", " </span>", "</a>" ] } }, { "index": 614, "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[3]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " OTHER", " </span>", "</a>" ] } }, { "index": 620, "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[4]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[6]/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": 621, "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[5]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/meet-greg\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " LEARN MORE", " </span>", "</a>" ] } }, { "index": 622, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/endorsements\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " VIEW ALL ENDORSEMENTS", " </span>", "</a>" ] } }, { "index": 627, "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[6]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/form[1]/div[1]/div[1]/div[5]/button[1]", "codeLines": [ "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Endorse Greg!", " </span>", "</button>" ] } }, { "index": 629, "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[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/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": 630, "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[7]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_comp-kyvzz7i1\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"comp-kyvzz7i1","displayMode":"fill","targetWidth":569,"targetHeight":285,"isLQIP":true,"imageData":{"width":1000,"...", " <img src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4.png\" alt=\"4.png\" style=\"width: 569px; height: 285px; object-fit: cover; object-position: 50% 50%;\">", " </wow-image>", "</a>" ] } }, { "index": 631, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "HOME" ] } }, { "index": 632, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "MEET GREG" ] } }, { "index": 633, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "ISSUES" ] } }, { "index": 634, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "ENDORSEMENTS" ] } }, { "index": 635, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "MEDIA" ] } }, { "index": 636, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "NEWS" ] } }, { "index": 637, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "AD 47" ] } }, { "index": 638, "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[2]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 639, "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]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "GREG WALLIS" ] } }, { "index": 640, "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[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "for Assembly" ] } }, { "index": 641, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "STAND WITH GREG:" ] } }, { "index": 642, "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[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]", "codeLines": [ "$5" ] } }, { "index": 643, "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[3]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]/span[1]/text()[1]", "codeLines": [ "$10" ] } }, { "index": 644, "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[3]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]/span[1]/text()[1]", "codeLines": [ "$25" ] } }, { "index": 645, "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[3]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]/span[1]/text()[1]", "codeLines": [ "$50" ] } }, { "index": 646, "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[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]", "codeLines": [ "$75" ] } }, { "index": 647, "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[3]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]/span[1]/text()[1]", "codeLines": [ "OTHER" ] } }, { "index": 648, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly District have been counted and we’ve seen the democratic process through to its end. I’m honored that the people have elected me to serve our community." ] } }, { "index": 649, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[3]", "codeLines": [ "Now, it’s time to roll up our sleeves and get right to work. The Governor has initiated a special session, and the legislature has already convened and started organizing. I’m excited to get to Sacramento right away and represent all constituents of our district." ] } }, { "index": 650, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[5]", "codeLines": [ "Thank you to everyone who supported our campaign. As promised, I’ll work with anyone with good ideas- Democrats, Republicans, and Independents - to make real changes that make life more affordable, with more opportunity, for everyone.”" ] } }, { "index": 651, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[7]", "codeLines": [ "- Greg Wallis" ] } }, { "index": 652, "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[4]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[6]/button[1]/span[1]/text()[1]", "codeLines": [ "Submit" ] } }, { "index": 653, "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[4]/div[2]/div[1]/div[2]/div[1]/div[4]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "JOIN THE TEAM" ] } }, { "index": 654, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "MEET GREG WALLIS" ] } }, { "index": 655, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Greg is running to represent the 47th Assembly District because he believes California deserves better. As a third-generation Californian, he believes that our state should be the land of economic opportunity and social mobility. Greg’s core beliefs, namely the importance of hard work, independence,..." ] } }, { "index": 656, "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[5]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]/span[1]/text()[1]", "codeLines": [ "LEARN MORE" ] } }, { "index": 657, "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[6]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "GREG'S ENDORSEMENTS" ] } }, { "index": 658, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Riverside County Sheriffs' Association" ] } }, { "index": 659, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Chad Bianco," ] } }, { "index": 660, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Riverside County Sheriff" ] } }, { "index": 661, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[3]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Dawn Rowe," ] } }, { "index": 662, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[3]/span[1]/span[1]/span[2]/text()[1]", "codeLines": [ "San Bernardino County Supervisor, 3rd District" ] } }, { "index": 663, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "David Avila," ] } }, { "index": 664, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Yucaipa Mayor" ] } }, { "index": 665, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Linda Evans," ] } }, { "index": 666, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/span[2]/text()[1]", "codeLines": [ "La Quinta Mayor" ] } }, { "index": 667, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[6]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Jan Harnik," ] } }, { "index": 668, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[6]/span[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Palm Desert Mayor" ] } }, { "index": 669, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[7]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Dana Reed," ] } }, { "index": 670, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[7]/span[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Indian Wells Mayor" ] } }, { "index": 671, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[8]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Scott Matas," ] } }, { "index": 672, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[8]/span[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Desert Hot Springs Mayor" ] } }, { "index": 673, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[9]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "index": 674, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[10]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "index": 675, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]", "codeLines": [ "VIEW ALL ENDORSEMENTS" ] } }, { "index": 676, "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[6]/div[2]/div[1]/div[2]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "ENDORSE GREG" ] } }, { "index": 678, "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[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/button[1]/span[1]/text()[1]", "codeLines": [ "Submit" ] } }, { "index": 679, "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]/p[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Greg Wallis for Assembly 2024, ID #1456955." ] } }, { "index": 682, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "HOME" ] } }, { "index": 683, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "MEET GREG" ] } }, { "index": 684, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "ISSUES" ] } }, { "index": 685, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "ENDORSEMENTS" ] } }, { "index": 686, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "MEDIA" ] } }, { "index": 687, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "NEWS" ] } }, { "index": 688, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "AD 47" ] } }, { "index": 690, "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]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "GREG WALLIS" ] } }, { "index": 691, "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[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "for Assembly" ] } }, { "index": 692, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "STAND WITH GREG:" ] } }, { "index": 699, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly District have been counted and we’ve seen the democratic process through to its end. I’m honored that the people have elected me to serve our community." ] } }, { "index": 700, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[3]", "codeLines": [ "Now, it’s time to roll up our sleeves and get right to work. The Governor has initiated a special session, and the legislature has already convened and started organizing. I’m excited to get to Sacramento right away and represent all constituents of our district." ] } }, { "index": 701, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[5]", "codeLines": [ "Thank you to everyone who supported our campaign. As promised, I’ll work with anyone with good ideas- Democrats, Republicans, and Independents - to make real changes that make life more affordable, with more opportunity, for everyone.”" ] } }, { "index": 702, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[7]", "codeLines": [ "- Greg Wallis" ] } }, { "index": 704, "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[4]/div[2]/div[1]/div[2]/div[1]/div[4]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "JOIN THE TEAM" ] } }, { "index": 705, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "MEET GREG WALLIS" ] } }, { "index": 706, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Greg is running to represent the 47th Assembly District because he believes California deserves better. As a third-generation Californian, he believes that our state should be the land of economic opportunity and social mobility. Greg’s core beliefs, namely the importance of hard work, independence,..." ] } }, { "index": 708, "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[6]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "GREG'S ENDORSEMENTS" ] } }, { "index": 709, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Riverside County Sheriffs' Association" ] } }, { "index": 710, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Chad Bianco," ] } }, { "index": 711, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Riverside County Sheriff" ] } }, { "index": 712, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[3]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Dawn Rowe," ] } }, { "index": 713, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[3]/span[1]/span[1]/span[2]/text()[1]", "codeLines": [ "San Bernardino County Supervisor, 3rd District" ] } }, { "index": 714, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "David Avila," ] } }, { "index": 715, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Yucaipa Mayor" ] } }, { "index": 716, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Linda Evans," ] } }, { "index": 717, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/span[2]/text()[1]", "codeLines": [ "La Quinta Mayor" ] } }, { "index": 718, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[6]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Jan Harnik," ] } }, { "index": 719, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[6]/span[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Palm Desert Mayor" ] } }, { "index": 720, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[7]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Dana Reed," ] } }, { "index": 721, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[7]/span[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Indian Wells Mayor" ] } }, { "index": 722, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[8]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Scott Matas," ] } }, { "index": 723, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[8]/span[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Desert Hot Springs Mayor" ] } }, { "index": 724, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[9]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "index": 725, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[10]/span[1]/text()[1]", "codeLines": [ "" ] } }, { "index": 727, "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[6]/div[2]/div[1]/div[2]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "ENDORSE GREG" ] } }, { "index": 730, "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]/p[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Greg Wallis for Assembly 2024, ID #1456955." ] } }, { "index": 776, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " Riverside County Sheriffs' Association", " </span>", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 777, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " Chad Bianco,", " </span>", " <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">", " Riverside County Sheriff", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 778, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " Dawn Rowe,", " </span>", " <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">", " San Bernardino County Supervisor, 3rd District", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 779, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[4]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " David Avila,", " </span>", " <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">", " Yucaipa Mayor", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 780, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[5]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " Linda Evans,", " </span>", " <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">", " La Quinta Mayor", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 781, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[6]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " Jan Harnik,", " </span>", " <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">", " Palm Desert Mayor", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 782, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[7]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " Dana Reed,", " </span>", " <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">", " Indian Wells Mayor", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 783, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[8]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " Scott Matas,", " </span>", " <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">", " Desert Hot Springs Mayor", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 784, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[9]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ", " </span>", "</p>" ] } }, { "index": 785, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[10]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ", " </span>", "</p>" ] } }, { "index": 787, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " Riverside County Sheriffs' Association", " </span>", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 788, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " Chad Bianco,", " </span>", " <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">", " Riverside County Sheriff", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 789, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " Dawn Rowe,", " </span>", " <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">", " San Bernardino County Supervisor, 3rd District", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 790, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[4]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " David Avila,", " </span>", " <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">", " Yucaipa Mayor", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 791, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[5]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " Linda Evans,", " </span>", " <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">", " La Quinta Mayor", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 792, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[6]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " Jan Harnik,", " </span>", " <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">", " Palm Desert Mayor", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 793, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[7]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " Dana Reed,", " </span>", " <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">", " Indian Wells Mayor", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 794, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[8]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#112445;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">", " Scott Matas,", " </span>", " <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">", " Desert Hot Springs Mayor", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 795, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[9]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ", " </span>", "</p>" ] } }, { "index": 796, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[10]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ", " </span>", "</p>" ] } }, { "index": 797, "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]/p[1]", "codeLines": [ "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:1.7em; text-align:center; font-size:16px;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:barlow-medium,barlow,sans-serif;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.02em;\" class=\"wixui-rich-text__text\">", " Paid for by Greg Wallis for Assembly 2024, ID #1456955.", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 838, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h1", "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]/h1[1]", "codeLines": [ "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:90px; line-height:1em; text-align:center;\">", " <span style=\"text-shadow:rgba(0, 0, 0, 0.4) 0px 4px 5px;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:wfont_22f5ae_4039a0d2273346d8873eadbb0af6b6d6,wf_4039a0d2273346d8873eadbb0,orig_gotham_ultra;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:90px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " GREG WALLIS", " </span>", " </span>", " </span>", " </span>", " </span>", "</h1>" ] } }, { "index": 839, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h1", "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[2]/h1[1]", "codeLines": [ "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:49px; line-height:1em; text-align:center;\">", " <span style=\"font-family:wfont_0ee50d_d73fd5a9a6214854b82554b4a121a787,wf_d73fd5a9a6214854b82554b4a,orig_gothamblack;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:49px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " for Assembly", " </span>", " </span>", " </span>", " </span>", "</h1>" ] } }, { "index": 842, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h1", "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[4]/div[2]/div[1]/div[2]/div[1]/div[4]/h1[1]", "codeLines": [ "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">", " <span style=\"font-family:wfont_0ee50d_d73fd5a9a6214854b82554b4a121a787,wf_d73fd5a9a6214854b82554b4a,orig_gothamblack;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:51px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " JOIN THE TEAM", " </span>", " </span>", " </span>", " </span>", "</h1>" ] } }, { "index": 843, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h1", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]", "codeLines": [ "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">", " <span style=\"font-family:wfont_0ee50d_d73fd5a9a6214854b82554b4a121a787,wf_d73fd5a9a6214854b82554b4a,orig_gothamblack;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#102446;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:51px;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " MEET GREG WALLIS", " </span>", " </span>", " </span>", " </span>", "</h1>" ] } }, { "index": 858, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl0label\">", " HOME", "</p>" ] } }, { "index": 859, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl1label\">", " MEET GREG", "</p>" ] } }, { "index": 860, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl2label\">", " ISSUES", "</p>" ] } }, { "index": 861, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl3label\">", " ENDORSEMENTS", "</p>" ] } }, { "index": 862, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl4label\">", " MEDIA", "</p>" ] } }, { "index": 863, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl5label\">", " NEWS", "</p>" ] } }, { "index": 864, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl6label\">", " AD 47", "</p>" ] } }, { "index": 867, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "HOME" ] } }, { "index": 868, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "MEET GREG" ] } }, { "index": 869, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "ISSUES" ] } }, { "index": 870, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "ENDORSEMENTS" ] } }, { "index": 871, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "MEDIA" ] } }, { "index": 872, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "NEWS" ] } }, { "index": 873, "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "AD 47" ] } }, { "index": 874, "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[2]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 878, "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[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]", "codeLines": [ "$5" ] } }, { "index": 879, "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[3]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]/span[1]/text()[1]", "codeLines": [ "$10" ] } }, { "index": 880, "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[3]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]/span[1]/text()[1]", "codeLines": [ "$25" ] } }, { "index": 881, "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[3]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]/span[1]/text()[1]", "codeLines": [ "$50" ] } }, { "index": 882, "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[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]", "codeLines": [ "$75" ] } }, { "index": 883, "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[3]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]/span[1]/text()[1]", "codeLines": [ "OTHER" ] } }, { "index": 888, "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[4]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[6]/button[1]/span[1]/text()[1]", "codeLines": [ "Submit" ] } }, { "index": 892, "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[5]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]/span[1]/text()[1]", "codeLines": [ "LEARN MORE" ] } }, { "index": 911, "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]", "codeLines": [ "VIEW ALL ENDORSEMENTS" ] } }, { "index": 913, "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[6]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/form[1]/div[1]/div[1]/div[5]/button[1]/span[1]/text()[1]", "codeLines": [ "Endorse Greg!" ] } }, { "index": 914, "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[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/button[1]/span[1]/text()[1]", "codeLines": [ "Submit" ] } }, { "index": 936, "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": [ 98, 0, 0, 63 ], "instances": [ { "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]/a[1]/wow-image[1]/img[1]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png\" alt=\"4.png\" style=\"width:200px;height:100px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d470181..." }, { "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[4]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/wow-image[1]/img[1]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/3e705d_f07738b74b55451283c190f60ba83690~mv2.jpg/v1/crop/x_0,y_362,w_2667,h_3276/fill/w_72,h_89,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/GregWallis20220221.jpg\" alt=\"GregWallis20220221.jpg\" style=\"width: 289px; height: 355px; object-fit: cover; object-..." }, { "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[7]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/wow-image[1]/img[1]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4.png\" alt=\"4.png\" style=\"width: 569px; height: 285px; object-fit: cover; object-position: 50% 50%;\">" }, { "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]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_comp-kp75zbph\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"co ... ,q_85,usm_0.66_1.00_0.01,enc_auto/4.png\" alt=\"4.png\" style=\"width:200px;height:100px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47... </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]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:center\"> <p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl0label\"> HOME </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/meet-greg\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:center\"> <p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl1label\"> MEET GREG </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/issues\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:center\"> <p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl2label\"> ISSUES </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/endorsements\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:center\"> <p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl3label\"> ENDORSEMENTS </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/media\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:center\"> <p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl4label\"> MEDIA </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/news\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:center\"> <p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl5label\"> NEWS </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/ad-47\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:center\"> <p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl6label\"> AD 47 </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> DONATE </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> $5 </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[3]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> $10 </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[3]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> $25 </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[3]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> $50 </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[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> $75 </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[3]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> OTHER </span> </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[4]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[6]/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]/section[5]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/meet-greg\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> LEARN MORE </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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/endorsements\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> VIEW ALL ENDORSEMENTS </span> </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[6]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/form[1]/div[1]/div[1]/div[5]/button[1]" }, "excerpt": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\"> <span class=\"M3I7Z2 wixui-button__label\"> Endorse Greg! </span> </button>" }, { "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[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/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]/section[7]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_comp-kyvzz7i1\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"co ... d47018175~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4.png\" alt=\"4.png\" style=\"width: 569px; height: 285px; object-fit: cover; object-position: 50% 50%;\"> </wow-image> </a>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "HOME" }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "MEET GREG" }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "ISSUES" }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "ENDORSEMENTS" }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "MEDIA" }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "NEWS" }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "AD 47" }, { "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[2]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "DONATE" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "GREG WALLIS" }, { "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[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "for Assembly" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "STAND WITH GREG:" }, { "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[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]" }, "excerpt": "$5" }, { "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[3]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]/span[1]/text()[1]" }, "excerpt": "$10" }, { "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[3]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]/span[1]/text()[1]" }, "excerpt": "$25" }, { "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[3]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]/span[1]/text()[1]" }, "excerpt": "$50" }, { "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[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]" }, "excerpt": "$75" }, { "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[3]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]/span[1]/text()[1]" }, "excerpt": "OTHER" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly District have been counted and we’ve seen the democratic process through to its end. I’m honored that the people have elected me to serve 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]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[3]" }, "excerpt": "Now, it’s time to roll up our sleeves and get right to work. The Governor has initiated a special session, and the legislature has already convened and started organizing. I’m excited to get to Sacramento right away and represent all constituents of our district." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[5]" }, "excerpt": "Thank you to everyone who supported our campaign. As promised, I’ll work with anyone with good ideas- Democrats, Republicans, and Independents - to make real changes that make life more affordable, with more opportunity, for everyone.”" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[7]" }, "excerpt": "- Greg Wallis" }, { "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[4]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[6]/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]/section[4]/div[2]/div[1]/div[2]/div[1]/div[4]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "JOIN THE TEAM" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "MEET GREG WALLIS" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Greg is running to represent the 47th Assembly District because he believes California deserves better. As a third-generation Californian, he believes that our state should be the land of economic opportunity and social mobility. Greg’s core beliefs, namely the importance of hard work, independence,..." }, { "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[5]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]/span[1]/text()[1]" }, "excerpt": "LEARN MORE" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "GREG'S ENDORSEMENTS" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Riverside County Sheriffs' Association" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Chad Bianco," }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[2]/text()[1]" }, "excerpt": "Riverside County Sheriff" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[3]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Dawn Rowe," }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[3]/span[1]/span[1]/span[2]/text()[1]" }, "excerpt": "San Bernardino County Supervisor, 3rd District" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "David Avila," }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/span[2]/text()[1]" }, "excerpt": "Yucaipa Mayor" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Linda Evans," }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/span[2]/text()[1]" }, "excerpt": "La Quinta Mayor" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[6]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Jan Harnik," }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[6]/span[1]/span[1]/span[2]/text()[1]" }, "excerpt": "Palm Desert Mayor" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[7]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Dana Reed," }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[7]/span[1]/span[1]/span[2]/text()[1]" }, "excerpt": "Indian Wells Mayor" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[8]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Scott Matas," }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[8]/span[1]/span[1]/span[2]/text()[1]" }, "excerpt": "Desert Hot Springs Mayor" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[9]/span[1]/text()[1]" }, "excerpt": "" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[10]/span[1]/text()[1]" }, "excerpt": "" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]" }, "excerpt": "VIEW ALL ENDORSEMENTS" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "ENDORSE GREG" }, { "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[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/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[3]/p[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Greg Wallis for Assembly 2024, ID #1456955." }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "HOME" }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "MEET GREG" }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "ISSUES" }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "ENDORSEMENTS" }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "MEDIA" }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "NEWS" }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "AD 47" }, { "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]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "GREG WALLIS" }, { "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[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "for Assembly" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "STAND WITH GREG:" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly District have been counted and we’ve seen the democratic process through to its end. I’m honored that the people have elected me to serve 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]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[3]" }, "excerpt": "Now, it’s time to roll up our sleeves and get right to work. The Governor has initiated a special session, and the legislature has already convened and started organizing. I’m excited to get to Sacramento right away and represent all constituents of our district." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[5]" }, "excerpt": "Thank you to everyone who supported our campaign. As promised, I’ll work with anyone with good ideas- Democrats, Republicans, and Independents - to make real changes that make life more affordable, with more opportunity, for everyone.”" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[7]" }, "excerpt": "- Greg Wallis" }, { "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[4]/div[2]/div[1]/div[2]/div[1]/div[4]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "JOIN THE TEAM" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "MEET GREG WALLIS" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Greg is running to represent the 47th Assembly District because he believes California deserves better. As a third-generation Californian, he believes that our state should be the land of economic opportunity and social mobility. Greg’s core beliefs, namely the importance of hard work, independence,..." }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "GREG'S ENDORSEMENTS" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Riverside County Sheriffs' Association" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Chad Bianco," }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[2]/text()[1]" }, "excerpt": "Riverside County Sheriff" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[3]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Dawn Rowe," }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[3]/span[1]/span[1]/span[2]/text()[1]" }, "excerpt": "San Bernardino County Supervisor, 3rd District" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "David Avila," }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/span[2]/text()[1]" }, "excerpt": "Yucaipa Mayor" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Linda Evans," }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/span[2]/text()[1]" }, "excerpt": "La Quinta Mayor" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[6]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Jan Harnik," }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[6]/span[1]/span[1]/span[2]/text()[1]" }, "excerpt": "Palm Desert Mayor" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[7]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Dana Reed," }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[7]/span[1]/span[1]/span[2]/text()[1]" }, "excerpt": "Indian Wells Mayor" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[8]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Scott Matas," }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[8]/span[1]/span[1]/span[2]/text()[1]" }, "excerpt": "Desert Hot Springs Mayor" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[9]/span[1]/text()[1]" }, "excerpt": "" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[10]/span[1]/text()[1]" }, "excerpt": "" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "ENDORSE GREG" }, { "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]/p[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Greg Wallis for Assembly 2024, ID #1456955." }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text_ ... y:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\"> Riverside County Sheriffs' Association </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]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#112445;\" class=\"wixui-rich-text__te ... pan style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> Riverside County Sheriff </span> </span> </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#112445;\" class=\"wixui-rich-text__te ... :wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> San Bernardino County Supervisor, 3rd District </span> </span> </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[4]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#112445;\" class=\"wixui-rich-text__te ... </span> <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> Yucaipa Mayor </span> </span> </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[5]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#112445;\" class=\"wixui-rich-text__te ... /span> <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> La Quinta Mayor </span> </span> </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[6]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#112445;\" class=\"wixui-rich-text__te ... pan> <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> Palm Desert Mayor </span> </span> </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[7]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#112445;\" class=\"wixui-rich-text__te ... an> <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> Indian Wells Mayor </span> </span> </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[8]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#112445;\" class=\"wixui-rich-text__te ... pan style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> Desert Hot Springs Mayor </span> </span> </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[9]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span class=\"wixGuard 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]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[10]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <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]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text_ ... y:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\"> Riverside County Sheriffs' Association </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]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#112445;\" class=\"wixui-rich-text__te ... pan style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> Riverside County Sheriff </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#112445;\" class=\"wixui-rich-text__te ... :wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> San Bernardino County Supervisor, 3rd District </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[4]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#112445;\" class=\"wixui-rich-text__te ... </span> <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> Yucaipa Mayor </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[5]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#112445;\" class=\"wixui-rich-text__te ... /span> <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> La Quinta Mayor </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[6]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#112445;\" class=\"wixui-rich-text__te ... pan> <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> Palm Desert Mayor </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[7]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#112445;\" class=\"wixui-rich-text__te ... an> <span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> Indian Wells Mayor </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[8]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <span style=\"font-size:27px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#112445;\" class=\"wixui-rich-text__te ... pan style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> Desert Hot Springs Mayor </span> </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[9]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <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]/section[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[10]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"> <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[3]/p[1]" }, "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:1.7em; text-align:center; font-size:16px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:barlow-mediu ... low,sans-serif;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.02em;\" class=\"wixui-rich-text__text\"> Paid for by Greg Wallis for Assembly 2024, ID #1456955. </span> </span> </span> </p>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:90px; line-height:1em; text-align:center;\"> <span style=\"text-shadow:rgba(0, 0, 0, 0.4) 0px 4px 5px;\" class=\"wixui-rich-text__text\"> <span sty ... h-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> GREG WALLIS </span> </span> </span> </span> </span> </h1>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/h1[1]" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:49px; line-height:1em; text-align:center;\"> <span style=\"font-family:wfont_0ee50d_d73fd5a9a6214854b82554b4a121a787,wf_d73fd5a9a6214854b82554b4 ... xui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> for Assembly </span> </span> </span> </span> </h1>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[4]/div[2]/div[1]/div[2]/div[1]/div[4]/h1[1]" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\"> <span style=\"font-family:wfont_0ee50d_d73fd5a9a6214854b82554b4a121a787,wf_d73fd5a9a6214854b82554b4 ... ui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> JOIN THE TEAM </span> </span> </span> </span> </h1>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\"> <span style=\"font-family:wfont_0ee50d_d73fd5a9a6214854b82554b4a121a787,wf_d73fd5a9a6214854b82554b4 ... ich-text__text\"> <span style=\"font-size:51px;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> MEET GREG WALLIS </span> </span> </span> </span> </h1>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl0label", "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl0label\"> HOME </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl1label", "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl1label\"> MEET GREG </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl2label", "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl2label\"> ISSUES </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl3label", "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl3label\"> ENDORSEMENTS </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl4label", "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl4label\"> MEDIA </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl5label", "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl5label\"> NEWS </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl6label", "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[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl6label\"> AD 47 </p>" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "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[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "HOME" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "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[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "MEET GREG" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "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[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "ISSUES" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "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[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "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[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "MEDIA" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "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[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "NEWS" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "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[1]/div[2]/div[2]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "AD 47" }, { "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[2]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "DONATE" }, { "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[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]" }, "excerpt": "$5" }, { "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[3]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]/span[1]/text()[1]" }, "excerpt": "$10" }, { "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[3]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]/span[1]/text()[1]" }, "excerpt": "$25" }, { "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[3]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]/span[1]/text()[1]" }, "excerpt": "$50" }, { "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[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]" }, "excerpt": "$75" }, { "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[3]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]/span[1]/text()[1]" }, "excerpt": "OTHER" }, { "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[4]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[6]/button[1]/span[1]/text()[1]" }, "excerpt": "Submit" }, { "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[5]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]/span[1]/text()[1]" }, "excerpt": "LEARN MORE" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]" }, "excerpt": "VIEW ALL ENDORSEMENTS" }, { "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[6]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/form[1]/div[1]/div[1]/div[5]/button[1]/span[1]/text()[1]" }, "excerpt": "Endorse Greg!" }, { "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[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/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": 1687108809418 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687108809418, "url": "https://www.gregwallis.org/", "what": "Axe", "result": { "totals": { "rulesNA": 51, "rulesPassed": 47, "rulesWarned": 2, "rulesViolated": 1, "warnings": { "minor": 19, "moderate": 0, "serious": 6, "critical": 0 }, "violations": { "minor": 0, "moderate": 0, "serious": 1, "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:20:10.088Z", "url": "https://www.gregwallis.org/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "67.5pt (90px)", "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=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">GREG WALLIS</span>", "target": [ "#comp-jv24477n > h1 > span > span > 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": "36.8pt (49px)", "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=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">for Assembly</span>", "target": [ "#comp-kyvyk0q7 > h1 > span > 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": "18.8pt (25px)", "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=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">STAND WITH GREG:</span>", "target": [ "#comp-kyvyihqw > h1 > span > 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": "20.3pt (27px)", "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=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", "target": [ "#comp-kyvyuh8b > h1 > span > 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": "38.3pt (51px)", "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=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">JOIN THE TEAM</span>", "target": [ "#comp-kyvzcpmb > h1 > span > 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": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"letter-spacing:0.02em;\" class=\"wixui-rich-text__text\">Paid for by Greg Wallis for Assembly 2024, ID #1456955.</span>", "target": [ "#comp-kp77l4wk > .font_7 > 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" } ] }, { "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": "<div id=\"SITE_HEADER\" class=\"xU8fqS SITE_HEADER wixui-header\" tabindex=\"-1\">", "target": [ "#SITE_HEADER" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"comp-kz4drnme40\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem-juqy5sqx\" data-state=\"menu selected link\" data-index=\"0\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">", "target": [ "#comp-kz4drnme40" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"comp-kz4drnme41\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataItem-kyw0j3dj\" data-state=\"menu false link\" data-index=\"1\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">", "target": [ "#comp-kz4drnme41" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"comp-kz4drnme42\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataItem-l6dz9zna\" data-state=\"menu false link\" data-index=\"2\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">", "target": [ "#comp-kz4drnme42" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"comp-kz4drnme43\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataItem-l0wsqd5k\" data-state=\"menu false link\" data-index=\"3\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">", "target": [ "#comp-kz4drnme43" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"comp-kz4drnme44\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataItem-l5r6qtt5\" data-state=\"menu false link\" data-index=\"4\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">", "target": [ "#comp-kz4drnme44" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"comp-kz4drnme45\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataItem-kz4dqum0\" data-state=\"menu false link\" data-index=\"5\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">", "target": [ "#comp-kz4drnme45" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"comp-kz4drnme46\" data-direction=\"ltr\" data-listposition=\"right\" data-data-id=\"dataItem-kyw0patg\" data-state=\"menu false link\" data-index=\"6\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">", "target": [ "#comp-kz4drnme46" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"comp-kz4drnme4__more__\" data-direction=\"ltr\" data-listposition=\"right\" data-state=\"menu false header\" data-index=\"__more__\" data-dropdown=\"false\" class=\"iryznZ vDnwi4\" data-original-gap-between-text-and-btn=\"0\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">", "target": [ "#comp-kz4drnme4__more__" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div style=\"display:none\" id=\"comp-kz4drnme4navContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>", "target": [ "#comp-kz4drnme4navContainer-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": "<li id=\"comp-kyw148fl__more__\" data-direction=\"ltr\" data-listposition=\"right\" data-state=\"menu false header\" data-index=\"__more__\" data-dropdown=\"false\" class=\"iryznZ vDnwi4\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">", "target": [ "#comp-kyw148fl__more__" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div style=\"display:none\" id=\"comp-kyw148flnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>", "target": [ "#comp-kyw148flnavContainer-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-kyvz2nd31\" class=\"KcpHeO tz5f0K comp-kyvz2nd31 wixui-rich-text\" data-testid=\"richTextElement\">", "target": [ "#comp-kyvz2nd31" ], "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-kyvzls2l\" class=\"KcpHeO tz5f0K comp-kyvzls2l wixui-rich-text\" data-testid=\"richTextElement\">", "target": [ "#comp-kyvzls2l" ], "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\">ENDORSE</span>", "target": [ "#comp-l0ww9n2b > .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": "<div id=\"comp-kyvzu1n52\" class=\"KcpHeO tz5f0K comp-kyvzu1n52 wixui-rich-text\" data-testid=\"richTextElement\">", "target": [ "#comp-kyvzu1n52" ], "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=\"SITE_FOOTER\" class=\"xU8fqS SITE_FOOTER wixui-footer\" tabindex=\"-1\">", "target": [ "#SITE_FOOTER" ], "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", "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": "#bd2143", "bgColor": "#112445", "contrastRatio": 2.54, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kp8ozitl > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.54 (foreground color: #bd2143, background color: #112445, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl0label\">HOME</p>", "target": [ "#comp-kyw148fl0label" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.54 (foreground color: #bd2143, background color: #112445, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1" } ] } ] }, "success": true }, "standardResult": { "totals": [ 19, 6, 0, 1 ], "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": "#comp-jv24477n > h1 > span > span > span > span > span" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">GREG WALLIS</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-kyvyk0q7 > h1 > span > span > span > span" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">for Assembly</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-kyvyihqw > h1 > span > span > span > span" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">STAND WITH GREG:</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-kyvyuh8b > h1 > span > span > span > span" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyvzcpmb > h1 > span > span > span > span" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">JOIN THE TEAM</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-kp77l4wk > .font_7 > span > span > span" }, "excerpt": "<span style=\"letter-spacing:0.02em;\" class=\"wixui-rich-text__text\">Paid for by Greg Wallis for Assembly 2024, ID #1456955.</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": "DIV", "id": "SITE_HEADER", "location": { "doc": "dom", "type": "selector", "spec": "#SITE_HEADER" }, "excerpt": "<div id=\"SITE_HEADER\" class=\"xU8fqS SITE_HEADER wixui-header\" tabindex=\"-1\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "LI", "id": "comp-kz4drnme40", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kz4drnme40" }, "excerpt": "<li id=\"comp-kz4drnme40\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem-juqy5sqx\" data-state=\"menu selected link\" data-index=\"0\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" 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": "LI", "id": "comp-kz4drnme41", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kz4drnme41" }, "excerpt": "<li id=\"comp-kz4drnme41\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataItem-kyw0j3dj\" data-state=\"menu false link\" data-index=\"1\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" 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": "LI", "id": "comp-kz4drnme42", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kz4drnme42" }, "excerpt": "<li id=\"comp-kz4drnme42\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataItem-l6dz9zna\" data-state=\"menu false link\" data-index=\"2\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" 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": "LI", "id": "comp-kz4drnme43", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kz4drnme43" }, "excerpt": "<li id=\"comp-kz4drnme43\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataItem-l0wsqd5k\" data-state=\"menu false link\" data-index=\"3\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" 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": "LI", "id": "comp-kz4drnme44", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kz4drnme44" }, "excerpt": "<li id=\"comp-kz4drnme44\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataItem-l5r6qtt5\" data-state=\"menu false link\" data-index=\"4\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" 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": "LI", "id": "comp-kz4drnme45", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kz4drnme45" }, "excerpt": "<li id=\"comp-kz4drnme45\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataItem-kz4dqum0\" data-state=\"menu false link\" data-index=\"5\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" 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": "LI", "id": "comp-kz4drnme46", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kz4drnme46" }, "excerpt": "<li id=\"comp-kz4drnme46\" data-direction=\"ltr\" data-listposition=\"right\" data-data-id=\"dataItem-kyw0patg\" data-state=\"menu false link\" data-index=\"6\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" 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": "LI", "id": "comp-kz4drnme4__more__", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kz4drnme4__more__" }, "excerpt": "<li id=\"comp-kz4drnme4__more__\" data-direction=\"ltr\" data-listposition=\"right\" data-state=\"menu false header\" data-index=\"__more__\" data-dropdown=\"false\" class=\"iryznZ vDnwi4\" data-original-gap-between-text-and-btn=\"0\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kz4drnme4navContainer-hiddenA11ySubMenuIndication", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kz4drnme4navContainer-hiddenA11ySubMenuIndication" }, "excerpt": "<div style=\"display:none\" id=\"comp-kz4drnme4navContainer-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": "LI", "id": "comp-kyw148fl__more__", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyw148fl__more__" }, "excerpt": "<li id=\"comp-kyw148fl__more__\" data-direction=\"ltr\" data-listposition=\"right\" data-state=\"menu false header\" data-index=\"__more__\" data-dropdown=\"false\" class=\"iryznZ vDnwi4\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kyw148flnavContainer-hiddenA11ySubMenuIndication", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyw148flnavContainer-hiddenA11ySubMenuIndication" }, "excerpt": "<div style=\"display:none\" id=\"comp-kyw148flnavContainer-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-kyvz2nd31", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyvz2nd31" }, "excerpt": "<div id=\"comp-kyvz2nd31\" class=\"KcpHeO tz5f0K comp-kyvz2nd31 wixui-rich-text\" data-testid=\"richTextElement\">" }, { "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-kyvzls2l", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyvzls2l" }, "excerpt": "<div id=\"comp-kyvzls2l\" class=\"KcpHeO tz5f0K comp-kyvzls2l wixui-rich-text\" data-testid=\"richTextElement\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-l0ww9n2b > .mHZSwn" }, "excerpt": "<span class=\"mHZSwn\">ENDORSE</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kyvzu1n52", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyvzu1n52" }, "excerpt": "<div id=\"comp-kyvzu1n52\" class=\"KcpHeO tz5f0K comp-kyvzu1n52 wixui-rich-text\" data-testid=\"richTextElement\">" }, { "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": "SITE_FOOTER", "location": { "doc": "dom", "type": "selector", "spec": "#SITE_FOOTER" }, "excerpt": "<div id=\"SITE_FOOTER\" class=\"xU8fqS SITE_FOOTER wixui-footer\" tabindex=\"-1\">" }, { "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", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.54 (foreground color: #bd2143, background color: #112445, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl0label", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kyw148fl0label" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl0label\">HOME</p>" } ] }, "endTime": 1687108810121 }, { "type": "launch", "which": "chromium", "startTime": 1687108810121, "endTime": 1687108810652 }, { "type": "url", "which": "https://www.gregwallis.org/", "what": "Candidate Greg Wallis (R)", "startTime": 1687108810653, "result": { "url": "https://www.gregwallis.org/" }, "endTime": 1687108811199 }, { "type": "test", "which": "continuum", "startTime": 1687108811199, "url": "https://www.gregwallis.org/", "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: 4.png", "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png 1x, https://static. ... 0px;height:100px;object-fit:cover\" alt=\"4.png\" src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png\"][alt=\"4.png\"][srcset=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png 1x, https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_400,h_200,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png 2x\"][fetchpriority=\"high\"]", "attNo": 5 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: gregwallis20220447_edited.jpg", "element": "<img fetchpriority=\"high\" style=\"width: 1280px; height: 794px; object-fit: cover; object-position: 50% 50%;\" alt=\"GregWallis20220447_edited.jpg\" src=\"https://static.wixstatic.com/media/3e705d_e176cc6d ... pg\" src=\"https://static.wixstatic.com/media/3e705d_e176cc6d62d342029fad2d893d27a039~mv2.jpg/v1/fill/w_1280,h_794,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/3e705d_e176cc6d62d342029fad2d893d27a039~mv2.jpg\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*: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/3e705d_e176cc6d62d342029fad2d893d27a039~mv2.jpg/v1/fill/w_1280,h_794,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/3e705d_e176cc6d62d342029fad2d893d27a039~mv2.jpg\"][alt=\"GregWallis20220447_edited.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: gregwallis20220221.jpg", "element": "<img style=\"width: 289px; height: 355px; object-fit: cover; object-position: 50% 50%;\" alt=\"GregWallis20220221.jpg\" src=\"https://static.wixstatic.com/media/3e705d_f07738b74b55451283c190f60ba83690~mv2. ... \"https://static.wixstatic.com/media/3e705d_f07738b74b55451283c190f60ba83690~mv2.jpg/v1/crop/x_0,y_362,w_2667,h_3276/fill/w_72,h_89,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/GregWallis20220221.jpg\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/3e705d_f07738b74b55451283c190f60ba83690~mv2.jpg/v1/crop/x_0,y_362,w_2667,h_3276/fill/w_72,h_89,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/GregWallis20220221.jpg\"][alt=\"GregWallis20220221.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: 4.png", "element": "<img style=\"width: 569px; height: 285px; object-fit: cover; object-position: 50% 50%;\" alt=\"4.png\" src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_57, ... r; object-position: 50% 50%;\" alt=\"4.png\" src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4.png\"][alt=\"4.png\"]", "attNo": 3 } } ], "standardResult": { "totals": [ 0, 0, 0, 4 ], "instances": [ { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: 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(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png 1x, https://static. ... 0px;height:100px;object-fit:cover\" alt=\"4.png\" src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: gregwallis20220447_edited.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(3)>*: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(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img fetchpriority=\"high\" style=\"width: 1280px; height: 794px; object-fit: cover; object-position: 50% 50%;\" alt=\"GregWallis20220447_edited.jpg\" src=\"https://static.wixstatic.com/media/3e705d_e176cc6d ... pg\" src=\"https://static.wixstatic.com/media/3e705d_e176cc6d62d342029fad2d893d27a039~mv2.jpg/v1/fill/w_1280,h_794,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/3e705d_e176cc6d62d342029fad2d893d27a039~mv2.jpg\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: gregwallis20220221.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(3)>*: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(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img style=\"width: 289px; height: 355px; object-fit: cover; object-position: 50% 50%;\" alt=\"GregWallis20220221.jpg\" src=\"https://static.wixstatic.com/media/3e705d_f07738b74b55451283c190f60ba83690~mv2. ... \"https://static.wixstatic.com/media/3e705d_f07738b74b55451283c190f60ba83690~mv2.jpg/v1/crop/x_0,y_362,w_2667,h_3276/fill/w_72,h_89,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/GregWallis20220221.jpg\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: 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(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img style=\"width: 569px; height: 285px; object-fit: cover; object-position: 50% 50%;\" alt=\"4.png\" src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_57, ... r; object-position: 50% 50%;\" alt=\"4.png\" src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4.png\">" } ] }, "endTime": 1687108811480 }, { "type": "launch", "which": "chromium", "startTime": 1687108811480, "endTime": 1687108811958 }, { "type": "url", "which": "https://www.gregwallis.org/", "what": "Candidate Greg Wallis (R)", "startTime": 1687108811959, "result": { "url": "https://www.gregwallis.org/" }, "endTime": 1687108812520 }, { "type": "test", "which": "htmlcs", "startTime": 1687108812520, "url": "https://www.gregwallis.org/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": {}, "Warning": { "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [ { "tagName": "div", "id": "#SITE_HEADER", "code": "<div id=\"SITE_HEADER\" class=\"xU8fqS SITE_HEADER wixui-header\" tabindex=\"-1\">...</div>" } ] }, "AAA.1_4_3_F24.F24.FGColour": { "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [ { "tagName": "span", "id": "", "code": "<span style=\"color:#102446;\" class=\"wixui-rich-text__text\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color:#112445;\" class=\"wixui-rich-text__text\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">...</span>" } ] }, "AAA.1_4_6.G17.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.": [ { "tagName": "p", "id": "#comp-kyw148fl0label", "code": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl0label\">...</p>" }, { "tagName": "p", "id": "#comp-kyw148fl1label", "code": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl1label\">...</p>" }, { "tagName": "p", "id": "#comp-kyw148fl2label", "code": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl2label\">...</p>" }, { "tagName": "p", "id": "#comp-kyw148fl3label", "code": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl3label\">...</p>" }, { "tagName": "p", "id": "#comp-kyw148fl4label", "code": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl4label\">...</p>" }, { "tagName": "p", "id": "#comp-kyw148fl5label", "code": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl5label\">...</p>" }, { "tagName": "p", "id": "#comp-kyw148fl6label", "code": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl6label\">...</p>" } ] }, "AAA.1_4_6.G18.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [ { "tagName": "span", "id": "", "code": "<span class=\"M3I7Z2 wixui-button__label\">...</span>" } ] }, "AAA.3_2_5.H83.3": { "Check that this link's link text contains information indicating that the link will open in a new window.": [ { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"http://url2388.efundraisingconnections.com/ls/click?upn=y-2Bg-2BGJG7UGeFZBgLeeeaINKdE1UlN-2BTvxTlDLXBEXSaj3mh-2Fo5-2FYrYAAQak7rAEkVEcnywR5Feu-2BQu90T330Jg-3D-3DMuPJ_yw-2BFsruRZRvGaTjlc1SIG1l5IPS7GIedLKCSc82VcXPUlgv08kTF5J9Oi1aVpg-2BPlVXTdPEr4nF1N-2BhuDAIRiYT6Z5-2Be0xb9RQ8Akhkm3n0E2W47qvxrnKMY-2FIqGXBjVnvRyusVYSOhSeFM1krJ5lBezpjBpcXZunKSpRjlCMxrNesYkCP0AjaxMFn9bEkL3T7Z8wuinw-2FSxUNrpXXZKMTqmDAFO90sJBI6e9qBYqrU-3D\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 14, 0, 0, 0 ], "instances": [ { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "SITE_HEADER", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"SITE_HEADER\" class=\"xU8fqS SITE_HEADER wixui-header\" tabindex=\"-1\">...</div>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color:#102446;\" 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:#112445;\" 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_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": "comp-kyw148fl0label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl0label\">...</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": "comp-kyw148fl1label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl1label\">...</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": "comp-kyw148fl2label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl2label\">...</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": "comp-kyw148fl3label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl3label\">...</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": "comp-kyw148fl4label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl4label\">...</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": "comp-kyw148fl5label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl5label\">...</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": "comp-kyw148fl6label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl6label\">...</p>" }, { "ruleID": "AAA.1_4_6.G18.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">...</span>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://url2388.efundraisingconnections.com/ls/click?upn=y-2Bg-2BGJG7UGeFZBgLeeeaINKdE1UlN-2BTvxTlDLXBEXSaj3mh-2Fo5-2FYrYAAQak7rAEkVEcnywR5Feu-2BQu90T330Jg-3D-3DMuPJ_ ... lBezpjBpcXZunKSpRjlCMxrNesYkCP0AjaxMFn9bEkL3T7Z8wuinw-2FSxUNrpXXZKMTqmDAFO90sJBI6e9qBYqrU-3D\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">...</a>" } ] }, "endTime": 1687108812694 }, { "type": "launch", "which": "chromium", "startTime": 1687108812694, "endTime": 1687108813206 }, { "type": "url", "which": "https://www.gregwallis.org/", "what": "Candidate Greg Wallis (R)", "startTime": 1687108813206, "result": { "url": "https://www.gregwallis.org/" }, "endTime": 1687108813706 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687108813707, "url": "https://www.gregwallis.org/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 0, "recommendation": 12, "ignored": 0 }, "items": [ { "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=\"8ea80c85-7a12-4782-9f1a-a3c0732eb3c3\" 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=\"996fd9e2-933b-40c6-8756-af7841dba8b7\" 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=\"146\" 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[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]", "aria": "/document[1]/main[1]/form[3]/textbox[1]" }, "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "bounds": { "left": 166, "top": 3896, "height": 44, "width": 450 }, "snippet": "<input aria-label=\"Email Updates*\" maxlength=\"250\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" aria-required=\"true\" required=\"\" placeholder=\"Email Updates*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-kyvzu1mw2\" 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[6]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/form[1]/div[1]/div[1]/div[3]/div[1]/input[1]", "aria": "/document[1]/main[1]/form[2]/textbox[3]" }, "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "bounds": { "left": 202, "top": 3666, "height": 44, "width": 280 }, "snippet": "<input aria-label=\"Email*\" maxlength=\"250\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" aria-required=\"true\" required=\"\" placeholder=\"Email*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-kyvzls271\" 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[6]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/div[1]/input[1]", "aria": "/document[1]/main[1]/form[2]/textbox[2]" }, "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "bounds": { "left": 498, "top": 3607, "height": 44, "width": 280 }, "snippet": "<input aria-label=\"Title*\" maxlength=\"100\" aria-required=\"true\" required=\"\" placeholder=\"Title*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-kyvzls25\" name=\"title*\" type=\"text\">", "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[6]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]", "aria": "/document[1]/main[1]/form[2]/textbox[1]" }, "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "bounds": { "left": 202, "top": 3607, "height": 44, "width": 280 }, "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-kyvzls221\" name=\"name*\" type=\"text\">", "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[4]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[3]/div[1]/input[1]", "aria": "/document[1]/main[1]/form[1]/textbox[3]" }, "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "bounds": { "left": 508, "top": 1955, "height": 44, "width": 453 }, "snippet": "<input aria-label=\"Email*\" maxlength=\"250\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" aria-required=\"true\" required=\"\" placeholder=\"Email*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-kyvz2ncm\" 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[4]/div[2]/div[1]/div[2]/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": 741, "top": 1897, "height": 44, "width": 220 }, "snippet": "<input aria-label=\"Last Name*\" maxlength=\"100\" aria-required=\"true\" required=\"\" placeholder=\"Last Name*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-kyvz2ncj\" name=\"last-name*\" type=\"text\">", "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[4]/div[2]/div[1]/div[2]/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": 508, "top": 1897, "height": 44, "width": 218 }, "snippet": "<input aria-label=\"First Name*\" maxlength=\"100\" aria-required=\"true\" required=\"\" placeholder=\"First Name*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-kyvz2nce\" name=\"first-name*\" type=\"text\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 12, 0, 0 ], "instances": [ { "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=\"8ea80c85-7a12-4782-9f1a-a3c0732eb3c3\" 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=\"996fd9e2-933b-40c6-8756-af7841dba8b7\" 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=\"146\" 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-kyvzu1mw2", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[7]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]" }, "excerpt": "<input aria-label=\"Email Updates*\" maxlength=\"250\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" aria-required=\"true\" required=\"\" placeholder=\"Email Updates*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-kyvzu1mw2\" 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-kyvzls271", "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[6]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/form[1]/div[1]/div[1]/div[3]/div[1]/input[1]" }, "excerpt": "<input aria-label=\"Email*\" maxlength=\"250\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" aria-required=\"true\" required=\"\" placeholder=\"Email*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-kyvzls271\" 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-kyvzls25", "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[6]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/div[1]/input[1]" }, "excerpt": "<input aria-label=\"Title*\" maxlength=\"100\" aria-required=\"true\" required=\"\" placeholder=\"Title*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-kyvzls25\" name=\"title*\" type=\"text\">" }, { "ruleID": "aria_attribute_redundant", "what": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-kyvzls221", "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[6]/div[2]/div[1]/div[2]/div[1]/div[4]/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-kyvzls221\" name=\"name*\" type=\"text\">" }, { "ruleID": "aria_attribute_redundant", "what": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-kyvz2ncm", "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[4]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[3]/div[1]/input[1]" }, "excerpt": "<input aria-label=\"Email*\" maxlength=\"250\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" aria-required=\"true\" required=\"\" placeholder=\"Email*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-kyvz2ncm\" 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-kyvz2ncj", "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[4]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/div[1]/input[1]" }, "excerpt": "<input aria-label=\"Last Name*\" maxlength=\"100\" aria-required=\"true\" required=\"\" placeholder=\"Last Name*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-kyvz2ncj\" name=\"last-name*\" type=\"text\">" }, { "ruleID": "aria_attribute_redundant", "what": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-kyvz2nce", "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[4]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]" }, "excerpt": "<input aria-label=\"First Name*\" maxlength=\"100\" aria-required=\"true\" required=\"\" placeholder=\"First Name*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-kyvz2nce\" name=\"first-name*\" type=\"text\">" } ] }, "endTime": 1687108828665 }, { "type": "launch", "which": "chromium", "startTime": 1687108828666, "endTime": 1687108829243 }, { "type": "url", "which": "https://www.gregwallis.org/", "what": "Candidate Greg Wallis (R)", "startTime": 1687108829244, "result": { "url": "https://www.gregwallis.org/" }, "endTime": 1687108829765 }, { "type": "test", "which": "nuVal", "startTime": 1687108829765, "url": "https://www.gregwallis.org/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 185, "lastColumn": 2941, "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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%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.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gregwallis.org&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=996fd9e2-933b-40c6-8756-af7841dba8b7&module=thunderbolt-platform&originalLanguage=en&pageId=3e705d_98b01b30c4d9b98ace7b23ebc407e3c5_146.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2933 }, { "type": "error", "lastLine": 185, "lastColumn": 2941, "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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%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.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gregwallis.org&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=996fd9e2-933b-40c6-8756-af7841dba8b7&module=thunderbolt-platform&originalLanguage=en&pageId=3e705d_98b01b30c4d9b98ace7b23ebc407e3c5_146.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2933 }, { "type": "error", "lastLine": 190, "lastColumn": 2936, "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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%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.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gregwallis.org&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=996fd9e2-933b-40c6-8756-af7841dba8b7&module=thunderbolt-platform&originalLanguage=en&pageId=3e705d_022b63ff9cc2e1cb78e2e23e07099de1_146.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&viewMode=desktop\" id=\"platform_v2n4s\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2928 }, { "type": "error", "lastLine": 190, "lastColumn": 2936, "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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%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.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gregwallis.org&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=996fd9e2-933b-40c6-8756-af7841dba8b7&module=thunderbolt-platform&originalLanguage=en&pageId=3e705d_022b63ff9cc2e1cb78e2e23e07099de1_146.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&viewMode=desktop\" id=\"platform_v2n4s\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2928 }, { "type": "error", "lastLine": 195, "lastColumn": 3183, "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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%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.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gregwallis.org&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=996fd9e2-933b-40c6-8756-af7841dba8b7&module=thunderbolt-features&originalLanguage=en&pageId=3e705d_98b01b30c4d9b98ace7b23ebc407e3c5_146.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&staticHTMLComponentUrl=https%3A%2F%2Fwww-gregwallis-org.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 3175 }, { "type": "error", "lastLine": 200, "lastColumn": 3178, "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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%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.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gregwallis.org&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=996fd9e2-933b-40c6-8756-af7841dba8b7&module=thunderbolt-features&originalLanguage=en&pageId=3e705d_022b63ff9cc2e1cb78e2e23e07099de1_146.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&staticHTMLComponentUrl=https%3A%2F%2Fwww-gregwallis-org.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_v2n4s\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 3170 }, { "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=\"996fd9e2-933b-40c6-8756-af7841dba8b7\">\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": "1dba8b7\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"8ea80c85-7a12-4782-9f1a-a3c0732eb3c3\">\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": "c3\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"146\">\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": 253, "lastColumn": 562, "message": "CSS: left: Parse Error.", "extract": "th,var(--brw,0));position:abso", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 253, "lastColumn": 625, "message": "CSS: top: Parse Error.", "extract": "th,var(--brw,0));width:100%}</", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 279, "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": 298, "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": 300, "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": 325, "lastColumn": 53, "firstColumn": 27, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "ages-css\"><style id=\"css_masterPage\">#maste", "hiliteStart": 10, "hiliteLength": 27 }, { "type": "error", "lastLine": 325, "lastColumn": 878, "firstColumn": 870, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#SIT", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 325, "lastColumn": 1660, "firstColumn": 1652, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#SIT", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 325, "lastColumn": 1780, "firstColumn": 1772, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 325, "lastColumn": 1825, "firstColumn": 1817, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 325, "lastColumn": 2031, "firstColumn": 2023, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 325, "lastColumn": 3221, "firstColumn": 3213, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#SIT", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 325, "lastColumn": 3299, "firstColumn": 3291, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#CON", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 325, "lastColumn": 3343, "message": "CSS: --alpha: Parse Error.", "extract": "{--alpha - brd:1;--alpha - brd", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 325, "lastColumn": 3360, "message": "CSS: --alpha: Parse Error.", "extract": "--alpha - brdh:1;--alpha - txt", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 325, "lastColumn": 3376, "message": "CSS: --alpha: Parse Error.", "extract": ";--alpha - txt:1;--alpha - txt", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 325, "lastColumn": 3393, "message": "CSS: --alpha: Parse Error.", "extract": "--alpha - txth:1;--alpha -bgh:", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 325, "lastColumn": 3408, "message": "CSS: --alpha: Parse Error.", "extract": "1;--alpha -bgh:1;--alpha-bg:1;", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 325, "lastColumn": 3498, "firstColumn": 3495, "message": "CSS: --boxShadowToggleOn: Parse Error.", "extract": "leOn -shd:none;--brd", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 325, "lastColumn": 3942, "firstColumn": 3934, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;visib", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 325, "lastColumn": 3963, "firstColumn": 3955, "message": "CSS: visibility: undefined is not a visibility value.", "extract": "isibility:undefined;}[dat", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 325, "lastColumn": 4029, "firstColumn": 4021, "message": "CSS: visibility: undefined is not a visibility value.", "extract": "isibility:undefined;heigh", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 325, "lastColumn": 4046, "firstColumn": 4038, "message": "CSS: height: Too many values or values are not recognized.", "extract": "ed;height:undefined;width", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 325, "lastColumn": 5117, "firstColumn": 5109, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 325, "lastColumn": 5456, "firstColumn": 5448, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 326, "lastColumn": 2687, "firstColumn": 2682, "message": "CSS: --theme-spx-ratio: Unknown dimension.", "extract": "io:0.1cqw}.font_0{font", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 902, "lastColumn": 22, "firstColumn": 1, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "\n</style>\n<style id=\"css_v2n4s\">#v2n4s", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "error", "lastLine": 1466, "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": "error", "lastLine": 1466, "lastColumn": 5290, "firstColumn": 5207, "message": "An element with the attribute tabindex must not appear as a descendant of the a element.", "extract": "n:center\"><p class=\"foFAdY\" style=\"text-align:center\" id=\"comp-kz4drnme40label\" tabindex=\"-1\">HOME</", "hiliteStart": 10, "hiliteLength": 84 }, { "type": "error", "lastLine": 1466, "lastColumn": 5928, "firstColumn": 5845, "message": "An element with the attribute tabindex must not appear as a descendant of the a element.", "extract": "n:center\"><p class=\"foFAdY\" style=\"text-align:center\" id=\"comp-kz4drnme41label\" tabindex=\"-1\">MEET G", "hiliteStart": 10, "hiliteLength": 84 }, { "type": "error", "lastLine": 1466, "lastColumn": 6568, "firstColumn": 6485, "message": "An element with the attribute tabindex must not appear as a descendant of the a element.", "extract": "n:center\"><p class=\"foFAdY\" style=\"text-align:center\" id=\"comp-kz4drnme42label\" tabindex=\"-1\">ISSUES", "hiliteStart": 10, "hiliteLength": 84 }, { "type": "error", "lastLine": 1466, "lastColumn": 7211, "firstColumn": 7128, "message": "An element with the attribute tabindex must not appear as a descendant of the a element.", "extract": "n:center\"><p class=\"foFAdY\" style=\"text-align:center\" id=\"comp-kz4drnme43label\" tabindex=\"-1\">ENDORS", "hiliteStart": 10, "hiliteLength": 84 }, { "type": "error", "lastLine": 1466, "lastColumn": 7853, "firstColumn": 7770, "message": "An element with the attribute tabindex must not appear as a descendant of the a element.", "extract": "n:center\"><p class=\"foFAdY\" style=\"text-align:center\" id=\"comp-kz4drnme44label\" tabindex=\"-1\">MEDIA<", "hiliteStart": 10, "hiliteLength": 84 }, { "type": "error", "lastLine": 1466, "lastColumn": 8487, "firstColumn": 8404, "message": "An element with the attribute tabindex must not appear as a descendant of the a element.", "extract": "n:center\"><p class=\"foFAdY\" style=\"text-align:center\" id=\"comp-kz4drnme45label\" tabindex=\"-1\">NEWS</", "hiliteStart": 10, "hiliteLength": 84 }, { "type": "error", "lastLine": 1466, "lastColumn": 9120, "firstColumn": 9037, "message": "An element with the attribute tabindex must not appear as a descendant of the a element.", "extract": "n:center\"><p class=\"foFAdY\" style=\"text-align:center\" id=\"comp-kz4drnme46label\" tabindex=\"-1\">AD 47<", "hiliteStart": 10, "hiliteLength": 84 }, { "type": "info", "lastLine": 1466, "lastColumn": 1647, "firstColumn": 1572, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kz4drnk4\" class=\"comp-kz4drnk4 CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 1466, "lastColumn": 11569, "firstColumn": 11494, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kp8oziqw\" class=\"comp-kp8oziqw CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 1495, "lastColumn": 3990, "firstColumn": 3915, "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": "pan></div><section id=\"comp-kyvzsfvp\" class=\"comp-kyvzsfvp CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 1495, "lastColumn": 10083, "firstColumn": 9967, "message": "Bad value for attribute src on element img: Must be non-empty.", "extract": "ta-src=\"\"><img src=\"\" alt=\"4.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\" fetchpriority=\"high\"></wow-", "hiliteStart": 10, "hiliteLength": 117 }, { "type": "error", "lastLine": 1553, "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": 1555, "lastColumn": 66, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "extract": "\n \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri", "hiliteStart": 10, "hiliteLength": 62 } ] }, "rawPage": { "messages": [ { "type": "info", "lastLine": 6, "lastColumn": 96, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "utf-8'>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" id=\"wixDesktopViewport\" />\n <me", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "info", "lastLine": 8, "lastColumn": 60, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=edge\">\n <meta name=\"generator\" content=\"Wix.com Website Builder\"/>\n\n <l", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 11, "lastColumn": 236, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2.png\">\n <link rel=\"shortcut icon\" href=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175%7Emv2.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/3e705d_f45a52277e684e0fa6fd7f4d47018175%7Emv2.png\" type=\"image/png\"/>\n <li", "hiliteStart": 10, "hiliteLength": 234 }, { "type": "info", "lastLine": 12, "lastColumn": 239, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/png\"/>\n <link rel=\"apple-touch-icon\" href=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175%7Emv2.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/3e705d_f45a52277e684e0fa6fd7f4d47018175%7Emv2.png\" type=\"image/png\"/>\n <!-", "hiliteStart": 10, "hiliteLength": 237 }, { "type": "error", "lastLine": 187, "lastColumn": 2837, "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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%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.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gregwallis.org&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=996fd9e2-933b-40c6-8756-af7841dba8b7&module=thunderbolt-platform&originalLanguage=en&pageId=3e705d_98b01b30c4d9b98ace7b23ebc407e3c5_146.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2829 }, { "type": "error", "lastLine": 187, "lastColumn": 2837, "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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%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.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gregwallis.org&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=996fd9e2-933b-40c6-8756-af7841dba8b7&module=thunderbolt-platform&originalLanguage=en&pageId=3e705d_98b01b30c4d9b98ace7b23ebc407e3c5_146.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2829 }, { "type": "error", "lastLine": 187, "lastColumn": 2844, "firstColumn": 2838, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 192, "lastColumn": 2832, "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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%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.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gregwallis.org&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=996fd9e2-933b-40c6-8756-af7841dba8b7&module=thunderbolt-platform&originalLanguage=en&pageId=3e705d_022b63ff9cc2e1cb78e2e23e07099de1_146.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&viewMode=desktop\" id=\"platform_v2n4s\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2824 }, { "type": "error", "lastLine": 192, "lastColumn": 2832, "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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%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.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gregwallis.org&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=996fd9e2-933b-40c6-8756-af7841dba8b7&module=thunderbolt-platform&originalLanguage=en&pageId=3e705d_022b63ff9cc2e1cb78e2e23e07099de1_146.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&viewMode=desktop\" id=\"platform_v2n4s\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2824 }, { "type": "error", "lastLine": 192, "lastColumn": 2839, "firstColumn": 2833, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 197, "lastColumn": 3055, "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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%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.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gregwallis.org&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=996fd9e2-933b-40c6-8756-af7841dba8b7&module=thunderbolt-features&originalLanguage=en&pageId=3e705d_98b01b30c4d9b98ace7b23ebc407e3c5_146.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&staticHTMLComponentUrl=https%3A%2F%2Fwww-gregwallis-org.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 3047 }, { "type": "error", "lastLine": 197, "lastColumn": 3062, "firstColumn": 3056, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 202, "lastColumn": 3050, "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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%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.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gregwallis.org&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=996fd9e2-933b-40c6-8756-af7841dba8b7&module=thunderbolt-features&originalLanguage=en&pageId=3e705d_022b63ff9cc2e1cb78e2e23e07099de1_146.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&staticHTMLComponentUrl=https%3A%2F%2Fwww-gregwallis-org.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_v2n4s\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 3042 }, { "type": "error", "lastLine": 202, "lastColumn": 3057, "firstColumn": 3051, "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=\"996fd9e2-933b-40c6-8756-af7841dba8b7\">\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": "1dba8b7\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"8ea80c85-7a12-4782-9f1a-a3c0732eb3c3\">\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": "c3\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"146\"/>\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": "c3\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"146\"/>\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": 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": 259, "lastColumn": 142, "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=\"Greg is running to represent the 47th Assembly District because he believes California deserves better.\"/>\n <li", "hiliteStart": 10, "hiliteLength": 140 }, { "type": "info", "lastLine": 260, "lastColumn": 59, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ter.\"/>\n <link rel=\"canonical\" href=\"https://www.gregwallis.org\"/>\n <me", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 261, "lastColumn": 66, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".org\"/>\n <meta property=\"og:title\" content=\"HOME | Wallis for Assembly\"/>\n <me", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "info", "lastLine": 262, "lastColumn": 149, "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=\"Greg is running to represent the 47th Assembly District because he believes California deserves better.\"/>\n <me", "hiliteStart": 10, "hiliteLength": 147 }, { "type": "info", "lastLine": 263, "lastColumn": 196, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ter.\"/>\n <meta property=\"og:image\" content=\"https://static.wixstatic.com/media/3e705d_7ec51f7957a44a89859574cdf9cd91a5~mv2.png/v1/fill/w_1000,h_500,al_c/3e705d_7ec51f7957a44a89859574cdf9cd91a5~mv2.png\"/>\n <me", "hiliteStart": 10, "hiliteLength": 194 }, { "type": "info", "lastLine": 264, "lastColumn": 50, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".png\"/>\n <meta property=\"og:image:width\" content=\"1000\"/>\n <me", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 265, "lastColumn": 50, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1000\"/>\n <meta property=\"og:image:height\" content=\"500\"/>\n <me", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 266, "lastColumn": 64, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\"500\"/>\n <meta property=\"og:url\" content=\"https://www.gregwallis.org\"/>\n <me", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 267, "lastColumn": 63, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".org\"/>\n <meta property=\"og:site_name\" content=\"Wallis for Assembly\"/>\n <me", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "info", "lastLine": 268, "lastColumn": 46, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "mbly\"/>\n <meta property=\"og:type\" content=\"website\"/>\n <li", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 269, "lastColumn": 74, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "site\"/>\n <link rel=\"alternate\" href=\"https://www.gregwallis.org/\" hreflang=\"en\"/>\n <li", "hiliteStart": 10, "hiliteLength": 72 }, { "type": "info", "lastLine": 270, "lastColumn": 81, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"en\"/>\n <link rel=\"alternate\" href=\"https://www.gregwallis.org/\" hreflang=\"x-default\"/>\n <me", "hiliteStart": 10, "hiliteLength": 79 }, { "type": "info", "lastLine": 271, "lastColumn": 95, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ault\"/>\n <meta name=\"google-site-verification\" content=\"hefXtcePnTR2-sQIKnsY2CnVheLtFkKLXJ4nEFd5tb0\"/>\n <li", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 272, "lastColumn": 134, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "5tb0\"/>\n <link rel=\"alternate\" href=\"https://www.gregwallis.org/blog-feed.xml\" type=\"application/rss+xml\" title=\"Wallis for Assembly - RSS\"/>\n <me", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "info", "lastLine": 273, "lastColumn": 59, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " RSS\"/>\n <meta name=\"twitter:card\" content=\"summary_large_image\"/>\n <me", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 274, "lastColumn": 67, "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 | Wallis for Assembly\"/>\n <me", "hiliteStart": 10, "hiliteLength": 65 }, { "type": "info", "lastLine": 275, "lastColumn": 150, "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=\"Greg is running to represent the 47th Assembly District because he believes California deserves better.\"/>\n <me", "hiliteStart": 10, "hiliteLength": 148 }, { "type": "info", "lastLine": 276, "lastColumn": 197, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ter.\"/>\n <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/3e705d_7ec51f7957a44a89859574cdf9cd91a5~mv2.png/v1/fill/w_1000,h_500,al_c/3e705d_7ec51f7957a44a89859574cdf9cd91a5~mv2.png\"/>\n\n\n</h", "hiliteStart": 10, "hiliteLength": 195 }, { "type": "info", "lastLine": 281, "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": 300, "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": 302, "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": 327, "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": 327, "lastColumn": 878, "firstColumn": 870, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#SIT", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 327, "lastColumn": 1660, "firstColumn": 1652, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#SIT", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 327, "lastColumn": 1780, "firstColumn": 1772, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 327, "lastColumn": 1825, "firstColumn": 1817, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 327, "lastColumn": 2031, "firstColumn": 2023, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 327, "lastColumn": 3221, "firstColumn": 3213, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#SIT", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 327, "lastColumn": 3299, "firstColumn": 3291, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#CON", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 327, "lastColumn": 3343, "message": "CSS: --alpha: Parse Error.", "extract": "{--alpha - brd:1;--alpha - brd", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 327, "lastColumn": 3360, "message": "CSS: --alpha: Parse Error.", "extract": "--alpha - brdh:1;--alpha - txt", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 327, "lastColumn": 3376, "message": "CSS: --alpha: Parse Error.", "extract": ";--alpha - txt:1;--alpha - txt", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 327, "lastColumn": 3393, "message": "CSS: --alpha: Parse Error.", "extract": "--alpha - txth:1;--alpha -bgh:", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 327, "lastColumn": 3408, "message": "CSS: --alpha: Parse Error.", "extract": "1;--alpha -bgh:1;--alpha-bg:1;", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 327, "lastColumn": 3498, "firstColumn": 3495, "message": "CSS: --boxShadowToggleOn: Parse Error.", "extract": "leOn -shd:none;--brd", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 327, "lastColumn": 3942, "firstColumn": 3934, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;visib", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 327, "lastColumn": 3963, "firstColumn": 3955, "message": "CSS: visibility: undefined is not a visibility value.", "extract": "isibility:undefined;}[dat", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 327, "lastColumn": 4029, "firstColumn": 4021, "message": "CSS: visibility: undefined is not a visibility value.", "extract": "isibility:undefined;heigh", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 327, "lastColumn": 4046, "firstColumn": 4038, "message": "CSS: height: Too many values or values are not recognized.", "extract": "ed;height:undefined;width", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 327, "lastColumn": 5117, "firstColumn": 5109, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 327, "lastColumn": 5456, "firstColumn": 5448, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 328, "lastColumn": 2687, "firstColumn": 2682, "message": "CSS: --theme-spx-ratio: Unknown dimension.", "extract": "io:0.1cqw}.font_0{font", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 904, "lastColumn": 22, "firstColumn": 1, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "\n</style>\n<style id=\"css_v2n4s\">#v2n4s", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "error", "lastLine": 1468, "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": 1468, "lastColumn": 3565, "firstColumn": 3014, "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/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png\" alt=\"4.png\" style=\"width:200px;height:100px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png 1x, https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_400,h_200,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 552 }, { "type": "info", "lastLine": 1468, "lastColumn": 1647, "firstColumn": 1572, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kz4drnk4\" class=\"comp-kz4drnk4 CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 1468, "lastColumn": 12157, "firstColumn": 11606, "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/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png\" alt=\"4.png\" style=\"width:200px;height:100px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png 1x, https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_400,h_200,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 552 }, { "type": "info", "lastLine": 1468, "lastColumn": 10243, "firstColumn": 10168, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "-content\"><section id=\"comp-kp8oziqw\" class=\"comp-kp8oziqw CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 1468, "lastColumn": 19155, "firstColumn": 18841, "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/3e705d_e176cc6d62d342029fad2d893d27a039~mv2.jpg/v1/fill/w_147,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/3e705d_e176cc6d62d342029fad2d893d27a039~mv2.jpg\" alt=\"GregWallis20220447_edited.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 315 }, { "type": "info", "lastLine": 1479, "lastColumn": 1136, "firstColumn": 826, "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/3e705d_f07738b74b55451283c190f60ba83690~mv2.jpg/v1/crop/x_0,y_362,w_2667,h_3276/fill/w_72,h_89,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/GregWallis20220221.jpg\" alt=\"GregWallis20220221.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 311 }, { "type": "info", "lastLine": 1479, "lastColumn": 1974, "firstColumn": 1746, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"pUnTVX\"><input type=\"text\" name=\"first-name*\" id=\"input_comp-kyvz2nce\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"First Name*\" required=\"\" aria-required=\"true\" maxLength=\"100\" aria-label=\"First Name*\"/></div>", "hiliteStart": 10, "hiliteLength": 229 }, { "type": "info", "lastLine": 1479, "lastColumn": 2309, "firstColumn": 2084, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"pUnTVX\"><input type=\"text\" name=\"last-name*\" id=\"input_comp-kyvz2ncj\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Last Name*\" required=\"\" aria-required=\"true\" maxLength=\"100\" aria-label=\"Last Name*\"/></div>", "hiliteStart": 10, "hiliteLength": 226 }, { "type": "info", "lastLine": 1479, "lastColumn": 2666, "firstColumn": 2419, "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-kyvz2ncm\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxLength=\"250\" aria-label=\"Email*\"/></div>", "hiliteStart": 10, "hiliteLength": 248 }, { "type": "info", "lastLine": 1479, "lastColumn": 3038, "firstColumn": 2769, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"pUnTVX\"><input type=\"tel\" name=\"phone\" id=\"input_comp-kyvz37up\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Cell Phone\" aria-required=\"false\" pattern=\"^[+]?([(][0-9]{1,3}[)][-]?)?([0-9][-]?){3,16}[0-9]$\" maxLength=\"50\" aria-label=\"Cell Phone\"/></div>", "hiliteStart": 10, "hiliteLength": 270 }, { "type": "info", "lastLine": 1479, "lastColumn": 3334, "firstColumn": 3141, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"pUnTVX\"><input type=\"text\" name=\"zip\" id=\"input_comp-kyvz41na\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Zip\" aria-required=\"false\" maxLength=\"250\" aria-label=\"Zip\"/></div>", "hiliteStart": 10, "hiliteLength": 194 }, { "type": "info", "lastLine": 1497, "lastColumn": 1854, "firstColumn": 1643, "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-kyvzls221\" 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": 212 }, { "type": "info", "lastLine": 1497, "lastColumn": 2177, "firstColumn": 1964, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"pUnTVX\"><input type=\"text\" name=\"title*\" id=\"input_comp-kyvzls25\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Title*\" required=\"\" aria-required=\"true\" maxLength=\"100\" aria-label=\"Title*\"/></div>", "hiliteStart": 10, "hiliteLength": 214 }, { "type": "info", "lastLine": 1497, "lastColumn": 2537, "firstColumn": 2289, "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-kyvzls271\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxLength=\"250\" aria-label=\"Email*\"/></div>", "hiliteStart": 10, "hiliteLength": 249 }, { "type": "info", "lastLine": 1497, "lastColumn": 2912, "firstColumn": 2642, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"pUnTVX\"><input type=\"tel\" name=\"phone\" id=\"input_comp-kyvzls292\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Cell Phone\" aria-required=\"false\" pattern=\"^[+]?([(][0-9]{1,3}[)][-]?)?([0-9][-]?){3,16}[0-9]$\" maxLength=\"50\" aria-label=\"Cell Phone\"/></div>", "hiliteStart": 10, "hiliteLength": 271 }, { "type": "info", "lastLine": 1497, "lastColumn": 5529, "firstColumn": 5265, "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-kyvzu1mw2\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email Updates*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxLength=\"250\" aria-label=\"Email Updates*\"/></div>", "hiliteStart": 10, "hiliteLength": 265 }, { "type": "info", "lastLine": 1497, "lastColumn": 7270, "firstColumn": 7023, "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/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4.png\" alt=\"4.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 248 }, { "type": "info", "lastLine": 1497, "lastColumn": 3994, "firstColumn": 3919, "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": "pan></div><section id=\"comp-kyvzsfvp\" class=\"comp-kyvzsfvp CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 1497, "lastColumn": 10048, "firstColumn": 9801, "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/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4.png\" alt=\"4.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 248 }, { "type": "error", "lastLine": 1555, "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": 1557, "lastColumn": 66, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "extract": "\n \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri", "hiliteStart": 10, "hiliteLength": 62 } ] }, "success": true }, "standardResult": { "totals": [ 8, 0, 124, 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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... =1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... =1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&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_v2n4s", "location": { "doc": "dom", "type": "line", "spec": "190" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... rsion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&viewMode=desktop\" id=\"platform_v2n4s\" 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_v2n4s", "location": { "doc": "dom", "type": "line", "spec": "190" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... rsion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&viewMode=desktop\" id=\"platform_v2n4s\" 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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... ttps%3A%2F%2Fwww-gregwallis-org.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_v2n4s", "location": { "doc": "dom", "type": "line", "spec": "200" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... Url=https%3A%2F%2Fwww-gregwallis-org.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_v2n4s\" 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=\"996fd9e2-933b-40c6-8756-af7841dba8b7\"> <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": "1dba8b7\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"8ea80c85-7a12-4782-9f1a-a3c0732eb3c3\"> " }, { "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": "c3\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"146\"> " }, { "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": "253" }, "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": "253" }, "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": "279" }, "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": "298" }, "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": "300" }, "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": "325" }, "excerpt": "ages-css\"><style id=\"css_masterPage\">#maste" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "px;height:undefined;}#SIT" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "px;height:undefined;}#SIT" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "px;height:undefined;}#SIT" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "px;height:undefined;}#CON" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "{--alpha - brd:1;--alpha - brd" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "--alpha - brdh:1;--alpha - txt" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": ";--alpha - txt:1;--alpha - txt" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "--alpha - txth:1;--alpha -bgh:" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "1;--alpha -bgh:1;--alpha-bg:1;" }, { "ruleID": "CSS: --boxShadowToggleOn: Parse Error.", "what": "CSS: --boxShadowToggleOn: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "leOn -shd:none;--brd" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "px;height:undefined;visib" }, { "ruleID": "CSS: visibility: undefined is not a visibility value.", "what": "CSS: visibility: undefined is not a visibility value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "isibility:undefined;}[dat" }, { "ruleID": "CSS: visibility: undefined is not a visibility value.", "what": "CSS: visibility: undefined is not a visibility value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "isibility:undefined;heigh" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "ed;height:undefined;width" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "325" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: --theme-spx-ratio: Unknown dimension.", "what": "CSS: --theme-spx-ratio: Unknown dimension.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "326" }, "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_v2n4s", "location": { "doc": "dom", "type": "line", "spec": "902" }, "excerpt": " </style> <style id=\"css_v2n4s\">#v2n4s" }, { "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": "1466" }, "excerpt": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-" }, { "ruleID": "An element with the attribute tabindex must not appear as a descendant of the a element.", "what": "An element with the attribute tabindex must not appear as a descendant of the a element.", "ordinalSeverity": 2, "tagName": "P", "id": "comp-kz4drnme40label", "location": { "doc": "dom", "type": "line", "spec": "1466" }, "excerpt": "n:center\"><p class=\"foFAdY\" style=\"text-align:center\" id=\"comp-kz4drnme40label\" tabindex=\"-1\">HOME</" }, { "ruleID": "An element with the attribute tabindex must not appear as a descendant of the a element.", "what": "An element with the attribute tabindex must not appear as a descendant of the a element.", "ordinalSeverity": 2, "tagName": "P", "id": "comp-kz4drnme41label", "location": { "doc": "dom", "type": "line", "spec": "1466" }, "excerpt": "n:center\"><p class=\"foFAdY\" style=\"text-align:center\" id=\"comp-kz4drnme41label\" tabindex=\"-1\">MEET G" }, { "ruleID": "An element with the attribute tabindex must not appear as a descendant of the a element.", "what": "An element with the attribute tabindex must not appear as a descendant of the a element.", "ordinalSeverity": 2, "tagName": "P", "id": "comp-kz4drnme42label", "location": { "doc": "dom", "type": "line", "spec": "1466" }, "excerpt": "n:center\"><p class=\"foFAdY\" style=\"text-align:center\" id=\"comp-kz4drnme42label\" tabindex=\"-1\">ISSUES" }, { "ruleID": "An element with the attribute tabindex must not appear as a descendant of the a element.", "what": "An element with the attribute tabindex must not appear as a descendant of the a element.", "ordinalSeverity": 2, "tagName": "P", "id": "comp-kz4drnme43label", "location": { "doc": "dom", "type": "line", "spec": "1466" }, "excerpt": "n:center\"><p class=\"foFAdY\" style=\"text-align:center\" id=\"comp-kz4drnme43label\" tabindex=\"-1\">ENDORS" }, { "ruleID": "An element with the attribute tabindex must not appear as a descendant of the a element.", "what": "An element with the attribute tabindex must not appear as a descendant of the a element.", "ordinalSeverity": 2, "tagName": "P", "id": "comp-kz4drnme44label", "location": { "doc": "dom", "type": "line", "spec": "1466" }, "excerpt": "n:center\"><p class=\"foFAdY\" style=\"text-align:center\" id=\"comp-kz4drnme44label\" tabindex=\"-1\">MEDIA<" }, { "ruleID": "An element with the attribute tabindex must not appear as a descendant of the a element.", "what": "An element with the attribute tabindex must not appear as a descendant of the a element.", "ordinalSeverity": 2, "tagName": "P", "id": "comp-kz4drnme45label", "location": { "doc": "dom", "type": "line", "spec": "1466" }, "excerpt": "n:center\"><p class=\"foFAdY\" style=\"text-align:center\" id=\"comp-kz4drnme45label\" tabindex=\"-1\">NEWS</" }, { "ruleID": "An element with the attribute tabindex must not appear as a descendant of the a element.", "what": "An element with the attribute tabindex must not appear as a descendant of the a element.", "ordinalSeverity": 2, "tagName": "P", "id": "comp-kz4drnme46label", "location": { "doc": "dom", "type": "line", "spec": "1466" }, "excerpt": "n:center\"><p class=\"foFAdY\" style=\"text-align:center\" id=\"comp-kz4drnme46label\" tabindex=\"-1\">AD 47<" }, { "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-kz4drnk4", "location": { "doc": "dom", "type": "line", "spec": "1466" }, "excerpt": "-content\"><section id=\"comp-kz4drnk4\" class=\"comp-kz4drnk4 CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kp8oziqw", "location": { "doc": "dom", "type": "line", "spec": "1466" }, "excerpt": "-content\"><section id=\"comp-kp8oziqw\" class=\"comp-kp8oziqw CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kyvzsfvp", "location": { "doc": "dom", "type": "line", "spec": "1495" }, "excerpt": "pan></div><section id=\"comp-kyvzsfvp\" class=\"comp-kyvzsfvp CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Bad value for attribute src on element img: Must be non-empty.", "what": "Bad value for attribute src on element img: Must be non-empty.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1495" }, "excerpt": "ta-src=\"\"><img src=\"\" alt=\"4.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\" fetchpriority=\"high\"></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": "1553" }, "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": "1555" }, "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": "2.png\"> <link rel=\"shortcut icon\" href=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175%7Emv2.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/3e705d_f45a52277e684e0fa6fd7f4d47018175%7Emv2.png\" type=\"image/png\"/> <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": "/png\"/> <link rel=\"apple-touch-icon\" href=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175%7Emv2.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/3e705d_f45a52277e684e0fa6fd7f4d47018175%7Emv2.png\" type=\"image/png\"/> <!-" }, { "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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... Version=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... Version=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&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_v2n4s", "location": { "doc": "source", "type": "line", "spec": "192" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... ilderVersion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&viewMode=desktop\" id=\"platform_v2n4s\" 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_v2n4s", "location": { "doc": "source", "type": "line", "spec": "192" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... ilderVersion=1.238.0&siteId=8ea80c85-7a12-4782-9f1a-a3c0732eb3c3&siteRevision=146&viewMode=desktop\" id=\"platform_v2n4s\" 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%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... l=https%3A%2F%2Fwww-gregwallis-org.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_v2n4s", "location": { "doc": "source", "type": "line", "spec": "202" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... entUrl=https%3A%2F%2Fwww-gregwallis-org.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_v2n4s\" 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=\"996fd9e2-933b-40c6-8756-af7841dba8b7\"> <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": "1dba8b7\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"8ea80c85-7a12-4782-9f1a-a3c0732eb3c3\"> " }, { "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": "c3\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"146\"/> " }, { "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": "c3\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"146\"/> " }, { "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": "255" }, "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": "255" }, "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": "259" }, "excerpt": "/title> <meta name=\"description\" content=\"Greg is running to represent the 47th Assembly District because he believes California deserves better.\"/> <li" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "260" }, "excerpt": "ter.\"/> <link rel=\"canonical\" href=\"https://www.gregwallis.org\"/> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "261" }, "excerpt": ".org\"/> <meta property=\"og:title\" content=\"HOME | Wallis 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": "262" }, "excerpt": "mbly\"/> <meta property=\"og:description\" content=\"Greg is running to represent the 47th Assembly District because he believes California deserves better.\"/> <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": "ter.\"/> <meta property=\"og:image\" content=\"https://static.wixstatic.com/media/3e705d_7ec51f7957a44a89859574cdf9cd91a5~mv2.png/v1/fill/w_1000,h_500,al_c/3e705d_7ec51f7957a44a89859574cdf9cd91a5~mv2.png\"/> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "264" }, "excerpt": ".png\"/> <meta property=\"og:image:width\" content=\"1000\"/> <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": "1000\"/> <meta property=\"og:image:height\" content=\"500\"/> <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": "\"500\"/> <meta property=\"og:url\" content=\"https://www.gregwallis.org\"/> <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": ".org\"/> <meta property=\"og:site_name\" content=\"Wallis for Assembly\"/> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "268" }, "excerpt": "mbly\"/> <meta property=\"og:type\" content=\"website\"/> <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": "269" }, "excerpt": "site\"/> <link rel=\"alternate\" href=\"https://www.gregwallis.org/\" hreflang=\"en\"/> <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": "270" }, "excerpt": "=\"en\"/> <link rel=\"alternate\" href=\"https://www.gregwallis.org/\" hreflang=\"x-default\"/> <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": "ault\"/> <meta name=\"google-site-verification\" content=\"hefXtcePnTR2-sQIKnsY2CnVheLtFkKLXJ4nEFd5tb0\"/> <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": "272" }, "excerpt": "5tb0\"/> <link rel=\"alternate\" href=\"https://www.gregwallis.org/blog-feed.xml\" type=\"application/rss+xml\" title=\"Wallis for Assembly - RSS\"/> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "273" }, "excerpt": " RSS\"/> <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": "274" }, "excerpt": "mage\"/> <meta name=\"twitter:title\" content=\"HOME | Wallis 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": "275" }, "excerpt": "mbly\"/> <meta name=\"twitter:description\" content=\"Greg is running to represent the 47th Assembly District because he believes California deserves better.\"/> <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": "276" }, "excerpt": "ter.\"/> <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/3e705d_7ec51f7957a44a89859574cdf9cd91a5~mv2.png/v1/fill/w_1000,h_500,al_c/3e705d_7ec51f7957a44a89859574cdf9cd91a5~mv2.png\"/> </h" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "281" }, "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": "300" }, "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": "302" }, "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": "327" }, "excerpt": "ages-css\"><style id=\"css_masterPage\">#maste" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "px;height:undefined;}#SIT" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "px;height:undefined;}#SIT" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "px;height:undefined;}#SIT" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "px;height:undefined;}#CON" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "{--alpha - brd:1;--alpha - brd" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "--alpha - brdh:1;--alpha - txt" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": ";--alpha - txt:1;--alpha - txt" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "--alpha - txth:1;--alpha -bgh:" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "1;--alpha -bgh:1;--alpha-bg:1;" }, { "ruleID": "CSS: --boxShadowToggleOn: Parse Error.", "what": "CSS: --boxShadowToggleOn: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "leOn -shd:none;--brd" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "px;height:undefined;visib" }, { "ruleID": "CSS: visibility: undefined is not a visibility value.", "what": "CSS: visibility: undefined is not a visibility value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "isibility:undefined;}[dat" }, { "ruleID": "CSS: visibility: undefined is not a visibility value.", "what": "CSS: visibility: undefined is not a visibility value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "isibility:undefined;heigh" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "ed;height:undefined;width" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "327" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: --theme-spx-ratio: Unknown dimension.", "what": "CSS: --theme-spx-ratio: Unknown dimension.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "328" }, "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_v2n4s", "location": { "doc": "source", "type": "line", "spec": "904" }, "excerpt": " </style> <style id=\"css_v2n4s\">#v2n4s" }, { "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": "1468" }, "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": "1468" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png\" alt=\"4.png\" style=\"width:200px;h ... 1,enc_auto/4.png 1x, https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_400,h_200,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png 2x\" fetchpriority=\"high\"/></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kz4drnk4", "location": { "doc": "source", "type": "line", "spec": "1468" }, "excerpt": "-content\"><section id=\"comp-kz4drnk4\" class=\"comp-kz4drnk4 CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1468" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png\" alt=\"4.png\" style=\"width:200px;h ... 1,enc_auto/4.png 1x, https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_400,h_200,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png 2x\" fetchpriority=\"high\"/></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kp8oziqw", "location": { "doc": "source", "type": "line", "spec": "1468" }, "excerpt": "-content\"><section id=\"comp-kp8oziqw\" class=\"comp-kp8oziqw CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1468" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/3e705d_e176cc6d62d342029fad2d893d27a039~mv2.jpg/v1/fill/w_147,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/3e705d_e176cc6d62d342029fad2d893d27a039~mv2.jpg\" alt=\"GregWallis20220447_edited.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": "1479" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/3e705d_f07738b74b55451283c190f60ba83690~mv2.jpg/v1/crop/x_0,y_362,w_2667,h_3276/fill/w_72,h_89,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/GregWallis20220221.jpg\" alt=\"GregWallis20220221.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": "INPUT", "id": "input_comp-kyvz2nce", "location": { "doc": "source", "type": "line", "spec": "1479" }, "excerpt": "=\"pUnTVX\"><input type=\"text\" name=\"first-name*\" id=\"input_comp-kyvz2nce\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"First Name*\" required=\"\" aria-required=\"true\" maxLength=\"100\" aria-label=\"First 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-kyvz2ncj", "location": { "doc": "source", "type": "line", "spec": "1479" }, "excerpt": "=\"pUnTVX\"><input type=\"text\" name=\"last-name*\" id=\"input_comp-kyvz2ncj\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Last Name*\" required=\"\" aria-required=\"true\" maxLength=\"100\" aria-label=\"Last 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-kyvz2ncm", "location": { "doc": "source", "type": "line", "spec": "1479" }, "excerpt": "=\"pUnTVX\"><input type=\"email\" name=\"email\" id=\"input_comp-kyvz2ncm\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" 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": "INPUT", "id": "input_comp-kyvz37up", "location": { "doc": "source", "type": "line", "spec": "1479" }, "excerpt": "=\"pUnTVX\"><input type=\"tel\" name=\"phone\" id=\"input_comp-kyvz37up\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Cell Phone\" aria-required=\"false\" pattern=\"^[+]?([(][0-9]{1,3}[)][-]?)?([0-9][-]?){3,16}[0-9]$\" maxLength=\"50\" aria-label=\"Cell Phone\"/></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-kyvz41na", "location": { "doc": "source", "type": "line", "spec": "1479" }, "excerpt": "=\"pUnTVX\"><input type=\"text\" name=\"zip\" id=\"input_comp-kyvz41na\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Zip\" aria-required=\"false\" maxLength=\"250\" aria-label=\"Zip\"/></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-kyvzls221", "location": { "doc": "source", "type": "line", "spec": "1497" }, "excerpt": "=\"pUnTVX\"><input type=\"text\" name=\"name*\" id=\"input_comp-kyvzls221\" 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-kyvzls25", "location": { "doc": "source", "type": "line", "spec": "1497" }, "excerpt": "=\"pUnTVX\"><input type=\"text\" name=\"title*\" id=\"input_comp-kyvzls25\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Title*\" required=\"\" aria-required=\"true\" maxLength=\"100\" aria-label=\"Title*\"/></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-kyvzls271", "location": { "doc": "source", "type": "line", "spec": "1497" }, "excerpt": "=\"pUnTVX\"><input type=\"email\" name=\"email\" id=\"input_comp-kyvzls271\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" 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": "INPUT", "id": "input_comp-kyvzls292", "location": { "doc": "source", "type": "line", "spec": "1497" }, "excerpt": "=\"pUnTVX\"><input type=\"tel\" name=\"phone\" id=\"input_comp-kyvzls292\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Cell Phone\" aria-required=\"false\" pattern=\"^[+]?([(][0-9]{1,3}[)][-]?)?([0-9][-]?){3,16}[0-9]$\" maxLength=\"50\" aria-label=\"Cell Phone\"/></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-kyvzu1mw2", "location": { "doc": "source", "type": "line", "spec": "1497" }, "excerpt": "=\"pUnTVX\"><input type=\"email\" name=\"email\" id=\"input_comp-kyvzu1mw2\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email Updates*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxLength=\"250\" aria-label=\"Email Updates*\"/></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": "1497" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4.png\" alt=\"4.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kyvzsfvp", "location": { "doc": "source", "type": "line", "spec": "1497" }, "excerpt": "pan></div><section id=\"comp-kyvzsfvp\" class=\"comp-kyvzsfvp CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1497" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4.png\" alt=\"4.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></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": "1555" }, "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": "1557" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri" } ] }, "endTime": 1687108833098 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687108833098, "url": "https://www.gregwallis.org/", "what": "QualWeb", "result": { "type": "evaluation", "system": { "name": "QualWeb", "description": "QualWeb is an automatic accessibility evaluator for webpages.", "version": "3.0.0", "homepage": "http://www.qualweb.di.fc.ul.pt/", "date": "2023-06-18 17:20:34", "hash": "e9f13eefa3141c0ba4aefd4e2956e407528d6ba4374b1cb517d064e534f793d3bfba18c0710a17683157d61b6416c6b48bafe1aed6c3615065718fc14de4eb61", "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": 39, "warning": 10, "failed": 10, "inapplicable": 66 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 20, "warning": 8, "failed": 3, "inapplicable": 36 }, "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 146 seconds." }, "results": [ { "verdict": "failed", "description": "The test target refreshes after 146 seconds.", "resultCode": "F1", "elements": [ { "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"146\">", "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 146 seconds." }, "results": [ { "verdict": "failed", "description": "The test target refreshes after 146 seconds.", "resultCode": "F1", "elements": [ { "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"146\">", "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-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": 32, "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.gregwallis.org\" 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"lY3Nwh\" 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) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/meet-greg\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">MEET GREG</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/issues\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">ISSUES</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/endorsements\" target=\"_self\" class=\"lY3Nwh\" 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) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(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.gregwallis.org/media\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">MEDIA</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(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.gregwallis.org/news\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">NEWS</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > 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.gregwallis.org/ad-47\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">AD 47</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > 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/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">DONATE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$5</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$10</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$25</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$50</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$75</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">OTHER</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > 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=\"first-name*\" id=\"input_comp-kyvz2nce\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"First Name*\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"First 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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=\"text\" name=\"last-name*\" id=\"input_comp-kyvz2ncj\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Last Name*\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Last 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvz2ncm\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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) > 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=\"tel\" name=\"phone\" id=\"input_comp-kyvz37up\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Cell Phone\" aria-required=\"false\" pattern=\"^[+]?([(][0-9]{1,3}[)][-]?)?([0-9][-]?){3,16}[0-9]$\" maxlength=\"50\" aria-label=\"Cell Phone\">", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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) > 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=\"text\" name=\"zip\" id=\"input_comp-kyvz41na\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Zip\" aria-required=\"false\" maxlength=\"250\" aria-label=\"Zip\">", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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(5) > 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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(6) > 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.gregwallis.org/meet-greg\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">LEARN MORE</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/endorsements\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">VIEW ALL ENDORSEMENTS</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"text\" name=\"name*\" id=\"input_comp-kyvzls221\" 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(3) > div:nth-child(1) > div:nth-child(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) > 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=\"text\" name=\"title*\" id=\"input_comp-kyvzls25\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Title*\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Title*\">", "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(3) > div:nth-child(1) > div:nth-child(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) > 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": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvzls271\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" 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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > 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=\"tel\" name=\"phone\" id=\"input_comp-kyvzls292\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Cell Phone\" aria-required=\"false\" pattern=\"^[+]?([(][0-9]{1,3}[)][-]?)?([0-9][-]?){3,16}[0-9]$\" maxlength=\"50\" aria-label=\"Cell Phone\">", "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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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\">Endorse Greg!</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button: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-kyvzu1mw2\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email Updates*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email Updates*\">", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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": "<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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R41": { "name": "Error message describes invalid form field value", "code": "QW-ACT-R41", "mapping": "36b590", "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "metadata": { "target": { "element": [ "input", "select", "textarea", "*[role]" ] }, "success-criteria": [ { "name": "3.3.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/TR/WCAG21/#error-identification", "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification" } ], "related": [], "url": "https://act-rules.github.io/rules/36b590", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 10, "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=\"first-name*\" id=\"input_comp-kyvz2nce\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"First Name*\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"First 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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=\"text\" name=\"last-name*\" id=\"input_comp-kyvz2ncj\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Last Name*\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Last 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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 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-kyvz2ncm\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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) > 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=\"tel\" name=\"phone\" id=\"input_comp-kyvz37up\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Cell Phone\" aria-required=\"false\" pattern=\"^[+]?([(][0-9]{1,3}[)][-]?)?([0-9][-]?){3,16}[0-9]$\" maxlength=\"50\" aria-label=\"Cell Phone\">", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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) > 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=\"text\" name=\"zip\" id=\"input_comp-kyvz41na\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Zip\" aria-required=\"false\" maxlength=\"250\" aria-label=\"Zip\">", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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(5) > 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=\"text\" name=\"name*\" id=\"input_comp-kyvzls221\" 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(3) > div:nth-child(1) > div:nth-child(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) > 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=\"text\" name=\"title*\" id=\"input_comp-kyvzls25\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Title*\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Title*\">", "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(3) > div:nth-child(1) > div:nth-child(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) > 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 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-kyvzls271\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" 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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > 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=\"tel\" name=\"phone\" id=\"input_comp-kyvzls292\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Cell Phone\" aria-required=\"false\" pattern=\"^[+]?([(][0-9]{1,3}[)][-]?)?([0-9][-]?){3,16}[0-9]$\" maxlength=\"50\" aria-label=\"Cell Phone\">", "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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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-kyvzu1mw2\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email Updates*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email Updates*\">", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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": [] } ] }, "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": 19, "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": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl0label\">HOME</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] } ] }, "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": 46, "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": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl0label\">HOME</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl1label\">MEET GREG</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl2label\">ISSUES</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl3label\">ENDORSEMENTS</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p: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=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl4label\">MEDIA</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p: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=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl5label\">NEWS</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p: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=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl6label\">AD 47</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p: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\">DONATE</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">GREG WALLIS</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1: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=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">for Assembly</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1: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=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">STAND WITH GREG:</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1: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=\"M3I7Z2 wixui-button__label\">$5</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"M3I7Z2 wixui-button__label\">$10</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"M3I7Z2 wixui-button__label\">$25</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"M3I7Z2 wixui-button__label\">$50</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"M3I7Z2 wixui-button__label\">$75</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > 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=\"M3I7Z2 wixui-button__label\">OTHER</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > 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 style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly District have been counted and we’ve seen the democratic process through to its end. I’m honored that the people have elected me to serve our community.\n\nNow, it’s time to roll up our sleeves and get right to work. The Governor has initiated a special session, and the legislature has already convened and started organizing. I’m excited to get to Sacramento right away and represent all constituents of our district.\n\nThank you to everyone who supported our campaign. As promised, I’ll work with anyone with good ideas- Democrats, Republi …", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > h1: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=\"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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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(6) > 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=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">JOIN THE TEAM</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > h1: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=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">MEET GREG WALLIS</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1: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=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">Greg is running to represent the 47th Assembly District because he believes California deserves better. As a third-generation Californian, he believes that our state should be the land of economic opportunity and social mobility. Greg’s core beliefs, namely the importance of hard work, independence, and perseverance, reflect the California mindset. By focusing on affordability, opportunity, and cutting-edge technology, Greg is confident he can help our region rise to the level of innovation California is known for.</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h1: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=\"M3I7Z2 wixui-button__label\">LEARN MORE</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">GREG'S ENDORSEMENTS</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(3) > div:nth-child(1) > div:nth-child(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) > h1: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-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">Riverside County Sheriffs' Association</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(3) > div:nth-child(1) > div:nth-child(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) > 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)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">Chad Bianco, </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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">Riverside County Sheriff</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1) > 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-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">Dawn Rowe, </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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">San Bernardino County Supervisor, 3rd District</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1) > 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-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">David Avila,</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> Yucaipa Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(1) > 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-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">Linda Evans,</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> La Quinta Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1) > 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-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">Jan Harnik, </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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">Palm Desert Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6) > span:nth-child(1) > 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-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">Dana Reed,</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> Indian Wells Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span:nth-child(1) > 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-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">Scott Matas, </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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">Desert Hot Springs Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > span:nth-child(1) > 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 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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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=\"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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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=\"M3I7Z2 wixui-button__label\">VIEW ALL ENDORSEMENTS</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">ENDORSE GREG</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(3) > div:nth-child(1) > div:nth-child(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) > h1: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=\"M3I7Z2 wixui-button__label\">Endorse Greg!</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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=\"letter-spacing:0.02em;\" class=\"wixui-rich-text__text\">Paid for by Greg Wallis for Assembly 2024, ID #1456955.</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(3) > div:nth-child(1) > 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) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 6, "warning": 1, "failed": 6, "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": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Please verify that headers are used to divide the page correctly." }, "results": [ { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body class=\"\">\n\n var bodyCacheable = true;\n \n var exclusionReason = {\"shouldRender\":true,\"forced\":false};\n var ssrInfo = {\"renderBodyTime\":639,\"renderTimeStamp\":1687099163446}\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-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 2, "failed": 2, "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=\"DN7syf\" id=\"comp-kz4drnme4itemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\"><li id=\"comp-kz4drnme40\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem-juqy5sqx\" data-state=\"menu selected link\" data-index=\"0\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\"><a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\" _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) > …", "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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "A list item is not contained in a correct list element.", "resultCode": "F1", "elements": [ { "htmlCode": "<ul class=\"k8K0Wj wixui-dropdown-menu__submenu\" id=\"comp-kz4drnme4moreContainer\"></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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"DN7syf\" id=\"comp-kyw148flitemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\"><li id=\"comp-kyw148fl0\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem-juqy5sqx\" data-state=\"menu selected link\" data-index=\"0\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"false\" style=\"width: 84px; height: 50px; position: relative; box-sizing: border-box; overflow: visible; visibility: inherit;\"><a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"lY3Nwh\" 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) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "A list item is not contained in a correct list element.", "resultCode": "F1", "elements": [ { "htmlCode": "<ul class=\"k8K0Wj wixui-dropdown-menu__submenu\" id=\"comp-kyw148flmoreContainer\"></ul>", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > ul:nth-child(1)" } ], "attributes": [] } ] }, "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": 3, "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-kyvz2nc91\" class=\"JVi7i2 comp-kyvz2nc91 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1)" } ], "attributes": [] }, { "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-kyvzls20\" class=\"JVi7i2 comp-kyvzls20 wixui-form\">Endorse Greg!Thanks 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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1)" } ], "attributes": [] }, { "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-kyvzu1mp1\" class=\"JVi7i2 comp-kyvzu1mp1 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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": 0, "failed": 6, "inapplicable": 0, "outcome": "failed", "description": "Text alternative is not actually a text alternative for the non-text content." }, "results": [ { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"\" alt=\"4.png\" style=\"width:200px;height:100px;object-fit:cover\" srcset=\"\" fetchpriority=\"high\">", "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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png\" alt=\"4.png\" style=\"width:200px;height:100px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png 1x, https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_400,h_200,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/3e705d_e176cc6d62d342029fad2d893d27a039~mv2.jpg/v1/fill/w_1366,h_794,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/3e705d_e176cc6d62d342029fad2d893d27a039~mv2.jpg\" alt=\"GregWallis20220447_edited.jpg\" style=\"width: 1366px; height: 794px; 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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/3e705d_f07738b74b55451283c190f60ba83690~mv2.jpg/v1/crop/x_0,y_362,w_2667,h_3276/fill/w_72,h_89,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/GregWallis20220221.jpg\" alt=\"GregWallis20220221.jpg\" style=\"width: 289px; height: 355px; 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4.png\" alt=\"4.png\" style=\"width: 569px; height: 285px; 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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=\"\" alt=\"4.png\" style=\"width:100%;height:100%;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) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T28": { "name": "Using `percent, em, names` for font sizes", "code": "QW-WCAG-T28", "mapping": "C121314", "description": "This technique checks that all font-size attribute uses percent, em or names.", "metadata": { "target": { "element": "*", "attributes": "font-size" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html" }, { "name": "1.4.5", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html" }, { "name": "1.4.9", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html" } ], "related": [ "C12", "C13", "C14" ], "url": { "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12", "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13", "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14" }, "passed": 0, "warning": 0, "failed": 43, "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\":639,\"renderTimeStamp\":1687099163446}\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": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:90px; line-height:1em; text-align:center;\">GREG WALLIS</h1>", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [ "90px" ] }, { "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:90px;\" class=\"wixui-rich-text__text\">GREG WALLIS</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "90px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:49px; line-height:1em; text-align:center;\">for Assembly</h1>", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1)" } ], "attributes": [ "49px" ] }, { "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:49px;\" class=\"wixui-rich-text__text\">for Assembly</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "49px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:25px; line-height:1em;\">STAND WITH GREG:</h1>", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [ "25px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:25px;\" class=\"wixui-rich-text__text\">STAND WITH GREG:</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "25px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:27px; line-height:1em; text-align:center;\">“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly District have been counted and we’ve seen the democratic process through to its end. I’m honored that the people have elected me to serve our community.\n\nNow, it’s time to roll up our sleeves and get right to work. The Governor has initiated a special session, and the legislature has already convened and started organizing. I’m excited to get to Sacramento right away and represent all constituents of our district.\n\nThank you to everyone who supported our campaign. As promised, I’ll work with anyone w …", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > h1:nth-child(1)" } ], "attributes": [ "27px" ] }, { "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:27px;\" class=\"wixui-rich-text__text\">“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly District have been counted and we’ve seen the democratic process through to its end. I’m honored that the people have elected me to serve our community.\n\nNow, it’s time to roll up our sleeves and get right to work. The Governor has initiated a special session, and the legislature has already convened and started organizing. I’m excited to get to Sacramento right away and represent all constituents of our district.\n\nThank you to everyone who supported our campaign. As promised, I’ll work with anyone with good ideas- Democrats, Republicans, 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "27px" ] }, { "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.4em; text-align:center; font-size:14px;\">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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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(7) > 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": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">JOIN THE TEAM</h1>", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > h1:nth-child(1)" } ], "attributes": [ "51px" ] }, { "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:51px;\" class=\"wixui-rich-text__text\">JOIN THE TEAM</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "51px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">MEET GREG WALLIS</h1>", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [ "51px" ] }, { "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:51px;\" class=\"wixui-rich-text__text\">MEET GREG WALLIS</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "51px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:23px; line-height:1em; text-align:center;\">Greg is running to represent the 47th Assembly District because he believes California deserves better. As a third-generation Californian, he believes that our state should be the land of economic opportunity and social mobility. Greg’s core beliefs, namely the importance of hard work, independence, and perseverance, reflect the California mindset. By focusing on affordability, opportunity, and cutting-edge technology, Greg is confident he can help our region rise to the level of innovation California is known for.</h1>", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h1:nth-child(1)" } ], "attributes": [ "23px" ] }, { "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:23px;\" class=\"wixui-rich-text__text\">Greg is running to represent the 47th Assembly District because he believes California deserves better. As a third-generation Californian, he believes that our state should be the land of economic opportunity and social mobility. Greg’s core beliefs, namely the importance of hard work, independence, and perseverance, reflect the California mindset. By focusing on affordability, opportunity, and cutting-edge technology, Greg is confident he can help our region rise to the level of innovation California is known for.</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h1:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "23px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">GREG'S ENDORSEMENTS</h1>", "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(3) > div:nth-child(1) > div:nth-child(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) > h1:nth-child(1)" } ], "attributes": [ "51px" ] }, { "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:51px;\" class=\"wixui-rich-text__text\">GREG'S ENDORSEMENTS</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(3) > div:nth-child(1) > div:nth-child(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) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "51px" ] }, { "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:27px; text-align:center;\">Riverside County Sheriffs' Association</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [ "27px" ] }, { "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:27px;\" class=\"wixui-rich-text__text\">Riverside County Sheriffs' Association</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "27px" ] }, { "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:27px; text-align:center;\">Chad Bianco, Riverside County Sheriff</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [ "27px" ] }, { "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:27px;\" class=\"wixui-rich-text__text\">Chad Bianco, Riverside County Sheriff</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)" } ], "attributes": [ "27px" ] }, { "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:27px; text-align:center;\">Dawn Rowe, San Bernardino County Supervisor, 3rd District</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" } ], "attributes": [ "27px" ] }, { "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:27px;\" class=\"wixui-rich-text__text\">Dawn Rowe, San Bernardino County Supervisor, 3rd District</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1)" } ], "attributes": [ "27px" ] }, { "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:27px; text-align:center;\">David Avila, Yucaipa Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)" } ], "attributes": [ "27px" ] }, { "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:27px;\" class=\"wixui-rich-text__text\">David Avila, Yucaipa Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(1)" } ], "attributes": [ "27px" ] }, { "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:27px; text-align:center;\">Linda Evans, La Quinta Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)" } ], "attributes": [ "27px" ] }, { "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:27px;\" class=\"wixui-rich-text__text\">Linda Evans, La Quinta Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1)" } ], "attributes": [ "27px" ] }, { "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:27px; text-align:center;\">Jan Harnik, Palm Desert Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6)" } ], "attributes": [ "27px" ] }, { "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:27px;\" class=\"wixui-rich-text__text\">Jan Harnik, Palm Desert Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6) > span:nth-child(1)" } ], "attributes": [ "27px" ] }, { "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:27px; text-align:center;\">Dana Reed, Indian Wells Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7)" } ], "attributes": [ "27px" ] }, { "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:27px;\" class=\"wixui-rich-text__text\">Dana Reed, Indian Wells Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span:nth-child(1)" } ], "attributes": [ "27px" ] }, { "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:27px; text-align:center;\">Scott Matas, Desert Hot Springs Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8)" } ], "attributes": [ "27px" ] }, { "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:27px;\" class=\"wixui-rich-text__text\">Scott Matas, Desert Hot Springs Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > span:nth-child(1)" } ], "attributes": [ "27px" ] }, { "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:27px; text-align:center;\"></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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(9)" } ], "attributes": [ "27px" ] }, { "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:27px; text-align:center;\"></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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(10)" } ], "attributes": [ "27px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">ENDORSE GREG</h1>", "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(3) > div:nth-child(1) > div:nth-child(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) > h1:nth-child(1)" } ], "attributes": [ "51px" ] }, { "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:51px;\" class=\"wixui-rich-text__text\">ENDORSE GREG</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(3) > div:nth-child(1) > div:nth-child(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) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "51px" ] }, { "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.4em; text-align:center; font-size:14px;\">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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:14px;\">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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > 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": "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:1.7em; text-align:center; font-size:16px;\">Paid for by Greg Wallis for Assembly 2024, ID #1456955.</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(3) > div:nth-child(1) > 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": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:1.7em; text-align:center; font-size:16px;\">Paid for by Greg Wallis for Assembly 2022, ID #1443699.</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(5) > 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": [ "16px" ] } ] }, "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": 61, "warning": 0, "failed": 5, "inapplicable": 0, "outcome": "failed", "description": "The test target has a author defined background property but not a color css property." }, "results": [ { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"mHZSwn\">top of page</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(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": "<div style=\"display:none\" id=\"comp-kz4drnme4navContainer-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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > div:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div style=\"display:none\" id=\"comp-kyw148flnavContainer-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) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > div:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"mHZSwn\">ENDORSE</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(3) > div:nth-child(1) > 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) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"mHZSwn\">bottom of page</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(5) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 13, "warning": 1, "failed": 1, "inapplicable": 9 }, "assertions": { "QW-BP11": { "name": "Using br to make a list", "code": "QW-BP11", "description": "Using 3 consecutive br elements", "metadata": { "target": { "element": "br" }, "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "`br` elements are being be used as a list." }, "results": [ { "verdict": "failed", "description": "`br` elements are being be used as a list.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly District have been counted and we’ve seen the democratic process through to its end. I’m honored that the people have elected me to serve our community.\n\nNow, it’s time to roll up our sleeves and get right to work. The Governor has initiated a special session, and the legislature has already convened and started organizing. I’m excited to get to Sacramento right away and represent all constituents of our district.\n\nThank you to everyone who supported our campaign. As promised, I’ll work with anyone with good ideas- Democrats, Republi …", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP1": { "name": "Using h1-h6 to identify headings", "code": "QW-BP1", "mapping": "H42", "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html" } ], "related": [ "H69", "G141", "F2", "F43" ], "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html", "passed": 0, "warning": 9, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that heading markup is used when content is a heading." }, "results": [ { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:90px; line-height:1em; text-align:center;\">GREG WALLIS</h1>", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:49px; line-height:1em; text-align:center;\">for Assembly</h1>", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:25px; line-height:1em;\">STAND WITH GREG:</h1>", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:27px; line-height:1em; text-align:center;\">“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly District have been counted and we’ve seen the democratic process through to its end. I’m honored that the people have elected me to serve our community.\n\nNow, it’s time to roll up our sleeves and get right to work. The Governor has initiated a special session, and the legislature has already convened and started organizing. I’m excited to get to Sacramento right away and represent all constituents of our district.\n\nThank you to everyone who supported our campaign. As promised, I’ll work with anyone w …", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">JOIN THE TEAM</h1>", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">MEET GREG WALLIS</h1>", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:23px; line-height:1em; text-align:center;\">Greg is running to represent the 47th Assembly District because he believes California deserves better. As a third-generation Californian, he believes that our state should be the land of economic opportunity and social mobility. Greg’s core beliefs, namely the importance of hard work, independence, and perseverance, reflect the California mindset. By focusing on affordability, opportunity, and cutting-edge technology, Greg is confident he can help our region rise to the level of innovation California is known for.</h1>", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">GREG'S ENDORSEMENTS</h1>", "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(3) > div:nth-child(1) > div:nth-child(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) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">ENDORSE GREG</h1>", "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(3) > div:nth-child(1) > div:nth-child(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) > h1:nth-child(1)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 39, "document": 1, "region": 11, "button": 4, "img": 6, "navigation": 2, "list": 4, "listitem": 16, "main": 1, "heading": 9, "graphics-document": 1, "form": 3, "textbox": 10 }, "tags": { "html": 1, "head": 1, "meta": 25, "link": 11, "script": 61, "style": 17, "title": 1, "body": 1, "pages-css": 1, "div": 260, "span": 103, "button": 4, "header": 1, "section": 8, "a": 28, "wow-image": 6, "img": 6, "wix-dropdown-menu": 2, "nav": 2, "ul": 4, "li": 16, "p": 31, "main": 1, "h1": 9, "br": 6, "svg": 1, "g": 1, "path": 1, "form": 3, "input": 10, "footer": 1 } } } }, "success": true }, "standardResult": { "totals": [ 12, 94, 60, 3 ], "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=\"146\">" }, { "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=\"146\">" }, { "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-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) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"lY3Nwh\" 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": "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/meet-greg\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">MEET GREG</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/issues\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">ISSUES</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/endorsements\" target=\"_self\" class=\"lY3Nwh\" 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": "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/media\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">MEDIA</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/news\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">NEWS</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/ad-47\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">AD 47</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">DONATE</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$5</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$10</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$25</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$50</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$75</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">OTHER</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-kyvz2nce", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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=\"first-name*\" id=\"input_comp-kyvz2nce\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"First Name*\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"First Name*\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-kyvz2ncj", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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=\"text\" name=\"last-name*\" id=\"input_comp-kyvz2ncj\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Last Name*\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Last Name*\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-kyvz2ncm", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvz2ncm\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" 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": "INPUT", "id": "input_comp-kyvz37up", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"tel\" name=\"phone\" id=\"input_comp-kyvz37up\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Cell Phone\" aria-required=\"false\" pattern=\"^[+]?([(][0-9]{1,3}[)][-]?)?([0-9][-]?){3,16}[0-9]$\" maxlength=\"50\" aria-label=\"Cell Phone\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-kyvz41na", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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(5) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" name=\"zip\" id=\"input_comp-kyvz41na\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Zip\" aria-required=\"false\" maxlength=\"250\" aria-label=\"Zip\">" }, { "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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(6) > 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/meet-greg\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">LEARN MORE</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/endorsements\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">VIEW ALL 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": "INPUT", "id": "input_comp-kyvzls221", "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(3) > div:nth-child(1) > div:nth-child(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) > 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-kyvzls221\" 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-kyvzls25", "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(3) > div:nth-child(1) > div:nth-child(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) > 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=\"text\" name=\"title*\" id=\"input_comp-kyvzls25\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Title*\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Title*\">" }, { "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-kyvzls271", "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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvzls271\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" 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": "INPUT", "id": "input_comp-kyvzls292", "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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"tel\" name=\"phone\" id=\"input_comp-kyvzls292\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Cell Phone\" aria-required=\"false\" pattern=\"^[+]?([(][0-9]{1,3}[)][-]?)?([0-9][-]?){3,16}[0-9]$\" maxlength=\"50\" aria-label=\"Cell Phone\">" }, { "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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button:nth-child(1)" }, "excerpt": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">Endorse Greg!</button>" }, { "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-kyvzu1mw2", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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=\"email\" name=\"email\" id=\"input_comp-kyvzu1mw2\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email Updates*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email Updates*\">" }, { "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"></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-kyvz2nce", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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=\"first-name*\" id=\"input_comp-kyvz2nce\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"First Name*\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"First Name*\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-kyvz2ncj", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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=\"text\" name=\"last-name*\" id=\"input_comp-kyvz2ncj\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Last Name*\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Last Name*\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-kyvz2ncm", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvz2ncm\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email*\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-kyvz37up", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"tel\" name=\"phone\" id=\"input_comp-kyvz37up\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Cell Phone\" aria-required=\"false\" pattern=\"^[+]?([(][0-9]{1,3}[)][-]?)?([0-9][-]?){3,16}[0-9]$\" maxlength=\"50\" aria-label=\"Cell Phone\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-kyvz41na", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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(5) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" name=\"zip\" id=\"input_comp-kyvz41na\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Zip\" aria-required=\"false\" maxlength=\"250\" aria-label=\"Zip\">" }, { "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-kyvzls221", "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(3) > div:nth-child(1) > div:nth-child(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) > 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-kyvzls221\" 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-kyvzls25", "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(3) > div:nth-child(1) > div:nth-child(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) > 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=\"text\" name=\"title*\" id=\"input_comp-kyvzls25\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Title*\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Title*\">" }, { "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-kyvzls271", "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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvzls271\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email*\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-kyvzls292", "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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"tel\" name=\"phone\" id=\"input_comp-kyvzls292\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Cell Phone\" aria-required=\"false\" pattern=\"^[+]?([(][0-9]{1,3}[)][-]?)?([0-9][-]?){3,16}[0-9]$\" maxlength=\"50\" aria-label=\"Cell Phone\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-kyvzu1mw2", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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=\"email\" name=\"email\" id=\"input_comp-kyvzu1mw2\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email Updates*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email Updates*\">" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl0label", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl0label\">HOME</p>" }, { "ruleID": "QW-ACT-R75", "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\"><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": "P", "id": "comp-kyw148fl0label", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl0label\">HOME</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": "P", "id": "comp-kyw148fl1label", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl1label\">MEET GREG</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": "P", "id": "comp-kyw148fl2label", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl2label\">ISSUES</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": "P", "id": "comp-kyw148fl3label", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl3label\">ENDORSEMENTS</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": "P", "id": "comp-kyw148fl4label", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl4label\">MEDIA</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": "P", "id": "comp-kyw148fl5label", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl5label\">NEWS</p>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "P", "id": "comp-kyw148fl6label", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 50px;\" id=\"comp-kyw148fl6label\">AD 47</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">DONATE</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1: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=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">GREG WALLIS</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">for Assembly</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">STAND WITH GREG:</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">$5</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">$10</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">$25</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">$50</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">$75</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">OTHER</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly District have been counted and we’ve se ... get to Sacramento right away and represent all constituents of our district. Thank you to everyone who supported our campaign. As promised, I’ll work with anyone with good ideas- Democrats, Republi …" }, { "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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(6) > 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">JOIN THE TEAM</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">MEET GREG WALLIS</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h1: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=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">Greg is running to represent the 47th Assembly District because he believes California deserves better. As a third-generation Califor ... the California mindset. By focusing on affordability, opportunity, and cutting-edge technology, Greg is confident he can help our region rise to the level of innovation California is known for.</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">LEARN MORE</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "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(3) > div:nth-child(1) > div:nth-child(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) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">GREG'S ENDORSEMENTS</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(3) > div:nth-child(1) > div:nth-child(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) > 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)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">Riverside County Sheriffs' Association</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">Chad Bianco, </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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">Riverside County Sheriff</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">Dawn Rowe, </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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">San Bernardino County Supervisor, 3rd District</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">David Avila,</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> Yucaipa Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">Linda Evans,</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> La Quinta Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">Jan Harnik, </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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6) > span:nth-child(1) > span:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">Palm Desert Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">Dana Reed,</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span:nth-child(1) > span:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\"> Indian Wells Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b4853cbc54e08acc60787b,orig_lato_bold;\" class=\"wixui-rich-text__text\">Scott Matas, </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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > span:nth-child(1) > span:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span style=\"font-family:wfont_3e705d_e7aeb0083dda449e8f7c0018c33b9639,wf_e7aeb0083dda449e8f7c0018c,orig_lato_light;\" class=\"wixui-rich-text__text\">Desert Hot Springs Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(9) > 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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(10) > 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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">VIEW ALL ENDORSEMENTS</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(3) > div:nth-child(1) > div:nth-child(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) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">ENDORSE GREG</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">Endorse Greg!</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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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(3) > div:nth-child(1) > 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) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:0.02em;\" class=\"wixui-rich-text__text\">Paid for by Greg Wallis for Assembly 2024, ID #1456955.</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": 0, "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\":639,\"renderTimeStamp\":1687099163446} 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-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "comp-kz4drnme4itemsContainer", "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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"DN7syf\" id=\"comp-kz4drnme4itemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\"><li id=\"comp-kz4drnme40\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataIt ... allis.org\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\" _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) > …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 2, "tagName": "UL", "id": "comp-kz4drnme4moreContainer", "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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > ul:nth-child(1)" }, "excerpt": "<ul class=\"k8K0Wj wixui-dropdown-menu__submenu\" id=\"comp-kz4drnme4moreContainer\"></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": "comp-kyw148flitemsContainer", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"DN7syf\" id=\"comp-kyw148flitemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\"><li id=\"comp-kyw148fl0\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem ... id=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"lY3Nwh\" 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": 2, "tagName": "UL", "id": "comp-kyw148flmoreContainer", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > ul:nth-child(1)" }, "excerpt": "<ul class=\"k8K0Wj wixui-dropdown-menu__submenu\" id=\"comp-kyw148flmoreContainer\"></ul>" }, { "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-kyvz2nc91", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1)" }, "excerpt": "<form id=\"comp-kyvz2nc91\" class=\"JVi7i2 comp-kyvz2nc91 wixui-form\">SubmitThanks for submitting!</form>" }, { "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-kyvzls20", "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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1)" }, "excerpt": "<form id=\"comp-kyvzls20\" class=\"JVi7i2 comp-kyvzls20 wixui-form\">Endorse Greg!Thanks for submitting!</form>" }, { "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-kyvzu1mp1", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1)" }, "excerpt": "<form id=\"comp-kyvzu1mp1\" class=\"JVi7i2 comp-kyvzu1mp1 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) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"\" alt=\"4.png\" style=\"width:200px;height:100px;object-fit:cover\" srcset=\"\" 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_200,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png\" alt=\"4.png\" style=\"width:200px;height:100p ... .00_0.01,enc_auto/4.png 1x, https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_400,h_200,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/4.png 2x\" fetchpriority=\"high\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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/3e705d_e176cc6d62d342029fad2d893d27a039~mv2.jpg/v1/fill/w_1366,h_794,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/3e705d_e176cc6d62d342029fad2d893d27a039~mv2.jpg\" alt=\"GregWallis20220447_edited.jpg\" style=\"width: 1366px; height: 794px; 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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/3e705d_f07738b74b55451283c190f60ba83690~mv2.jpg/v1/crop/x_0,y_362,w_2667,h_3276/fill/w_72,h_89,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/GregWallis20220221.jpg\" alt=\"GregWallis20220221.jpg\" style=\"width: 289px; height: 355px; 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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/3e705d_f45a52277e684e0fa6fd7f4d47018175~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/4.png\" alt=\"4.png\" style=\"width: 569px; height: 285px; 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) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"\" alt=\"4.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\" fetchpriority=\"high\">" }, { "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\":639,\"renderTimeStamp\":1687099163446} 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": "H1", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:90px; line-height:1em; text-align:center;\">GREG WALLIS</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:90px;\" class=\"wixui-rich-text__text\">GREG WALLIS</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:49px; line-height:1em; text-align:center;\">for Assembly</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:49px;\" class=\"wixui-rich-text__text\">for Assembly</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:25px; line-height:1em;\">STAND WITH GREG:</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:25px;\" class=\"wixui-rich-text__text\">STAND WITH GREG:</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:27px; line-height:1em; text-align:center;\">“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly Distr ... started organizing. I’m excited to get to Sacramento right away and represent all constituents of our district. Thank you to everyone who supported our campaign. As promised, I’ll work with anyone w …" }, { "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly District have been counted and we’ve seen the ... Sacramento right away and represent all constituents of our district. Thank you to everyone who supported our campaign. As promised, I’ll work with anyone with good ideas- Democrats, Republicans, a …" }, { "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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(7) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:14px;\">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": "H1", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">JOIN THE TEAM</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:51px;\" class=\"wixui-rich-text__text\">JOIN THE TEAM</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">MEET GREG WALLIS</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:51px;\" class=\"wixui-rich-text__text\">MEET GREG WALLIS</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:23px; line-height:1em; text-align:center;\">Greg is running to represent the 47th Assembly District because he believes California deserves bet ... t the California mindset. By focusing on affordability, opportunity, and cutting-edge technology, Greg is confident he can help our region rise to the level of innovation California is known for.</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h1:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:23px;\" class=\"wixui-rich-text__text\">Greg is running to represent the 47th Assembly District because he believes California deserves better. As a third-generation Californian, h ... the California mindset. By focusing on affordability, opportunity, and cutting-edge technology, Greg is confident he can help our region rise to the level of innovation California is known for.</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(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) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">GREG'S ENDORSEMENTS</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(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) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:51px;\" class=\"wixui-rich-text__text\">GREG'S ENDORSEMENTS</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(3) > div:nth-child(1) > div:nth-child(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) > 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:27px; text-align:center;\">Riverside County Sheriffs' Association</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">Riverside County Sheriffs' Association</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(3) > div:nth-child(1) > div:nth-child(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) > 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:27px; text-align:center;\">Chad Bianco, Riverside County Sheriff</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(3) > div:nth-child(1) > div:nth-child(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) > 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:27px;\" class=\"wixui-rich-text__text\">Chad Bianco, Riverside County Sheriff</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">Dawn Rowe, San Bernardino County Supervisor, 3rd District</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">Dawn Rowe, San Bernardino County Supervisor, 3rd District</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">David Avila, Yucaipa Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">David Avila, Yucaipa Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">Linda Evans, La Quinta Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">Linda Evans, La Quinta Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">Jan Harnik, Palm Desert Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">Jan Harnik, Palm Desert Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">Dana Reed, Indian Wells Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">Dana Reed, Indian Wells Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\">Scott Matas, Desert Hot Springs Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:27px;\" class=\"wixui-rich-text__text\">Scott Matas, Desert Hot Springs Mayor</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(9)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"></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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(10)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:27px; text-align:center;\"></p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(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) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">ENDORSE GREG</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(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) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:51px;\" class=\"wixui-rich-text__text\">ENDORSE GREG</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(3) > div:nth-child(1) > div:nth-child(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) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:14px;\">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": "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > 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=\"line-height:1.4em; text-align:center; font-size:14px;\">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": "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(3) > div:nth-child(1) > 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_7 wixui-rich-text__text\" style=\"line-height:1.7em; text-align:center; font-size:16px;\">Paid for by Greg Wallis for Assembly 2024, ID #1456955.</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(5) > 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_7 wixui-rich-text__text\" style=\"line-height:1.7em; text-align:center; font-size:16px;\">Paid for by Greg Wallis for Assembly 2022, ID #1443699.</p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(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": "DIV", "id": "comp-kz4drnme4navContainer-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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div style=\"display:none\" id=\"comp-kz4drnme4navContainer-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": "DIV", "id": "comp-kyw148flnavContainer-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) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div style=\"display:none\" id=\"comp-kyw148flnavContainer-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(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > 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) > span:nth-child(1)" }, "excerpt": "<span class=\"mHZSwn\">ENDORSE</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(5) > span:nth-child(1)" }, "excerpt": "<span class=\"mHZSwn\">bottom of page</span>" }, { "ruleID": "QW-BP11", "what": "Using 3 consecutive br elements", "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(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly District have been counted and we’ve se ... get to Sacramento right away and represent all constituents of our district. Thank you to everyone who supported our campaign. As promised, I’ll work with anyone with good ideas- Democrats, Republi …" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:90px; line-height:1em; text-align:center;\">GREG WALLIS</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:49px; line-height:1em; text-align:center;\">for Assembly</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:25px; line-height:1em;\">STAND WITH GREG:</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:27px; line-height:1em; text-align:center;\">“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly Distr ... started organizing. I’m excited to get to Sacramento right away and represent all constituents of our district. Thank you to everyone who supported our campaign. As promised, I’ll work with anyone w …" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">JOIN THE TEAM</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">MEET GREG WALLIS</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:23px; line-height:1em; text-align:center;\">Greg is running to represent the 47th Assembly District because he believes California deserves bet ... t the California mindset. By focusing on affordability, opportunity, and cutting-edge technology, Greg is confident he can help our region rise to the level of innovation California is known for.</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(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) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">GREG'S ENDORSEMENTS</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(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) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:51px; line-height:1em; text-align:center;\">ENDORSE GREG</h1>" } ] }, "endTime": 1687108835712 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687108835712, "url": "https://www.gregwallis.org/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.093", "responseTime": "2023-06-18T17:20:35.192Z", "data": { "apiErrors": [], "documentSize": 1476244, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 172, "failing": 8 }, "issues": { "totalErrors": 23, "totalWarnings": 0, "totalIssues": 23 }, "issuesByLevel": { "A": { "count": 11, "pct": 47.83 }, "AA": { "count": 6, "pct": 26.09 }, "AAA": { "count": 23, "pct": 100 } }, "density": { "errorDensity": 2, "warningDensity": 0, "allDensity": 2 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "f3cb8ac3-04f4-41fd-885e-91f1f49e93dd", "docID": "70ecf224-de95-46d5-cd6d-3f3300914adf", "sourceHash": "23abf0140375450028c52e80d7fe03fe", "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=f3cb8ac3-04f4-41fd-885e-91f1f49e93dd", "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": 14605, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":639,\"renderTimeStamp\":1687099163446}\n</script> <script sty", "xpath": "/html/body", "issueID": "0b4ca76eededbc7fedce0f2377a4b6b1", "signature": "5e1248c6c97edb988b497c4ea43504f1", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=0b4ca76eededbc7fedce0f2377a4b6b1" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 237, "y": 55 }, "height": 55, "width": 237 }, "position": { "line": 16203, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/meet-greg\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">LEARN MORE</span></a>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]", "issueID": "d4d131f15ef519986fdbe3d9c62ba7eb", "signature": "81265bee5d1e5b9d68700da50029418c", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=d4d131f15ef519986fdbe3d9c62ba7eb" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 264, "y": 110 }, "height": 110, "width": 264 }, "position": { "line": 13605, "column": 5796 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">DONATE<", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "issueID": "9bb78d7727fff096a52acbcf1eb195ef", "signature": "2bfd604c5121bc2cd002ee02ca6c8c93", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=9bb78d7727fff096a52acbcf1eb195ef" }, { "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": 14605, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":639,\"renderTimeStamp\":1687099163446}\n</script> <script sty", "xpath": "/html/body", "issueID": "d02832b5d620bab603585da9bcb2ba08", "signature": "e37c824f19971d0affcca4f4a98c8202", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=d02832b5d620bab603585da9bcb2ba08" }, { "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": 14605, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":639,\"renderTimeStamp\":1687099163446}\n</script> <script sty", "xpath": "/html/body", "issueID": "53473ef52e8c721c40f8a30c844aa8d5", "signature": "8a05d6d9e0a014e23fde635880c15623", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=53473ef52e8c721c40f8a30c844aa8d5" }, { "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": 945, "y": 464 }, "height": 464, "width": 945 }, "position": { "line": 19244, "column": 380 }, "errorSnippet": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:27px; line-height:1em; text-align:center;\"><span style=\"font-family:wfont_0ee50d_d861850109774c35a9118f6b42890a89,wf_d861850109774c35a9118f6b4,orig_gothambold;\" class=\"wixui-rich-text__te", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]", "issueID": "e36754fc632f3590afe8781bd82b4801", "signature": "e49be33a82fc07a789d6b3c447f30cde", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=e36754fc632f3590afe8781bd82b4801" }, { "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": 724, "y": 192 }, "height": 192, "width": 724 }, "position": { "line": 21463, "column": 0 }, "errorSnippet": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:23px; line-height:1em; text-align:center;\"><span style=\"font-size:23px;\" class=\"wixui-rich-text__text\"><span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[3]/h1[1]", "issueID": "8ef22f651bd8f1dd3b886034a387e699", "signature": "1e94c3d3d868ed087254019dce2c714a", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=8ef22f651bd8f1dd3b886034a387e699" }, { "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": 86, "y": 55 }, "height": 55, "width": 86 }, "position": { "line": 13610, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$5</sp", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]", "issueID": "7a40d00c9c7456e96e6659875b54418f", "signature": "dd2f58dbcff1d9c5b7ac60923cd094ef", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7a40d00c9c7456e96e6659875b54418f" }, { "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": 86, "y": 55 }, "height": 55, "width": 86 }, "position": { "line": 13610, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$10</s", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]", "issueID": "5e50e1aacaf54cd2da2933e7b054c63a", "signature": "c281f2151574bbdeefa92b73bc4da868", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=5e50e1aacaf54cd2da2933e7b054c63a" }, { "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": 86, "y": 55 }, "height": 55, "width": 86 }, "position": { "line": 13626, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$25</s", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]", "issueID": "9139e5c26375f87b24012bb5170a0b0d", "signature": "138380287abf81a7f307959fa72bcc25", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9139e5c26375f87b24012bb5170a0b0d" }, { "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": 86, "y": 55 }, "height": 55, "width": 86 }, "position": { "line": 13626, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$50</s", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]", "issueID": "a428bddd9c2f73258df55db4b10f3ea1", "signature": "b57738dd4dbddf804208f73c0a4e03c4", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a428bddd9c2f73258df55db4b10f3ea1" }, { "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": 86, "y": 55 }, "height": 55, "width": 86 }, "position": { "line": 16202, "column": 34 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$75</s", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]", "issueID": "7360c38c9577422c6a8e18c46832951a", "signature": "12cfe1631e29a9eefb19ab44b1ab20cc", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7360c38c9577422c6a8e18c46832951a" }, { "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": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 12570, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"http://url2388.efundraisingconnections.com/ls/click?upn=y-2Bg-2BGJG7UGeFZBgLeeeaINKdE1UlN-2BTvxTlDLXBEXSaj3mh-2Fo5-2FYrYAAQak7rAEkVEcnywR5Feu-2BQu90T330Jg-3D-3DMuPJ_yw-2BFsruRZRvGaTjlc1SIG1l5IPS7GIedLKCSc82VcXPUlgv08", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "issueID": "70d17ac0c0ddb9a8b7a2ca151d91866d", "signature": "c5493f689f9fc799dd11e1e4028af14e", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=70d17ac0c0ddb9a8b7a2ca151d91866d" }, { "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": 264, "y": 110 }, "height": 110, "width": 264 }, "position": { "line": 13605, "column": 5796 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">DONATE<", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "issueID": "4d87a08f7ae6b9befed067e7ef882877", "signature": "f8819ad743e62d311cb8b99c25e5e922", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4d87a08f7ae6b9befed067e7ef882877" }, { "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": 86, "y": 55 }, "height": 55, "width": 86 }, "position": { "line": 13610, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$5</sp", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]", "issueID": "6b40b34989a9c0f8618617541fabef43", "signature": "ca0fd55537767e291ad145c14895fefd", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=6b40b34989a9c0f8618617541fabef43" }, { "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": 86, "y": 55 }, "height": 55, "width": 86 }, "position": { "line": 13610, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$10</s", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]", "issueID": "05dafc6722fe92b69ae26508e5eb1cda", "signature": "b1ece976fbbb4ebc584e3f0d0e316583", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=05dafc6722fe92b69ae26508e5eb1cda" }, { "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": 86, "y": 55 }, "height": 55, "width": 86 }, "position": { "line": 13626, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$25</s", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]", "issueID": "8841a51c733f28521a11b28d00125c54", "signature": "4eecfc18b47de298abe3ed754551eda6", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=8841a51c733f28521a11b28d00125c54" }, { "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": 86, "y": 55 }, "height": 55, "width": 86 }, "position": { "line": 13626, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$50</s", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]", "issueID": "418cc75c3786ac75850550078332b60c", "signature": "ff600a6681552496fc6ce3710927f758", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=418cc75c3786ac75850550078332b60c" }, { "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": 86, "y": 55 }, "height": 55, "width": 86 }, "position": { "line": 16202, "column": 34 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$75</s", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]", "issueID": "ace00c407cc7f63414b7784aff5b60c2", "signature": "3459a932c6a59ee3d7e3de34b1adb623", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ace00c407cc7f63414b7784aff5b60c2" }, { "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": 215, "y": 55 }, "height": 55, "width": 215 }, "position": { "line": 16203, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">OTHER<", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]", "issueID": "5b1b627ce3693f811bb0a9929bb1487e", "signature": "7446e3216ae1c664e6aede00dbbe475b", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5b1b627ce3693f811bb0a9929bb1487e" }, { "tID": 242, "bpID": 209, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level" ], "resultTitle": "Ensure content is easy to read and understand", "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.", "viewPortLocation": { "top-left": { "x": 837, "y": 85 }, "bottom-right": { "x": 837, "y": 85 }, "height": 0, "width": 0 }, "position": { "line": 17810, "column": 50 }, "errorSnippet": "<br class=\"wixui-rich-text__text\">", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/br[1]", "issueID": "7ffc9489c291635d35813be823d016a0", "signature": "6a20ea2c62c8af04d882fb6c5d7e4624", "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=7ffc9489c291635d35813be823d016a0" }, { "tID": 242, "bpID": 209, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level" ], "resultTitle": "Ensure content is easy to read and understand", "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.", "viewPortLocation": { "top-left": { "x": 940.5, "y": 230 }, "bottom-right": { "x": 940.5, "y": 230 }, "height": 0, "width": 0 }, "position": { "line": 17811, "column": 0 }, "errorSnippet": "<br class=\"wixui-rich-text__text\">", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/br[3]", "issueID": "66caafb8c44dc332cfddb12bebf0d183", "signature": "4ce2cc8f6f4a00045b6e7d048ce6029a", "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=66caafb8c44dc332cfddb12bebf0d183" }, { "tID": 242, "bpID": 209, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level" ], "resultTitle": "Ensure content is easy to read and understand", "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.", "viewPortLocation": { "top-left": { "x": 814, "y": 375 }, "bottom-right": { "x": 814, "y": 375 }, "height": 0, "width": 0 }, "position": { "line": 19975, "column": 50 }, "errorSnippet": "<br class=\"wixui-rich-text__text\">", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/br[5]", "issueID": "8b2d643d31c990121d6fe066e65e8f78", "signature": "a4d7cfb7b9db161f99870b14349f52d2", "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=8b2d643d31c990121d6fe066e65e8f78" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 1, 22 ], "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\":639,\"renderTimeStamp\":1687099163446} </script> <script sty" }, { "ruleID": "73", "what": "This link text is uninformative.", "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]/section[5]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org/meet-greg\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">LEARN MORE</span></a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">DONATE<" }, { "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\":639,\"renderTimeStamp\":1687099163446} </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\":639,\"renderTimeStamp\":1687099163446} </script> <script sty" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:27px; line-height:1em; text-align:center;\"><span style=\"font-family:wfont_0ee50d_d861850109774c35a9118f6b42890a89,wf_d861850109774c35a9118f6b4,orig_gothambold;\" class=\"wixui-rich-text__te" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[3]/h1[1]" }, "excerpt": "<h1 class=\"font_6 wixui-rich-text__text\" style=\"font-size:23px; line-height:1em; text-align:center;\"><span style=\"font-size:23px;\" class=\"wixui-rich-text__text\"><span style=\"font-family:wfont_3e705d_814b4853cbc54e08acc60787bf2b199d,wf_814b" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$5</sp" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$10</s" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$25</s" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$50</s" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$75</s" }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://url2388.efundraisingconnections.com/ls/click?upn=y-2Bg-2BGJG7UGeFZBgLeeeaINKdE1UlN-2BTvxTlDLXBEXSaj3mh-2Fo5-2FYrYAAQak7rAEkVEcnywR5Feu-2BQu90T330Jg-3D-3DMuPJ_yw-2BFsruRZRvGaTjlc1SIG1l5IPS7GIedLKCSc82VcXPUlgv08" }, { "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]/section[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">DONATE<" }, { "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]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$5</sp" }, { "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]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$10</s" }, { "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]/section[3]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$25</s" }, { "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]/section[3]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$50</s" }, { "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]/section[3]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">$75</s" }, { "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]/section[3]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/GregWallis2024\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">OTHER<" }, { "ruleID": "242", "what": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "ordinalSeverity": 3, "tagName": "BR", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/br[1]" }, "excerpt": "<br class=\"wixui-rich-text__text\">" }, { "ruleID": "242", "what": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "ordinalSeverity": 3, "tagName": "BR", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/br[3]" }, "excerpt": "<br class=\"wixui-rich-text__text\">" }, { "ruleID": "242", "what": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "ordinalSeverity": 3, "tagName": "BR", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[8]/h1[1]/span[1]/span[1]/span[1]/span[1]/br[5]" }, "excerpt": "<br class=\"wixui-rich-text__text\">" } ] }, "endTime": 1687108836320 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687108836320, "url": "https://www.gregwallis.org/", "what": "Testaro", "result": { "rules": { "allHidden": { "what": "page that is entirely or mostly hidden", "data": { "hidden": { "document": false, "body": false, "main": false }, "reallyHidden": { "document": false, "body": false, "main": false }, "display": { "document": "block", "body": "block", "main": "block" }, "visHidden": { "document": false, "body": false, "main": false }, "ariaHidden": { "document": false, "body": false, "main": false }, "tagName": { "document": "HTML", "body": "BODY", "main": "MAIN" }, "id": { "body": "", "main": "PAGES_CONTAINER" } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "autocomplete": { "what": "name and email inputs without autocomplete attributes", "data": { "total": 5, "items": [ [ "given-name", "", "First Name*; #input_comp-kyvz2nce" ], [ "family-name", "", "Last Name*; #input_comp-kyvz2ncj" ], [ "email", "", "Email*; #input_comp-kyvz2ncm" ], [ "email", "", "Email*; #input_comp-kyvzls271" ], [ "email", "", "Email Updates*; #input_comp-kyvzu1mw2" ] ] }, "totals": [ 0, 0, 5, 0 ], "standardInstances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value given-name", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "First Name*; #input_comp-kyvz2nce" }, { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value family-name", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Last Name*; #input_comp-kyvz2ncj" }, { "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-kyvz2ncm" }, { "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-kyvzls271" }, { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email Updates*; #input_comp-kyvzu1mw2" } ] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 347 }, "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": 31, "tabFocused": 32, "discrepancy": 1 }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 31, "types": { "missing": { "total": 21, "tagNames": { "A": 18, "BUTTON": 3 } }, "nonoutline": { "total": 10, "tagNames": { "INPUT": 10 } }, "outline": { "total": 0, "meanDelay": 0, "tagNames": {} } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "tagName": "A", "id": "", "text": "HOME" }, { "tagName": "A", "id": "", "text": "MEET GREG" }, { "tagName": "A", "id": "", "text": "ISSUES" }, { "tagName": "A", "id": "", "text": "ENDORSEMENTS" }, { "tagName": "A", "id": "", "text": "MEDIA" }, { "tagName": "A", "id": "", "text": "NEWS" }, { "tagName": "A", "id": "", "text": "AD 47" }, { "tagName": "A", "id": "", "text": "DONATE" }, { "tagName": "A", "id": "", "text": "$5" }, { "tagName": "A", "id": "", "text": "$10" }, { "tagName": "A", "id": "", "text": "$25" }, { "tagName": "A", "id": "", "text": "$50" }, { "tagName": "A", "id": "", "text": "$75" }, { "tagName": "A", "id": "", "text": "OTHER" }, { "tagName": "BUTTON", "id": "", "text": "Submit" }, { "tagName": "A", "id": "", "text": "LEARN MORE" }, { "tagName": "A", "id": "", "text": "VIEW ALL ENDORSEMENTS" }, { "tagName": "BUTTON", "id": "", "text": "Endorse Greg!" }, { "tagName": "BUTTON", "id": "", "text": "Submit" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" } ], "nonoutline": [ { "tagName": "INPUT", "id": "input_comp-kyvz2nce", "text": "<input type=\"text\" name=\"first-name*\" id=\"input_comp-kyvz2nce\" class=\"KvoMHf has-custom-focus wixui-" }, { "tagName": "INPUT", "id": "input_comp-kyvz2ncj", "text": "<input type=\"text\" name=\"last-name*\" id=\"input_comp-kyvz2ncj\" class=\"KvoMHf has-custom-focus wixui-t" }, { "tagName": "INPUT", "id": "input_comp-kyvz2ncm", "text": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvz2ncm\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "tagName": "INPUT", "id": "input_comp-kyvz37up", "text": "<input type=\"tel\" name=\"phone\" id=\"input_comp-kyvz37up\" class=\"KvoMHf has-custom-focus wixui-text-in" }, { "tagName": "INPUT", "id": "input_comp-kyvz41na", "text": "<input type=\"text\" name=\"zip\" id=\"input_comp-kyvz41na\" class=\"KvoMHf has-custom-focus wixui-text-inp" }, { "tagName": "INPUT", "id": "input_comp-kyvzls221", "text": "<input type=\"text\" name=\"name*\" id=\"input_comp-kyvzls221\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "tagName": "INPUT", "id": "input_comp-kyvzls25", "text": "<input type=\"text\" name=\"title*\" id=\"input_comp-kyvzls25\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "tagName": "INPUT", "id": "input_comp-kyvzls271", "text": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvzls271\" class=\"KvoMHf has-custom-focus wixui-text" }, { "tagName": "INPUT", "id": "input_comp-kyvzls292", "text": "<input type=\"tel\" name=\"phone\" id=\"input_comp-kyvzls292\" class=\"KvoMHf has-custom-focus wixui-text-i" }, { "tagName": "INPUT", "id": "input_comp-kyvzu1mw2", "text": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvzu1mw2\" class=\"KvoMHf has-custom-focus wixui-text" } ], "outline": [] } }, "totals": [ 0, 0, 10, 21 ], "standardInstances": [ { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvz2nce", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"first-name*\" id=\"input_comp-kyvz2nce\" class=\"KvoMHf has-custom-focus wixui-" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvz2ncj", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"last-name*\" id=\"input_comp-kyvz2ncj\" class=\"KvoMHf has-custom-focus wixui-t" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvz2ncm", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvz2ncm\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvz37up", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"tel\" name=\"phone\" id=\"input_comp-kyvz37up\" class=\"KvoMHf has-custom-focus wixui-text-in" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvz41na", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"zip\" id=\"input_comp-kyvz41na\" class=\"KvoMHf has-custom-focus wixui-text-inp" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvzls221", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"name*\" id=\"input_comp-kyvzls221\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvzls25", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"title*\" id=\"input_comp-kyvzls25\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvzls271", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvzls271\" class=\"KvoMHf has-custom-focus wixui-text" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvzls292", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"tel\" name=\"phone\" id=\"input_comp-kyvzls292\" class=\"KvoMHf has-custom-focus wixui-text-i" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvzu1mw2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvzu1mw2\" class=\"KvoMHf has-custom-focus wixui-text" }, { "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.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEET GREG" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ISSUES" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEDIA" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NEWS" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 47" }, { "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": "$5" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$10" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$25" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$50" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$75" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "OTHER" }, { "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": "LEARN MORE" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "VIEW ALL ENDORSEMENTS" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorse Greg!" }, { "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.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 76, "types": { "onlyFocusable": { "total": 2, "tagNames": { "DIV": 2 } }, "onlyOperable": { "total": 33, "tagNames": { "DIV": 4, "LI": 16, "SPAN": 13 } }, "focusableAndOperable": { "total": 41, "tagNames": { "A": 28, "INPUT": 10, "BUTTON": 3 } } } }, "items": { "onlyFocusable": [ { "tagName": "DIV", "id": "", "text": "More" }, { "tagName": "DIV", "id": "", "text": "More" } ], "onlyOperable": [ { "tagName": "DIV", "id": "comp-kz4drnm12", "text": "<div id=\"comp-kz4drnm12\" class=\"MazNVa comp-kz4drnm12 wixui-image rYiAuL\" style=\"cursor: default;\"><", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kz4drnme40", "text": "HOME", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kz4drnme41", "text": "MEET GREG", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kz4drnme42", "text": "ISSUES", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kz4drnme43", "text": "ENDORSEMENTS", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kz4drnme44", "text": "MEDIA", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kz4drnme45", "text": "NEWS", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kz4drnme46", "text": "AD 47", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kz4drnme4__more__", "text": "More", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "DONATE", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-kp75zbph", "text": "<div id=\"comp-kp75zbph\" class=\"MazNVa comp-kp75zbph wixui-image rYiAuL\" style=\"cursor: default;\"><a ", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kyw148fl0", "text": "HOME", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kyw148fl1", "text": "MEET GREG", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kyw148fl2", "text": "ISSUES", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kyw148fl3", "text": "ENDORSEMENTS", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kyw148fl4", "text": "MEDIA", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kyw148fl5", "text": "NEWS", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kyw148fl6", "text": "AD 47", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-kyw148fl__more__", "text": "More", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "DONATE", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "$5", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "$10", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "$25", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "$50", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "$75", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "OTHER", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "Submit", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "LEARN MORE", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "VIEW ALL ENDORSEMENTS", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "Endorse Greg!", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "Submit", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-kyvzz7i1", "text": "<div id=\"comp-kyvzz7i1\" class=\"MazNVa comp-kyvzz7i1 wixui-image rYiAuL\" style=\"cursor: default;\"><a ", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-kz4ebplw", "text": "<div id=\"comp-kz4ebplw\" class=\"MazNVa comp-kz4ebplw wixui-image rYiAuL\" style=\"cursor: default;\"><a ", "byTag": false, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"j7pOnl\" style=\"", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "HOME", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "MEET GREG", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "ISSUES", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "ENDORSEMENTS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "MEDIA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "NEWS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "AD 47", "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.gregwallis.org\" target=\"_self\" class=\"j7pOnl\" style=\"", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "HOME", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "MEET GREG", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "ISSUES", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "ENDORSEMENTS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "MEDIA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "NEWS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "AD 47", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "DONATE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "$5", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "$10", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "$25", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "$50", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "$75", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "OTHER", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "input_comp-kyvz2nce", "text": "<input type=\"text\" name=\"first-name*\" id=\"input_comp-kyvz2nce\" class=\"KvoMHf has-custom-focus wixui-", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "input_comp-kyvz2ncj", "text": "<input type=\"text\" name=\"last-name*\" id=\"input_comp-kyvz2ncj\" class=\"KvoMHf has-custom-focus wixui-t", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "input_comp-kyvz2ncm", "text": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvz2ncm\" class=\"KvoMHf has-custom-focus wixui-text-", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "input_comp-kyvz37up", "text": "<input type=\"tel\" name=\"phone\" id=\"input_comp-kyvz37up\" class=\"KvoMHf has-custom-focus wixui-text-in", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "input_comp-kyvz41na", "text": "<input type=\"text\" name=\"zip\" id=\"input_comp-kyvz41na\" class=\"KvoMHf has-custom-focus wixui-text-inp", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "BUTTON", "id": "", "text": "Submit", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "LEARN MORE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "VIEW ALL ENDORSEMENTS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "input_comp-kyvzls221", "text": "<input type=\"text\" name=\"name*\" id=\"input_comp-kyvzls221\" class=\"KvoMHf has-custom-focus wixui-text-", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "input_comp-kyvzls25", "text": "<input type=\"text\" name=\"title*\" id=\"input_comp-kyvzls25\" class=\"KvoMHf has-custom-focus wixui-text-", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "input_comp-kyvzls271", "text": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvzls271\" class=\"KvoMHf has-custom-focus wixui-text", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "input_comp-kyvzls292", "text": "<input type=\"tel\" name=\"phone\" id=\"input_comp-kyvzls292\" class=\"KvoMHf has-custom-focus wixui-text-i", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "BUTTON", "id": "", "text": "Endorse Greg!", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "input_comp-kyvzu1mw2", "text": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvzu1mw2\" 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.gregwallis.org\" target=\"_self\" class=\"j7pOnl\" style=\"", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"j7pOnl\" style=\"", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 2, 33 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kz4drnm12", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kz4drnm12\" class=\"MazNVa comp-kz4drnm12 wixui-image rYiAuL\" style=\"cursor: default;\"><" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme40", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme41", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEET GREG" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme42", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ISSUES" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme43", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme44", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEDIA" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme45", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NEWS" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme46", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 47" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme4__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-kp75zbph", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kp75zbph\" class=\"MazNVa comp-kp75zbph wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEET GREG" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ISSUES" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl4", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEDIA" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl5", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NEWS" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl6", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 47" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl__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": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$5" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$10" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$25" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$50" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$75" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "OTHER" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Submit" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LEARN MORE" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "VIEW ALL ENDORSEMENTS" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorse Greg!" }, { "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": "comp-kyvzz7i1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kyvzz7i1\" class=\"MazNVa comp-kyvzz7i1 wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kz4ebplw", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kz4ebplw\" class=\"MazNVa comp-kz4ebplw wixui-image rYiAuL\" style=\"cursor: default;\"><a " } ] }, "focVis": { "what": "links that are invisible when focused", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "hover": { "what": "hover-caused content changes", "data": { "totals": { "triggers": 28, "triggerSample": 19, "impactTriggers": 0, "additions": 0, "removals": 0, "opacityChanges": 0, "opacityImpact": 0, "unhoverables": 0, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [], "unhoverables": [], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 13 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [ { "index": 0, "tagName": "INPUT", "type": "text", "labelType": "aria-label", "texts": { "attribute": "First Name*" } }, { "index": 1, "tagName": "INPUT", "type": "text", "labelType": "aria-label", "texts": { "attribute": "Last Name*" } }, { "index": 2, "tagName": "INPUT", "type": "email", "labelType": "aria-label", "texts": { "attribute": "Email*" } }, { "index": 3, "tagName": "INPUT", "type": "tel", "labelType": "aria-label", "texts": { "attribute": "Cell Phone" } }, { "index": 4, "tagName": "INPUT", "type": "text", "labelType": "aria-label", "texts": { "attribute": "Zip" } }, { "index": 5, "tagName": "BUTTON", "type": "submit", "texts": { "content": "Submit" } }, { "index": 6, "tagName": "INPUT", "type": "text", "labelType": "aria-label", "texts": { "attribute": "Name*" } }, { "index": 7, "tagName": "INPUT", "type": "text", "labelType": "aria-label", "texts": { "attribute": "Title*" } }, { "index": 8, "tagName": "INPUT", "type": "email", "labelType": "aria-label", "texts": { "attribute": "Email*" } }, { "index": 9, "tagName": "INPUT", "type": "tel", "labelType": "aria-label", "texts": { "attribute": "Cell Phone" } }, { "index": 10, "tagName": "BUTTON", "type": "submit", "texts": { "content": "Endorse Greg!" } }, { "index": 11, "tagName": "INPUT", "type": "email", "labelType": "aria-label", "texts": { "attribute": "Email Updates*" } }, { "index": 12, "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": 28, "adjacent": { "total": 28, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "id": "", "text": "HOME" }, { "id": "", "text": "MEET GREG" }, { "id": "", "text": "ISSUES" }, { "id": "", "text": "ENDORSEMENTS" }, { "id": "", "text": "MEDIA" }, { "id": "", "text": "NEWS" }, { "id": "", "text": "AD 47" }, { "id": "", "text": "DONATE" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "id": "", "text": "HOME" }, { "id": "", "text": "MEET GREG" }, { "id": "", "text": "ISSUES" }, { "id": "", "text": "ENDORSEMENTS" }, { "id": "", "text": "MEDIA" }, { "id": "", "text": "NEWS" }, { "id": "", "text": "AD 47" }, { "id": "", "text": "DONATE" }, { "id": "", "text": "$5" }, { "id": "", "text": "$10" }, { "id": "", "text": "$25" }, { "id": "", "text": "$50" }, { "id": "", "text": "$75" }, { "id": "", "text": "OTHER" }, { "id": "", "text": "LEARN MORE" }, { "id": "", "text": "VIEW ALL ENDORSEMENTS" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" } ] } }, "totals": [ 0, 28, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "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": "MEET GREG" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ISSUES" }, { "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": "MEDIA" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NEWS" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 47" }, { "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.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "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": "MEET GREG" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ISSUES" }, { "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": "MEDIA" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NEWS" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 47" }, { "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": "$5" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$10" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$25" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$50" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$75" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "OTHER" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LEARN MORE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "VIEW ALL ENDORSEMENTS" }, { "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.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "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.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" } ] }, "menuNav": { "what": "nonstandard keyboard navigation between focusable menu items", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "menuItems": { "total": 0, "correct": 0, "incorrect": 0 }, "menus": { "total": 0, "correct": 0, "incorrect": 0 } }, "menuItems": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "miniText": { "what": "text smaller than 11 pixels", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "nonTable": { "what": "table elements used for layout", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "radioSet": { "what": "radio buttons not grouped into standard field sets", "data": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "role": { "what": "invalid and native-replacing explicit roles", "data": { "roleElements": 4, "badRoleElements": 0, "redundantRoleElements": 0, "tagNames": {} }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "styleDiff": { "what": "style inconsistencies", "data": { "mainStyles": [ "fontStyle", "fontWeight", "opacity", "textDecorationLine", "textDecorationStyle", "textDecorationThickness" ], "buttonStyles": [ "borderStyle", "borderWidth", "height", "lineHeight", "maxHeight", "maxWidth", "minHeight", "minWidth", "outlineOffset", "outlineStyle", "outlineWidth" ], "headingStyles": [ "color", "fontSize" ], "listLinkStyles": [ "color", "fontSize", "lineHeight" ], "totals": { "button": { "total": 3, "subtotals": [ 2, 1 ] }, "adjacentLink": { "total": 28 }, "h1": { "total": 9, "subtotals": [ 4, 1, 1, 1, 1, 1 ] } }, "items": { "button": { "height": { "42px": [ "Submit", "Endorse Greg!" ], "44px": [ "Submit" ] } }, "h1": { "fontSize": { "90px": [ "GREG WALLIS" ], "49px": [ "for Assembly" ], "25px": [ "STAND WITH GREG:" ], "27px": [ "“With today’s certification in San Bernardino County, all of the ballots in the 47th Assembly Distri" ], "51px": [ "JOIN THE TEAM", "MEET GREG WALLIS", "GREG'S ENDORSEMENTS", "ENDORSE GREG" ], "23px": [ "Greg is running to represent the 47th Assembly District because he believes California deserves bett" ] } } } }, "totals": [ 0, 0, 1, 5 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "Buttons have 2 different styles", "count": 1, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-1 headings have 6 different styles", "count": 5, "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "tabNav": { "what": "nonstandard keyboard navigation between elements with the tab role", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 3, "tagNames": { "DIV": 3 } }, "items": [ { "tagName": "DIV", "id": "SITE_HEADER", "text": "HOMEMEET GREGISSUESENDORSEMENTSMEDIANEWSAD 47MoreUse tab to navigate through the menu items.DONATE" }, { "tagName": "DIV", "id": "comp-kz4drnme4dropWrapper", "text": "<div class=\"JdScD2\" id=\"comp-kz4drnme4dropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"fals" }, { "tagName": "DIV", "id": "comp-kyw148fldropWrapper", "text": "<div class=\"JdScD2\" id=\"comp-kyw148fldropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false" } ] }, "totals": [ 3, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "SITE_HEADER", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOMEMEET GREGISSUESENDORSEMENTSMEDIANEWSAD 47MoreUse tab to navigate through the menu items.DONATE" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kz4drnme4dropWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"JdScD2\" id=\"comp-kz4drnme4dropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"fals" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kyw148fldropWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"JdScD2\" id=\"comp-kyw148fldropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false" } ] } }, "success": true }, "standardResult": { "totals": [ 4, 28, 19, 59 ], "instances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value given-name", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "First Name*; #input_comp-kyvz2nce" }, { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value family-name", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Last Name*; #input_comp-kyvz2ncj" }, { "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-kyvz2ncm" }, { "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-kyvzls271" }, { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email Updates*; #input_comp-kyvzu1mw2" }, { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvz2nce", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"first-name*\" id=\"input_comp-kyvz2nce\" class=\"KvoMHf has-custom-focus wixui-" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvz2ncj", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"last-name*\" id=\"input_comp-kyvz2ncj\" class=\"KvoMHf has-custom-focus wixui-t" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvz2ncm", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvz2ncm\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvz37up", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"tel\" name=\"phone\" id=\"input_comp-kyvz37up\" class=\"KvoMHf has-custom-focus wixui-text-in" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvz41na", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"zip\" id=\"input_comp-kyvz41na\" class=\"KvoMHf has-custom-focus wixui-text-inp" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvzls221", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"name*\" id=\"input_comp-kyvzls221\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvzls25", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"title*\" id=\"input_comp-kyvzls25\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvzls271", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvzls271\" class=\"KvoMHf has-custom-focus wixui-text" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvzls292", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"tel\" name=\"phone\" id=\"input_comp-kyvzls292\" class=\"KvoMHf has-custom-focus wixui-text-i" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-kyvzu1mw2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-kyvzu1mw2\" class=\"KvoMHf has-custom-focus wixui-text" }, { "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.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEET GREG" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ISSUES" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEDIA" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NEWS" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 47" }, { "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": "$5" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$10" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$25" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$50" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$75" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "OTHER" }, { "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": "LEARN MORE" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "VIEW ALL ENDORSEMENTS" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorse Greg!" }, { "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.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kz4drnm12", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kz4drnm12\" class=\"MazNVa comp-kz4drnm12 wixui-image rYiAuL\" style=\"cursor: default;\"><" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme40", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme41", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEET GREG" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme42", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ISSUES" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme43", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme44", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEDIA" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme45", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NEWS" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme46", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 47" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kz4drnme4__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-kp75zbph", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kp75zbph\" class=\"MazNVa comp-kp75zbph wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOME" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEET GREG" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ISSUES" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ENDORSEMENTS" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl4", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MEDIA" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl5", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NEWS" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl6", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 47" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-kyw148fl__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": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$5" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$10" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$25" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$50" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$75" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "OTHER" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Submit" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LEARN MORE" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "VIEW ALL ENDORSEMENTS" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorse Greg!" }, { "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": "comp-kyvzz7i1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kyvzz7i1\" class=\"MazNVa comp-kyvzz7i1 wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kz4ebplw", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kz4ebplw\" class=\"MazNVa comp-kz4ebplw wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "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.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "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": "MEET GREG" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ISSUES" }, { "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": "MEDIA" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NEWS" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 47" }, { "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.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "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": "MEET GREG" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ISSUES" }, { "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": "MEDIA" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NEWS" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AD 47" }, { "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": "$5" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$10" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$25" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$50" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "$75" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "OTHER" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LEARN MORE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "VIEW ALL ENDORSEMENTS" }, { "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.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "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.gregwallis.org\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "ruleID": "styleDiff", "what": "Buttons have 2 different styles", "count": 1, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-1 headings have 6 different styles", "count": 5, "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "SITE_HEADER", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HOMEMEET GREGISSUESENDORSEMENTSMEDIANEWSAD 47MoreUse tab to navigate through the menu items.DONATE" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kz4drnme4dropWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"JdScD2\" id=\"comp-kz4drnme4dropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"fals" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kyw148fldropWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"JdScD2\" id=\"comp-kyw148fldropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false" } ] }, "endTime": 1687108878987 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687108878987, "url": "https://www.gregwallis.org/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "HOME | Wallis for Assembly", "pageurl": "https://www.gregwallis.org/", "time": 3.01, "creditsremaining": 939, "allitemcount": 169, "totalelements": 617, "waveurl": "http://wave.webaim.org/report?url=https://www.gregwallis.org/" }, "categories": { "error": { "description": "Errors", "count": 0, "items": [] }, "contrast": { "description": "Contrast Errors", "count": 14, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 14, "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > UL#comp-kyw148flitemsContainer > LI#comp-kyw148fl1 > A:first-child > DIV:first-child > DIV:first-child > P#comp-kyw148fl1label", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > UL#comp-kyw148flitemsContainer > LI#comp-kyw148fl2 > A:first-child > DIV:first-child > DIV:first-child > P#comp-kyw148fl2label", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > UL#comp-kyw148flitemsContainer > LI#comp-kyw148fl3 > A:first-child > DIV:first-child > DIV:first-child > P#comp-kyw148fl3label", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > UL#comp-kyw148flitemsContainer > LI#comp-kyw148fl4 > A:first-child > DIV:first-child > DIV:first-child > P#comp-kyw148fl4label", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > UL#comp-kyw148flitemsContainer > LI#comp-kyw148fl5 > A:first-child > DIV:first-child > DIV:first-child > P#comp-kyw148fl5label", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > UL#comp-kyw148flitemsContainer > LI#comp-kyw148fl6 > A:first-child > DIV:first-child > DIV:first-child > P#comp-kyw148fl6label", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-juqy5sra > DIV:first-child + DIV > DIV#comp-juqy5sre > DIV:first-child + DIV > DIV:first-child > DIV#comp-jv24477n > H1: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-juqy5sra > DIV:first-child + DIV > DIV#comp-juqy5sre > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvyk0q7 > H1: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvyihqw > H1: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvyuh8b > H1: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvyx58x > DIV:first-child + DIV > DIV#comp-kyvyx59w > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvzcpmb > H1: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww2qky > H1: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvzh1o1 > H1: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > DIV#comp-kp77l4wk > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" ], "contrastdata": [ [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 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": 29, "items": { "alt_suspicious": { "id": "alt_suspicious", "description": "Suspicious alternative text", "count": 6, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-kz4drnk4 > DIV:first-child + DIV > DIV#comp-kz4drnlu > DIV:first-child + DIV > DIV:first-child > DIV#comp-kz4drnm12 > A:first-child > WOW-IMAGE#img_comp-kz4drnm12 > 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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitd > DIV:first-child + DIV > DIV:first-child > DIV#comp-kp75zbph > A:first-child > WOW-IMAGE#img_comp-kp75zbph > 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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-juqy5sra > DIV:first-child + DIV > DIV#comp-juqy5sre > DIV#bgLayers_comp-juqy5sre > DIV#bgMedia_comp-juqy5sre > WOW-IMAGE#img_comp-juqy5sre > 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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvyx58x > DIV:first-child + DIV > DIV#comp-kyvyx59w > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvyzwgz > DIV:first-child > WOW-IMAGE#img_comp-kyvyzwgz > 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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzsfvp > DIV:first-child + DIV > DIV#comp-kyvzsfwm > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvzz7i1 > A:first-child > WOW-IMAGE#img_comp-kyvzz7i1 > 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#comp-kz4ebplw > A:first-child > WOW-IMAGE#img_comp-kz4ebplw > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "heading_possible": { "id": "heading_possible", "description": "Possible heading", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P + P + P", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P + P + P + P", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P + P + P + P + P", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P + P + P + P + P + P", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P + P + P + P + P + P + P", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P + P + P + P + P + P + P + P", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P + P + P + P + P + P + P + P + P" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.1 Bypass Blocks (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 9, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#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 > SECTION#comp-kz4drnk4 > DIV:first-child + DIV > DIV#comp-kz4drnmd > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kz4drnme4 > NAV#comp-kz4drnme4navContainer > UL#comp-kz4drnme4itemsContainer > LI#comp-kz4drnme40 > A: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > UL#comp-kyw148flitemsContainer > LI#comp-kyw148fl0 > A: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvynjs6 > A: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvyp1to > A: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvyp4af > A: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvyp5xp > A: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvypann > A: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvypcde > A:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-kz4ebplw > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "text_small": { "id": "text_small", "description": "Very small text", "count": 5, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_TOP > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-kz4drnk4 > DIV:first-child + DIV > DIV#comp-kz4drnmd > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kz4drnme4 > NAV#comp-kz4drnme4navContainer > DIV#comp-kz4drnme4navContainer-hiddenA11ySubMenuIndication", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > DIV#comp-kyw148flnavContainer-hiddenA11ySubMenuIndication", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > DIV#comp-l0ww9n2b > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_BOTTOM > SPAN:first-child" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 29, 0, 0, 14 ], "instances": [ { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl1label", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > UL#comp-kyw148flitemsContainer > LI#comp-kyw148fl1 > A:first-child > DIV:first-child > DIV:first-child > P#comp-kyw148fl1label" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl2label", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > UL#comp-kyw148flitemsContainer > LI#comp-kyw148fl2 > A:first-child > DIV:first-child > DIV:first-child > P#comp-kyw148fl2label" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl3label", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > UL#comp-kyw148flitemsContainer > LI#comp-kyw148fl3 > A:first-child > DIV:first-child > DIV:first-child > P#comp-kyw148fl3label" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl4label", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > UL#comp-kyw148flitemsContainer > LI#comp-kyw148fl4 > A:first-child > DIV:first-child > DIV:first-child > P#comp-kyw148fl4label" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl5label", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > UL#comp-kyw148flitemsContainer > LI#comp-kyw148fl5 > A:first-child > DIV:first-child > DIV:first-child > P#comp-kyw148fl5label" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "P", "id": "comp-kyw148fl6label", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > UL#comp-kyw148flitemsContainer > LI#comp-kyw148fl6 > A:first-child > DIV:first-child > DIV:first-child > P#comp-kyw148fl6label" }, "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-juqy5sra > DIV:first-child + DIV > DIV#comp-juqy5sre > DIV:first-child + DIV > DIV:first-child > DIV#comp-jv24477n > H1: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-juqy5sra > DIV:first-child + DIV > DIV#comp-juqy5sre > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvyk0q7 > H1: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvyihqw > H1: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvyuh8b > H1: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvyx58x > DIV:first-child + DIV > DIV#comp-kyvyx59w > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvzcpmb > H1: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww2qky > H1: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvzh1o1 > H1: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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > DIV#comp-kp77l4wk > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-kz4drnk4 > DIV:first-child + DIV > DIV#comp-kz4drnlu > DIV:first-child + DIV > DIV:first-child > DIV#comp-kz4drnm12 > A:first-child > WOW-IMAGE#img_comp-kz4drnm12 > 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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitd > DIV:first-child + DIV > DIV:first-child > DIV#comp-kp75zbph > A:first-child > WOW-IMAGE#img_comp-kp75zbph > 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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-juqy5sra > DIV:first-child + DIV > DIV#comp-juqy5sre > DIV#bgLayers_comp-juqy5sre > DIV#bgMedia_comp-juqy5sre > WOW-IMAGE#img_comp-juqy5sre > 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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvyx58x > DIV:first-child + DIV > DIV#comp-kyvyx59w > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvyzwgz > DIV:first-child > WOW-IMAGE#img_comp-kyvyzwgz > 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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzsfvp > DIV:first-child + DIV > DIV#comp-kyvzsfwm > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvzz7i1 > A:first-child > WOW-IMAGE#img_comp-kyvzz7i1 > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-kz4ebplw > A:first-child > WOW-IMAGE#img_comp-kz4ebplw > IMG:first-child" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P + P + P" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P + P + P + P" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P + P + P + P + P" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P + P + P + P + P + P" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P + P + P + P + P + P + P" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P + P + P + P + P + P + P + P" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvzgl59 > DIV:first-child + DIV > DIV#comp-kyvzgl6c > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww3qox > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0ww4jqm > P:first-child + P + P + P + P + P + P + P + P + P" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-kz4drnk4 > DIV:first-child + DIV > DIV#comp-kz4drnmd > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kz4drnme4 > NAV#comp-kz4drnme4navContainer > UL#comp-kz4drnme4itemsContainer > LI#comp-kz4drnme40 > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > UL#comp-kyw148flitemsContainer > LI#comp-kyw148fl0 > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvynjs6 > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvyp1to > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvyp4af > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvyp5xp > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvypann > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kyvxov1j > DIV:first-child + DIV > DIV#comp-kyvxov36 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kyvypcde > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#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-kz4ebplw > A:first-child" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_TOP > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kz4drnme4navContainer-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 > SECTION#comp-kz4drnk4 > DIV:first-child + DIV > DIV#comp-kz4drnmd > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kz4drnme4 > NAV#comp-kz4drnme4navContainer > DIV#comp-kz4drnme4navContainer-hiddenA11ySubMenuIndication" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-kyw148flnavContainer-hiddenA11ySubMenuIndication", "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#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > SECTION#comp-kp8oziqw > DIV:first-child + DIV > DIV#comp-kp8ozitl > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-kyw148fl > NAV#comp-kyw148flnavContainer > DIV#comp-kyw148flnavContainer-hiddenA11ySubMenuIndication" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#v2n4s > DIV:first-child + DIV > DIV#Containerv2n4s > DIV:first-child > DIV:first-child > DIV#comp-l0ww9n2b > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_BOTTOM > SPAN:first-child" }, "excerpt": "" } ] }, "endTime": 1687108882371 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD47-c", "which": "https://www.gregwallis.org/", "what": "Candidate Greg Wallis (R)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T17:19:45", "endTime": "2023-06-18T17:21:22", "elapsedSeconds": 97, "visitLatency": 5, "logCount": 5, "logSize": 300, "errorLogCount": 0, "errorLogSize": 0, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 43 ], [ "ibm", 15 ], [ "testaro", 14 ], [ "alfa", 6 ], [ "nuVal", 3 ], [ "qualWeb", 3 ], [ "wave", 3 ], [ "axe", 1 ], [ "tenon", 1 ], [ "continuum", 0 ], [ "htmlcs", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 1674, "issue": 1499, "tool": 174, "prevention": 0, "log": 1, "latency": 0 }, "details": { "severity": { "total": [ 184, 140, 204, 166 ], "byTool": { "testaro": [ 4, 28, 19, 59 ], "alfa": [ 98, 0, 0, 63 ], "axe": [ 19, 6, 0, 1 ], "continuum": [ 0, 0, 0, 4 ], "htmlcs": [ 14, 0, 0, 0 ], "ibm": [ 0, 12, 0, 0 ], "nuVal": [ 8, 0, 124, 0 ], "qualWeb": [ 12, 94, 60, 3 ], "tenon": [ 0, 0, 1, 22 ], "wave": [ 29, 0, 0, 14 ] } }, "prevention": {}, "issue": { "imageTextBad": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "alfa": { "r39": { "quality": 1, "what": "Image text alternative is the filename instead", "complaints": { "countTotal": 3, "texts": [ "Image filename is accessible name for image" ] } } } } }, "focusIndication": { "score": 128, "maxCount": 32, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 21, "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": 32, "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": 31, "texts": [ "INPUT element has a non-outline focus indicator", "A element has no focus indicator", "BUTTON element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 48, "maxCount": 48, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 48, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement." ] } } } } }, "textContrastAA": { "score": 148, "maxCount": 37, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 37, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 7, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.54 (foreground color: #bd2143, background color: #112445, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1" ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 14, "texts": [ "Very low contrast" ] } } } } }, "leadingInsufficient": { "score": 20, "maxCount": 10, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 10, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "fontSizeAbsolute": { "score": 86, "maxCount": 43, "weight": 2, "tools": { "alfa": { "r74": { "quality": 1, "what": "Paragraph text has an absolute font size", "complaints": { "countTotal": 11, "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": 43, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "headingOfNothing": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "alfa": { "r78": { "quality": 1, "what": "No content between two headings of the same level", "complaints": { "countTotal": 4, "texts": [ "Headings of same level have text content between them" ] } } } } }, "leadingAbsolute": { "score": 14, "maxCount": 7, "weight": 2, "tools": { "alfa": { "r80": { "quality": 1, "what": "Paragraph text has an absolute line height", "complaints": { "countTotal": 7, "texts": [ "Paragraphs of text do not have line heights defined in absolute units" ] } } } } }, "overflowHidden": { "score": 76, "maxCount": 19, "weight": 4, "tools": { "alfa": { "r83": { "quality": 1, "what": "Overflow is hidden or clipped if the text is enlarged", "complaints": { "countTotal": 19, "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": 19, "maxCount": 19, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 19, "texts": [ "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." ] } } } } }, "textAlternativeRisk": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "continuum": { "234": { "quality": 1, "what": "img element has a suspicious calculated accessible name", "complaints": { "countTotal": 4, "texts": [ "This IMG has a suspicious calculated accessible name value of: 4.png", "This IMG has a suspicious calculated accessible name value of: gregwallis20220447_edited.jpg", "This IMG has a suspicious calculated accessible name value of: gregwallis20220221.jpg" ] } } }, "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 6, "texts": [ "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content" ] } } }, "wave": { "alt_suspicious": { "quality": 1, "what": "Image text alternative is suspicious", "complaints": { "countTotal": 6, "texts": [ "Suspicious alternative text" ] } } } } }, "scrollRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "quality": 1, "what": "Fixed-position element may force bidirectional scrolling", "complaints": { "countTotal": 1, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion." ] } } } } }, "contrastRisk": { "score": 11, "maxCount": 11, "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": 3, "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": 7, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1." ] } }, "AAA.1_4_6.G18.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 4.5:1", "complaints": { "countTotal": 1, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1." ] } } } } }, "linkWindowSurpriseRisk": { "score": 2, "maxCount": 2, "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": 2, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "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": 7, "maxCount": 7, "weight": 1, "tools": { "ibm": { "aria_attribute_redundant": { "quality": 1, "what": "ARIA attribute is used when there is a corresponding HTML attribute", "complaints": { "countTotal": 7, "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": 222, "maxCount": 74, "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": 18, "texts": [ "CSS: opacity: Parse Error.", "CSS: left: Parse Error.", "CSS: top: Parse Error.", "CSS: --alpha: Parse Error.", "CSS: --boxShadowToggleOn: 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: .+: Too many values or values are not recognized.+$": { "quality": 1, "what": "Invalid CSS value or too many values", "complaints": { "countTotal": 22, "texts": [ "CSS: height: Too many values or values are not recognized." ] } }, "^CSS: .+: .+ is not a .+ value.*$": { "quality": 1, "what": "Invalid value in CSS", "complaints": { "countTotal": 4, "texts": [ "CSS: visibility: undefined is not a visibility value." ] } }, "^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.)" ] } } } } }, "activeEmbedding": { "score": 21, "maxCount": 7, "weight": 3, "tools": { "nuVal": { "An element with the attribute tabindex must not appear as a descendant of the a element.": { "quality": 1, "what": "descendant of an a element has a tabindex attribute", "complaints": { "countTotal": 7, "texts": [ "An element with the attribute tabindex must not appear as a descendant of the a element." ] } } } } }, "sectionHeadingless": { "score": 6, "maxCount": 6, "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": 6, "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" ] } } } } }, "sourceEmpty": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "nuVal": { "^Bad value for attribute src on element .+: Must be non-empty.*$": { "quality": 1, "what": "src attribute is empty", "complaints": { "countTotal": 1, "texts": [ "Bad value for attribute src on element img: Must be non-empty." ] } } } } }, "slashParseRisk": { "score": 40, "maxCount": 40, "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": 40, "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": 40, "maxCount": 10, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R41": { "quality": 1, "what": "Error message describes no invalid form field value", "complaints": { "countTotal": 10, "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": 46, "maxCount": 46, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 46, "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": 8, "maxCount": 4, "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": 4, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "submitButton": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "qualWeb": { "QW-WCAG-T19": { "quality": 1, "what": "Submit button not provided", "complaints": { "countTotal": 3, "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": 20, "maxCount": 5, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 5, "texts": [ "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination." ] } } } } }, "pseudoList": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "qualWeb": { "QW-BP11": { "quality": 1, "what": "br is used to make a list", "complaints": { "countTotal": 1, "texts": [ "Using 3 consecutive br elements" ] } } } } }, "noHeading": { "score": 27, "maxCount": 9, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 9, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "horizontalScrolling": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "28": { "quality": 1, "what": "Layout or sizing of the page causes horizontal scrolling", "complaints": { "countTotal": 1, "texts": [ "The layout or sizing of this page causes horizontal scrolling." ] } } } } }, "linkVague": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "73": { "quality": 1, "what": "Link text is too generic to communicate the purpose or destination", "complaints": { "countTotal": 1, "texts": [ "This link text is uninformative." ] } } } } }, "linkTextsSame": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "tenon": { "98": { "quality": 1, "what": "Links have the same text but different destinations", "complaints": { "countTotal": 1, "texts": [ "These links have the same text but different destinations." ] } } } } }, "fontSmall": { "score": 15, "maxCount": 5, "weight": 3, "tools": { "tenon": { "134": { "quality": 1, "what": "Text is very small", "complaints": { "countTotal": 1, "texts": [ "Very small text found." ] } } }, "wave": { "text_small": { "quality": 1, "what": "Text is very small", "complaints": { "countTotal": 5, "texts": [ "Very small text" ] } } } } }, "leadingClipsText": { "score": 12, "maxCount": 3, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 3, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "targetSize": { "score": 15, "maxCount": 5, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 5, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "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." ] } } } } }, "pseudoParagraphRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "tenon": { "242": { "quality": 1, "what": "Multiple consecutive br elements may simulate paragraphs", "complaints": { "countTotal": 3, "texts": [ "Multiple consecutive `<br>` tags next to each other, simulating paragraphs." ] } } } } }, "autocompleteNone": { "score": 5, "maxCount": 5, "weight": 1, "tools": { "testaro": { "autocomplete": { "quality": 1, "what": "Name or email input is missing its required autocomplete attribute", "complaints": { "countTotal": 5, "texts": [ "Input is missing the required autocomplete attribute with value given-name", "Input is missing the required autocomplete attribute with value family-name", "Input is missing the required autocomplete attribute with value email" ] } } } } }, "visibleBulk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "bulk": { "quality": 1, "what": "Page contains many visible elements", "complaints": { "countTotal": 1, "texts": [ "Page contains a large number of visible elements" ] } } } } }, "tabFocusability": { "score": 2, "maxCount": 0.5, "weight": 4, "tools": { "testaro": { "focAll": { "quality": 0.5, "what": "Discrepancy between elements that should be and that are Tab-focusable", "complaints": { "countTotal": 1, "texts": [ "Some focusable elements are not Tab-focusable or vice versa" ] } } } } }, "focusableOperable": { "score": 105, "maxCount": 35, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 35, "texts": [ null ] } } } } }, "linkIndication": { "score": 56, "maxCount": 28, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 28, "texts": [ "Link is inline but has no underline" ] } } } } }, "inconsistentStyles": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 6, "texts": [ "Buttons have 2 different styles", "Level-1 headings have 6 different styles" ] } } } } }, "zIndexNotZero": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 3, "texts": [ "DIV element has a non-default Z index" ] } } } } }, "pseudoHeadingRisk": { "score": 9, "maxCount": 9, "weight": 1, "tools": { "wave": { "heading_possible": { "quality": 1, "what": "Possible heading", "complaints": { "countTotal": 9, "texts": [ "Possible heading" ] } } } } }, "linkPair": { "score": 18, "maxCount": 9, "weight": 2, "tools": { "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 9, "texts": [ "Redundant link" ] } } } } } } } } }